Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
rrk rrk is offline
external usenet poster
 
Posts: 2
Default I can't use user form!

Hi all,

I don't know why I can't load any user form. I am using Load
(userform) and userform.Show commands, but it results in a microsoft
visual basic error message that says "Run-time error 361: can't load
or unload this object". I have never used forms in excel before. Is
there any special setting that should be enabled in order to be able
to use user forms? I am running excel 2002 and visual basic 6.3. I
appreciate any help.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 292
Default I can't use user form!

Hi

A userform has a name, by default Userform1 for the first, Userform2 for the
second, ... unless you change it yourself in the Properties window. Address
the form by its name:

Load Userform1

Userform1.Show

HTH. Best wishes Harald

"rrk" skrev i melding
m...
Hi all,

I don't know why I can't load any user form. I am using Load
(userform) and userform.Show commands, but it results in a microsoft
visual basic error message that says "Run-time error 361: can't load
or unload this object". I have never used forms in excel before. Is
there any special setting that should be enabled in order to be able
to use user forms? I am running excel 2002 and visual basic 6.3. I
appreciate any help.



  #3   Report Post  
Posted to microsoft.public.excel.programming
rrk rrk is offline
external usenet poster
 
Posts: 2
Default I can't use user form!

A userform has a name, by default Userform1 for the first, Userform2 for the
second, ... unless you change it yourself in the Properties window. Address
the form by its name:

Load Userform1

Userform1.Show


Thanks a lot. I was using the correct name for the user form. However,
I used load (), which caused the error. It worked fine after removing
the parentheses.

rrk
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I fill a cell in a user form from a selection on same form? Terry Tipsy Excel Discussion (Misc queries) 4 June 11th 07 02:59 PM
User Form Judy Excel Programming 0 April 23rd 04 08:39 PM
help with user form that won't go away vbayig Excel Programming 2 January 8th 04 09:50 PM
User Form Rockee052[_4_] Excel Programming 4 December 30th 03 08:14 AM
I am looking to see if anybody has an equivalant user form to Outlooks CONTACT form BruceJ[_2_] Excel Programming 2 October 15th 03 05:28 PM


All times are GMT +1. The time now is 11:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"