Hi there, I am writing a vb code to copy the table from excel and paste it on Powerpoint as Bitmap.
Below is the code that I've written.
To copy from excel -- > Selection.CopyPicture xlScreen, xlBitmap
To paste in ppt -------> objPPT.ActiveWindow.View.Paste
This does paste the table as Bitmap, but the picture resolution is not as good as the one we see when we paste manually as Bitmap.
Can you please help me with the code to get a clear picture in the Powerpoint. Thank you for your support.
Regards,
Somz