Any tool to modify headers before printing?

F

Fazz

Can anyone tell me how to make a macro that can modify the header to have
the filename, overwriting it's current header? I need to automate a process
of converting over 1000's of documents to have their filenames printed as a
header. These documents already have headers on them, so I would need to
overwrite the current header.

I've been told that I would need a printing macro that would place the
filename into the header? Does a tool already exist, or would I have to
create a macro using VB? Is there a place where I could get a good start?
Any help would be greatly appreciated.

Thx...
 
L

larrydalooza

Fazz said:
Can anyone tell me how to make a macro that can modify the header to have
the filename, overwriting it's current header? I need to automate a process
of converting over 1000's of documents to have their filenames printed as a
header. These documents already have headers on them, so I would need to
overwrite the current header.

I've been told that I would need a printing macro that would place the
filename into the header? Does a tool already exist, or would I have to
create a macro using VB? Is there a place where I could get a good start?
Any help would be greatly appreciated.

Thx...

Anything you can do manually, you can automate with AutoIt

http://www.autoitscript.com/autoit3/

The forum is magnificent for help...

Lar.
 
H

Howard Kaikow

You should start with Steve Roman's book Writing Word Macros.
See the list of Word VBA books at my URL below.
 

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