Populating blank sections

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I have a word document with standard heading and sub heading
sections.I wanted to write a macro which could populate the corresponding
heading or subheading sections with some standard text.The only clause is
that when heading is blank , I want the population to occur. else it must
not touch the section.

Current Document

1 Heading
blank
1.1 Subheading
not blank

After Running the Macro

1 Heading
Its a heading <change>
1.1 Subheading
not blank <no change>
 
My Configuration is word 2003, Win Xp and I have posted this in foll
newsgroup(programming,general and new users). Just want to see some quick
response as I need to get back to my customers on this.
 
Back
Top