Export do Excel

A

A. L. Cµnha

Hi
I want create a macro that export data to Excel, with a filename that is
variable, but automatic.
The filename can be de data in a field of the table.
Thanks.
 
G

Guest

Use the TransferSpreadsheet" Action in the Macro with the
file name coming from a form

=[Forms]![NameOfForm]![NameOfTextbox]

Jim
 

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