drcoz
08-24-2017, 10:29 AM
I have a weekly report that requires several hours to put together. I've decided to put the data into Access and then use VBA code to put it into a new word document.
I've searched on how to do this and I keep coming up with nothing or tables. I don't want tables as the paragraphs will be numbers:
1 2 3, then sub to a b c then sub to i ii iii format.
The data is coming from 7 different sections within my organization.
I'd post my code, but the forum keeps telling me it has URL or bad words in it. So I'll attach it, if that works
I've done something like this for PowerPoint, but when trying the same code here it does not work. again I don't want to add tables as the report has to be in a specific format. I also don't want to do mail merge as each area may have from 3 to 30 different topics for this report when generated.
Well thanks for you time.
I've searched on how to do this and I keep coming up with nothing or tables. I don't want tables as the paragraphs will be numbers:
1 2 3, then sub to a b c then sub to i ii iii format.
The data is coming from 7 different sections within my organization.
I'd post my code, but the forum keeps telling me it has URL or bad words in it. So I'll attach it, if that works
I've done something like this for PowerPoint, but when trying the same code here it does not work. again I don't want to add tables as the report has to be in a specific format. I also don't want to do mail merge as each area may have from 3 to 30 different topics for this report when generated.
Well thanks for you time.