M
major
I am not sure if I am at the right place for this.
I am very new to VBA. I am trying to automate the following. I have word
document with headings/body text/tables etc. For ex:
--heading1
-----heading2
---Body Text
-- Table
-- Bullets
I want to write a macro that will run through the entire content and apply
styles accordingly. So it will go through the document and decide if its
heading 1 apply heading 1 style, if heading 2 apply style, if table apply
table style and if text apply body text style.
Can someone lead my way to this? If it is possible to do? I just need start
and I can follow it through..Many thanks in advance.
I am very new to VBA. I am trying to automate the following. I have word
document with headings/body text/tables etc. For ex:
--heading1
-----heading2
---Body Text
-- Table
-- Bullets
I want to write a macro that will run through the entire content and apply
styles accordingly. So it will go through the document and decide if its
heading 1 apply heading 1 style, if heading 2 apply style, if table apply
table style and if text apply body text style.
Can someone lead my way to this? If it is possible to do? I just need start
and I can follow it through..Many thanks in advance.