A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

converting files wtih headers



 
 
Thread Tools Display Modes
  #1  
Old May 15th, 2004, 02:41 AM
01dap
external usenet poster
 
Posts: n/a
Default converting files wtih headers

We have 400 staff resumes in Word. The resume template has the staff name and titles are in a header. We have a third party indexing utility called Folio that automatically converts the .doc files into .rtf before doing the indexing.
Our problem is the staff name in the header is not being exported so it does not get indexed.

Is there a way to force the header information to be exported?
Or
Is there a utilty that can batch convert the files to text with the headers?

Thanks
Don
  #2  
Old May 15th, 2004, 05:39 AM
Doug Robbins - Word MVP
external usenet poster
 
Posts: n/a
Default converting files wtih headers

If you ran a macro containing the following command it will take the
information from the header and place it at the beginning of the document:

ActiveDocument.Range.InsertBefore
ActiveDocument.Sections(1).Headers(wdHeaderFooterP rimary).Range

You could use a batch process to do this on all of the files in a particular
folder

The macro in the article “Find & ReplaceAll on a batch of documents in the
same folder” at:

http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm

could be modified for the purpose.
--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
"01dap" wrote in message
...
We have 400 staff resumes in Word. The resume template has the staff name

and titles are in a header. We have a third party indexing utility called
Folio that automatically converts the .doc files into .rtf before doing the
indexing.
Our problem is the staff name in the header is not being exported so it

does not get indexed.

Is there a way to force the header information to be exported?
Or
Is there a utilty that can batch convert the files to text with the

headers?

Thanks
Don


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:31 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 OfficeFrustration.
The comments are property of their posters.