TransferText: Allow user input for filename?

bgotis

Registered User.
Local time
Today, 07:57
Joined
Feb 7, 2001
Messages
12
I'm transferring a table as a .txt file. I'd like the user to specify the filename each time the file is exported, since we're using Julien dates as filenames for the text files. Isn't there a way to do this with the File Name property of the TransferText command?
 
Try using an inputbox, and assign value typed in to a variable, which you use as the pathname and filename.
 

Users who are viewing this thread

Back
Top Bottom