why the method "show" invalid?
I am trying to let the dialoguesheet "入库对话框" show while i initialize my VBA
Micro,the vba code is as follow:
thisworkbook.sheets("入库对话框").show
when i run the code, the window tell me error code '1004' and class
dialoguesheets's show method invalid.
could anyone help me with the problem? thanks
|