input form

  • Thread starter Thread starter alexanderd
  • Start date Start date
A

alexanderd

i have started to develope an input form in which the input will set the
values for running the macro.

the form only has two input line
accno. which should be the value "crtiteria1"
& 2 account name which should be the value of the name ".NAME"

the initial form to appear and run before the macro runs and to vanish
(the form ) as the macro starts

can any one suggest a way in which this can be achieved:confused:
 
Build the form with two textboxes

Have a commandbutton, and in its click event add the code

Me.Hide
myMacro Textbox1.Text, Text box2.Texy
Unload Me

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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