View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hagit hagit is offline
external usenet poster
 
Posts: 2
Default problem when changing forms

when I add buttons to a form
and then call the form from the excel file
(using the code userform1.show)
an error occurs:
"run time error 2147352573 (80020003)
could not fins the specified object"

but after I close the file and open it again
the form is shown correctly
..