I created a word template and the top half of the page is
2 columns wide - the bottom half of the page is a text
box and the document text is written over top of the text
box. The template executes a VBA macro that inserts the
text that the user enters into text boxes and places the
text at the appropriate bookmarks. When the VBA macro is
done and the document is displayed in normal view it
indicates where the column breaks are but it shows the
2nd column under the 1st in a single column width. If I
click View-Print Layout the document is shown correctly 2
columns wide with the text box below. I am using Word
2003. What is the best way to correct this?

Thanks Mike

RE: Document not displayed properly by Mike

Mike
Tue Jul 06 18:19:14 CDT 2004

Thank You that worked.


>-----Original Message-----
>You can insert the line "ActiveWindow.View =
wdPrintView" at the end of your existing code.
>
>"Mike Emerson" wrote:
>
>> I created a word template and the top half of the page
is
>> 2 columns wide - the bottom half of the page is a text
>> box and the document text is written over top of the
text
>> box. The template executes a VBA macro that inserts
the
>> text that the user enters into text boxes and places
the
>> text at the appropriate bookmarks. When the VBA macro
is
>> done and the document is displayed in normal view it
>> indicates where the column breaks are but it shows the
>> 2nd column under the 1st in a single column width. If
I
>> click View-Print Layout the document is shown
correctly 2
>> columns wide with the text box below. I am using Word
>> 2003. What is the best way to correct this?
>>
>> Thanks Mike
>>
>.
>