D
David Harrison
I've just used a macro from Jay Freedman that sucessfully
updates fields when you open the document. However I have
used and ASK field which then changes text within the
document by using corresponding IF fields.
BUT, (unfortunately) I still have to use "Select All +
F9" to bring up the Ask Questions - how can I prompt the
ASK field in Jay's "AutoOpen" Macro? (seen below)
Sub AutoOpen()
Options.UpdateFieldsAtPrint = True
Application.ScreenUpdating = False
PrintPreview = True
PrintPreview = False
ActiveDocument.ActiveWindow.View.Type = wdPrintView
Application.ScreenUpdating = True
End Sub
(PS Using Word 2000 on WinXP)
updates fields when you open the document. However I have
used and ASK field which then changes text within the
document by using corresponding IF fields.
BUT, (unfortunately) I still have to use "Select All +
F9" to bring up the Ask Questions - how can I prompt the
ASK field in Jay's "AutoOpen" Macro? (seen below)
Sub AutoOpen()
Options.UpdateFieldsAtPrint = True
Application.ScreenUpdating = False
PrintPreview = True
PrintPreview = False
ActiveDocument.ActiveWindow.View.Type = wdPrintView
Application.ScreenUpdating = True
End Sub
(PS Using Word 2000 on WinXP)