Hi,
I am very new to using VBA and creating macros so please bare that in mind. Now on to the reason for this post.
I have three headings in the first three cells (going across horizontally) with data corresponding to them like this:
Name: Age: Phone Number: Rosie 33 00000000000 James 42 11111111111 Jonah 70 22222222222 David 22 333333333333
Now what I would like to have happen is to have a macro that will create a Power Point presentation where each slide has three textboxes and then have said textboxes be filled with information from one row of the table above. So in this case the first slide would have one textbox with the text "Rosie", one textbox below that with the numer "33" and a third and final textbox below that with the number "00000000000". Then the second, third slides etc would all be same except with the other rows of data from the spreadsheet. Any help is greatly appreciated!
Bookmarks