Powerpoint slide title using column value
Hi all,I am trying to create a graph using a subset data. And I needed the column value to be concatenated into the slide's title. For example, the title of the slide is "Data for 2023_" and I need to add what specific sex the data is for. Output should be "Data for 2023_Male" and "Data for 2023_Female". Here is the code I have created For( v=1, v <= N items (dt_sub), v++,
hb1 = HlistBox();
sex_k...
gav2013