Hi all,
I am currently pasting data into certain Powerpoint tables from certain cells using VBA
The common factor is that a row of data gets pasted into a single slide (i.e. Row 3 in excel then is pasted into Slide 2). At which point they all increase by 1 (row 4 into slide 3 etc.)
I have put the code together to copy and paste, format and count the number of rows needed (and duplicate the slides to the number I need corresponding with the rows)
But Im missing how I move from slide 1 to 2 in order to paste the data in. Ive tried active slide etc but cannot get anything to move to the next slide. I can get my data to move down the rows in excel but all that happens is it is pasted over the data in slide 1 over and over again!!
Any help on the code / loop for this would be amazing
For reference I have row_count to tell me how many rows of dat I have and this also uses Slide_count to duplicate the slides before pasting (using newslide) so just this final piece of the jigsaw to go and I'm struggling!
Thanks in advance
I am currently pasting data into certain Powerpoint tables from certain cells using VBA
The common factor is that a row of data gets pasted into a single slide (i.e. Row 3 in excel then is pasted into Slide 2). At which point they all increase by 1 (row 4 into slide 3 etc.)
I have put the code together to copy and paste, format and count the number of rows needed (and duplicate the slides to the number I need corresponding with the rows)
But Im missing how I move from slide 1 to 2 in order to paste the data in. Ive tried active slide etc but cannot get anything to move to the next slide. I can get my data to move down the rows in excel but all that happens is it is pasted over the data in slide 1 over and over again!!
Any help on the code / loop for this would be amazing
For reference I have row_count to tell me how many rows of dat I have and this also uses Slide_count to duplicate the slides before pasting (using newslide) so just this final piece of the jigsaw to go and I'm struggling!
Thanks in advance