Hi everyone,
I am new to this forum, so sorry if i am posting this in the wrong place.
I am looking for some help to write a VBA to copy some data in excel to power point slides.
[TABLE="class: grid, width: 860"]
<colgroup><col span="10"></colgroup><tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[TD]Column D[/TD]
[TD]Column E[/TD]
[TD]Column F[/TD]
[TD]Column G[/TD]
[TD]Column H[/TD]
[TD]Column I[/TD]
[TD]Column J[/TD]
[/TR]
[TR]
[TD]Value a1[/TD]
[TD]Value a2[/TD]
[TD]Value a3[/TD]
[TD]Value a4[/TD]
[TD]Value a5[/TD]
[TD]Value a6[/TD]
[TD]Value a7[/TD]
[TD]Value a8[/TD]
[TD]Value a9[/TD]
[TD]Value a10[/TD]
[/TR]
[TR]
[TD]Value b1[/TD]
[TD]Value b2[/TD]
[TD]Value b3[/TD]
[TD]Value b4[/TD]
[TD]Value b5[/TD]
[TD]Value b6[/TD]
[TD]Value b7[/TD]
[TD]Value b8[/TD]
[TD]Value b9[/TD]
[TD]Value b10[/TD]
[/TR]
</tbody>[/TABLE]
now I have the same table minus columns A&B in PowerPoint slides and I need each row to be a separate slide by itself. And I need this to be pasted as data not as picture.
Also is it possible to have the values in Columns A&B as simple text for the slide title? Something like "Value a1 - Value a2"
I really appreciate your help with this.
Thanks
I am new to this forum, so sorry if i am posting this in the wrong place.
I am looking for some help to write a VBA to copy some data in excel to power point slides.
[TABLE="class: grid, width: 860"]
<colgroup><col span="10"></colgroup><tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[TD]Column D[/TD]
[TD]Column E[/TD]
[TD]Column F[/TD]
[TD]Column G[/TD]
[TD]Column H[/TD]
[TD]Column I[/TD]
[TD]Column J[/TD]
[/TR]
[TR]
[TD]Value a1[/TD]
[TD]Value a2[/TD]
[TD]Value a3[/TD]
[TD]Value a4[/TD]
[TD]Value a5[/TD]
[TD]Value a6[/TD]
[TD]Value a7[/TD]
[TD]Value a8[/TD]
[TD]Value a9[/TD]
[TD]Value a10[/TD]
[/TR]
[TR]
[TD]Value b1[/TD]
[TD]Value b2[/TD]
[TD]Value b3[/TD]
[TD]Value b4[/TD]
[TD]Value b5[/TD]
[TD]Value b6[/TD]
[TD]Value b7[/TD]
[TD]Value b8[/TD]
[TD]Value b9[/TD]
[TD]Value b10[/TD]
[/TR]
</tbody>[/TABLE]
now I have the same table minus columns A&B in PowerPoint slides and I need each row to be a separate slide by itself. And I need this to be pasted as data not as picture.
Also is it possible to have the values in Columns A&B as simple text for the slide title? Something like "Value a1 - Value a2"
I really appreciate your help with this.
Thanks