first user form.....

S

SteveDB1

hi all.
I've finished making my first user form with labels, textboxes, some
images-- for clarification-- and OK, Cancel buttons.

My first question is:
For my present (pre-user form) configuration, I'm using
application.inputbox(prompt:="...", type:=N) for my inputs (where N is either
1, 2, or 8 denpending on the requirements).

I've renamed all of my textboxes on my form to be identical to my inputs'
variable names.

What do I do with the application.inputboxes? What changes do I make here?

My next question:

If I understand this correctly, I'm to take my current sub, and place the
entire code within the code for the

Private Sub OK_Click()

'macro code goes here?

End Sub

code, correct?

Then, for my final question for this post:

What about the "control as IRibbonControl" within my paren's that allows me
to access this macro through the ribbon?
I'd like to keep it accessible through the Ribbon.


Thank you for your responses.
Best.
SteveB.
 
S

SteveDB1

Hi Chip,
thanks for the response.
I saw the RefEdit tool in the toolbox.
So if I understand this correctly, instead of textboxes, I want a RefEdit?
Sounds like I need to do some more reading.
 

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