save export - prompt for filename

S

shank

How do I save an export process and get it to prompt for a filename each
time?

thanks
 
J

June7

Have you tried the standard InputBox? Its advantage is ease of passing the
input to the processing code although data validation is harder. If you
build a form as an input box it is not as easy to get the value back to the
process.
 
J

June7

Have you tried the standard InputBox? It has the advantage of easily passing
value back to processing code, not so with building a form to act as InputBox.
 

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