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.
 
Top