save export - prompt for filename

  • Thread starter Thread starter shank
  • Start date Start date
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.
 
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.
 
Back
Top