problem in changing forms

  • Thread starter Thread starter hagit
  • Start date Start date
H

hagit

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
 
hagit,

Try loading it first:

Load Userform1
Userform1.Show

HTH,
Bernie
MS Excel MVP
 
Back
Top