Forum Discussion
UCTQYAV
Sep 01, 2022Copper Contributor
VBA issue
I have a VBA code and instructions on how to add this into word. The code will take the comments from the word document and add them into a new excel sheet. Whenever I run the code I get the error me...
Sep 01, 2022
You will need to show the code for anyone to be able to trouble shoot it for you.
UCTQYAV
Sep 02, 2022Copper Contributor
Code added in!
- Sep 02, 2022
- UCTQYAVSep 06, 2022Copper Contributor
Many thanks, once I delete this I receive the same error message Sub or funciton not defined, but for the first row:
Sub ExportComments()
Any advice?
- Sep 06, 2022Do you still have the following commented out?
'Dim xlApp As Excel.Application
'Dim xlWB As Excel.Workbook
The code compiles without error here.