SIMPLE UserForm w/ 2 OPTION BUTTONS

  • Thread starter Thread starter Chuckles123
  • Start date Start date
C

Chuckles123

I can see that I have some distance to go to proceed up the learnin
curve.

Tom, I assume you meant "Public Const sSTRING = "ABCD". And doesn'
the code need a STRING1 and a STRING2?

Chuckles12
 
In this instance, it should be Public as it is being referred to in another
module, the form class. But as Tom shows, it can be defined as just Const if
only used in that module.
 
When I posted, I only saw the post asking about constants - I wasn't in
threaded mode - so I thought it was a standalone question.

--
Regards,
Tom Ogilvy

Bob Phillips said:
In this instance, it should be Public as it is being referred to in another
module, the form class. But as Tom shows, it can be defined as just Const if
only used in that module.
 
Question Tom. Do you find non-threaded mode has any advantages? I always use
threaded, and am always on the lookout for better ways.

Cheers

Bob
 
I use threaded mode almost all the time. I only go to unthreaded mode
because there are some questions that never appear in threaded mode (haven't
figured out what is special). I also use it sometimes just to see if there
is a recent post going back to a very old question or to see what old
questions are still being answered or generating activity.
 
Thanks Tom.

I frequently see responses in the threaded mode to another post that I don't
see, I guess that is one of the situations you are referring to.

Bob
 

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

Back
Top