user input

K

klnmis

This is hopefully an easy one to answer, but I cannot find what I am looking
for.
I have a function that writes data to a text file (makeflatfile). Can I get
the function to allow the user to enter a starting and ending range of
numbers? I would like the function to ask for the starting PO_nbr and ending
PO_nbr.
Thanks in advance.
 
R

Robert Morley

Creating a form is the "nicer" way to do it, but you can accomplish what you
want within the function using the InputBox() function.

I'll let you read the help file for it, rather than repeating all the same
info here, but if you need more help after that, post back to the NG, and I
or someone else will be glad to help.



Rob
 

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