What is the appropriate code/command to paste a Form from the Excel ControlsToolBar?
I need to copy every OleObject and/or Shape from one workbook to another.
right now I'm using the following code:
It works wonderfully for shapes/pictures, but when there is an OleObject (I tested it with commandButtons,OptionButtons, from the Excel Objects toolbars) it pops Up an Error(if you proceed line by line with F8. If just press F5, the error msg wont popUp).
The error pops Up on the ".....PasteSpecial" line.
Bookmarks