Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello Gurus,

I have custom COM add-in to override the Excel Copy/Paste with my own Copy/Paste methods to Copy and Paste custom data.
When I do copy custom data(specially any picture) and paste to a new workbook, switching between workbooks does not happen in Excel 2007. I am not facing any problem in Excel 2010.
The worst thing is, I am not facing this issue in the debug mode.

Please help me to come out of this problem.

Thanks in advance!!!

Regards,
Vieer
Posted
Comments
Maciej Los 22-Jul-13 2:03am    
Try to use: Application.ScreenUpdating = True
RedDk 14-Aug-13 18:11pm    
http://msdn.microsoft.com/en-us/library/ee691831(v=office.14).aspx#odc_office2010_Compatibility32bit64bit_Introducing32bit64bitVersions

VBA7 vs. VBA6?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900