I'm using automation - early binding in VB6 to automate a mail merge precedure in Word2K. There seems to be a bug when attempting to switch views in Word from VB from Master back to Normal using the code:
ActiveWindow.view.Type = wdNormalView
The issue is that I need to be in the Master View in order to manipulate my document, but I want to switch back to Normal View before I save them out as Word Files. This code seems to execute just fine in my program, however, the final documents continue to save in Master View Format.
Any ideas how to force the view back to Normal??
Thanks in advance!
ActiveWindow.view.Type = wdNormalView
The issue is that I need to be in the Master View in order to manipulate my document, but I want to switch back to Normal View before I save them out as Word Files. This code seems to execute just fine in my program, however, the final documents continue to save in Master View Format.
Any ideas how to force the view back to Normal??
Thanks in advance!