M
MVM
I am trying to copy 10X4 cells from excel and paste it in powerpoint slide.
It opens the pp, add a new slide (pplayoutTitleOnly) and pastes it there.
Now I need to position the table and change font, size etc.
if I record the macro this is what I get.
ActiveWindow.Selection.TextRange.Font.Size = 18
Since excel and pp are open and the code is in excel editor, i think it is
confused with activewindow.
How do I change the font and other format.
any help is appreciated
Thanks
MVM
It opens the pp, add a new slide (pplayoutTitleOnly) and pastes it there.
Now I need to position the table and change font, size etc.
if I record the macro this is what I get.
ActiveWindow.Selection.TextRange.Font.Size = 18
Since excel and pp are open and the code is in excel editor, i think it is
confused with activewindow.
How do I change the font and other format.
any help is appreciated
Thanks
MVM