S
srfdggy5
Hello... How can change the view from outline to Print Layout using VBA
I have some code that loads documents to a page and combines them.
But once that is done, I would like it to change to Print Layout vie
so it will be more familiar to the users of the form to enter thei
information. Any help would be greatly appreciated. Thanks agai
ahead of time. My last piece of code is as follows:
Public Sub MergeSubDocuments()
With ActiveDocument.Subdocuments
Do While .Count > 0
Merge .Item(1)
Loop
End With
End Su
I have some code that loads documents to a page and combines them.
But once that is done, I would like it to change to Print Layout vie
so it will be more familiar to the users of the form to enter thei
information. Any help would be greatly appreciated. Thanks agai
ahead of time. My last piece of code is as follows:
Public Sub MergeSubDocuments()
With ActiveDocument.Subdocuments
Do While .Count > 0
Merge .Item(1)
Loop
End With
End Su