Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change Defaults on Export Text Wizard 1

Status
Not open for further replies.

RaisinGirl

Programmer
Feb 16, 2001
2
US
Hi:

I want to set up a macro that will export the data in several tables in pipe-delimited format with no text qualifiers. Problem is, Microsoft uses the Export Text Wizard Default setings, which are comma-delimited with "" text qualifiers.

Can anyone tell me how to change the defualt settings or anothe way to tackle this problem?

Thanks.
 
Export it once using the Export Text wizard. Just before hitting the "Finish" button, click the "Advanced" button. This gives you a window where you can save "Import/Export Specs". Give your set of specs a meaningful name, and save.

In your TransferText macro step, enter the spec name in the Specification Name parameter. That's it! Rick Sprague
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top