G Guest Aug 9, 2005 #1 Programming usig Macros. Would like to embed a commandbutton from VisualBasic into Excel version 2002.
Programming usig Macros. Would like to embed a commandbutton from VisualBasic into Excel version 2002.
N Norman Jones Aug 9, 2005 #2 Hi Sidas, Try: ActiveSheet.OLEObjects.Add ClassType:= _ "Forms.CommandButton.1"