V
Vinay
Hi,
I am using the following statement in a loop to insert
some text in a document.
.ActiveDocument.range.insertafter("Some Text" & vbCrLf)
In this loop depending on the range and text and length,
I want to give a page break in such a way that next page
text comes in Landscape mode.
Can someone suggest, how do I achieve this
functionality ?
Regards
Vinay
I am using the following statement in a loop to insert
some text in a document.
.ActiveDocument.range.insertafter("Some Text" & vbCrLf)
In this loop depending on the range and text and length,
I want to give a page break in such a way that next page
text comes in Landscape mode.
Can someone suggest, how do I achieve this
functionality ?
Regards
Vinay