T
TONY
When I use the following code the object name gets changed, but generates an
error message.
Sub testit()
ActiveSheet.OLEObjects("CommandButton1").Name = "newname"
End Sub
ERROR MESSAGE:
MICROSOFT VISUAL BASIC
" Can't enter break mode at this time"
Any
error message.
Sub testit()
ActiveSheet.OLEObjects("CommandButton1").Name = "newname"
End Sub
ERROR MESSAGE:
MICROSOFT VISUAL BASIC
" Can't enter break mode at this time"
Any