J
jean-luc bonnier
We experience problems with Visual Basic macros under Powerpoint
These macros have been developed with Powerpoint 2003 and VBA 6.1. When
executed with this environment, no problem.
Problem is when we execute them on Powerpoint 2007 and VBA 6.1 or 6.3.
Any idea for fixing this comptability problem ?
Extract of VBA code and error code:
ActiveWindow.Close
ActiveWindow.View.Paste
VBA error 80048240 on View.Paste
View (unknown member) : Invalid request. Clipboard is empty or contains data
which may not be pasted here
I've tried to apply what is recommended in
http://support.microsoft.com/default.aspx/kb/285472?p=1
but without success.
I am quite a beginner in VBA and really don't know to debug that.
Let me know if you want to see these macros and I'll send you.
Thanks for your support
Jean-Luc (in HP Grenoble France)
These macros have been developed with Powerpoint 2003 and VBA 6.1. When
executed with this environment, no problem.
Problem is when we execute them on Powerpoint 2007 and VBA 6.1 or 6.3.
Any idea for fixing this comptability problem ?
Extract of VBA code and error code:
ActiveWindow.Close
ActiveWindow.View.Paste
VBA error 80048240 on View.Paste
View (unknown member) : Invalid request. Clipboard is empty or contains data
which may not be pasted here
I've tried to apply what is recommended in
http://support.microsoft.com/default.aspx/kb/285472?p=1
but without success.
I am quite a beginner in VBA and really don't know to debug that.
Let me know if you want to see these macros and I'll send you.
Thanks for your support
Jean-Luc (in HP Grenoble France)