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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Process an Import File Section

Status
Not open for further replies.

mmyers

MIS
Aug 8, 2001
25
0
0
US
How can I automatically process an import file section? I tried using :
var sect_name='smzrd.txt';
Application.ActiveDocument.Sections[sect_name].Process();

I put this as a OnStartup document script, but it does not work. What am I doing wrong?

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top