Can't load or unload object

J

jase

in a module I have the line "UsrDate2.Show". This is a very simple user
form with a calender control on it.
an error occurs at this line No 361 "Can't load or unload this object"
- anyone know what I should be looking at/doing to get to the bottom of
this?

help greatly appreciated
Jason
 
S

STEVE BELL

Check the properties window of the form and make sure that the (Name) =
UsrDate2
(caption can be anything you want)

Check your code that it reads:
UsrDate2.Show

Works for me in Excel 2000
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top