A prompt for TransferSpreadsheet Action in the File Name

G

Guest

I have an interesting question. . . I'm trying to create a prompt in the
TransferSpeadsheet Action for the "File Name" in a Macro. Meaning when I run
the macro I want a prompt to ask me what the name of the file is that I wish
to import from excel. Is that possible?
 
K

Ken Snell \(MVP\)

Use an expression for the File Name argument:

=InputBox("Enter the full path and file name for the EXCEL file:")
 

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