A
Anand
Hi,
I need to hide some rows of excel spreadsheet from powerpoint vba. How
I can do this?
The detailed description -
I use some 140 rows data from excel spreadsheet to prepare two slide
presentation. For the second slide, I need to hide row numbers from 2
to 60 (Row number 1 is header row). But I am not able to hide these
rows from powerpoint VBA.
I tried with this statement -
xlwrkbook.worksheets("List").Rows("2:60").Hide, but this does not work.
Does anybody know the solution?
Rgds
Anand
I need to hide some rows of excel spreadsheet from powerpoint vba. How
I can do this?
The detailed description -
I use some 140 rows data from excel spreadsheet to prepare two slide
presentation. For the second slide, I need to hide row numbers from 2
to 60 (Row number 1 is header row). But I am not able to hide these
rows from powerpoint VBA.
I tried with this statement -
xlwrkbook.worksheets("List").Rows("2:60").Hide, but this does not work.
Does anybody know the solution?
Rgds
Anand