G
Garth Wells
I have an Access app that uses VBA and bookmarks
to pass data to a Word 2000 doc. Inside the Word
doc I use IF statements to determine whether a text
block should be displayed. This is working, but what
I have found is that when a block is not shown, a
ParaMark is added.
Let's say I have 4 IF statements and only IFs 1 and 4
evaluate to True. I end up with:
Text shown when IF 1 is True
New Page
ParaMark
ParaMark
ParaMark
Text shown when IF 4 is True
I have reviewed the template .doc for embedded
ParaMarks, but have not found any. The only thing I
can think of is to programmatically move to each new
page and remove all leading ParaMarks. I do not,
however, know how to do this. Any suggestions are
appreciated.
to pass data to a Word 2000 doc. Inside the Word
doc I use IF statements to determine whether a text
block should be displayed. This is working, but what
I have found is that when a block is not shown, a
ParaMark is added.
Let's say I have 4 IF statements and only IFs 1 and 4
evaluate to True. I end up with:
Text shown when IF 1 is True
New Page
ParaMark
ParaMark
ParaMark
Text shown when IF 4 is True
I have reviewed the template .doc for embedded
ParaMarks, but have not found any. The only thing I
can think of is to programmatically move to each new
page and remove all leading ParaMarks. I do not,
however, know how to do this. Any suggestions are
appreciated.