Hi VBA Gurus,
I would like to copy text or paragraphs between two headers from docx to xlsx file.
1. The VBA script needs to run from excel using Early Binding technique (referencing to Object Libary)
2. The two headers will always remain the same and will never change.
3. The code needs to copy to Thisworkbook which is the macro workbook.
Example:
COMPANY A (This is header 1 and the name of the header will never change)
Some text........(so the code needs to copy this)
COMPANY B (This is header 2 and the name of the hader will never change)
The aim is to copy the content into Powerpoint on specific slides and shape. I have not seen a way of copying content directly from word to powerpoint unless anyone here knows using Excel VBA.
Looking forward to hearing from you
I would like to copy text or paragraphs between two headers from docx to xlsx file.
1. The VBA script needs to run from excel using Early Binding technique (referencing to Object Libary)
2. The two headers will always remain the same and will never change.
3. The code needs to copy to Thisworkbook which is the macro workbook.
Example:
COMPANY A (This is header 1 and the name of the header will never change)
Some text........(so the code needs to copy this)
COMPANY B (This is header 2 and the name of the hader will never change)
The aim is to copy the content into Powerpoint on specific slides and shape. I have not seen a way of copying content directly from word to powerpoint unless anyone here knows using Excel VBA.
Looking forward to hearing from you