limit to number of controls in a userform?

C

cinnamngrl

Is there a limit to the number of controls that can be be put on a
userform created in VBAprogect in outlook?

I can't seem to get my one commandbutton to work. there are 9
textboxes though. there is no error it just seems to be running, but
it doesn't seem to act on any of the script.
 
K

Ken Slovak - [MVP - Outlook]

9 textboxes plus 1 button should not be a problem at all. It's more likely
to be your code. Show the code you are using where things aren't working.
Also list your Outlook version.
 
C

cinnamngrl

9 textboxes plus 1 button should not be a problem at all. It's more likely
to be your code. Show the code you are using where things aren't working.
Also list your Outlook version.

--
Ken Slovak
[MVP - Outlook]http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.http://www.slovaktech.com/products.htm




Is there a limit to the number of controls that can be be put on a
userform created in VBAprogect in outlook?
I can't seem to get my one commandbutton to work.  there are 9
textboxes though.  there is no error it just seems to be running, but
it doesn't seem to act on any of the script.- Hide quoted text -

- Show quoted text -

thank you again for your patience. apparently, I cannot spell
commandbutton.

Outlook 2000

I am too humiliated to show the code.
 
Top