Sub FileOpen()
' Procedure : FileOpen
' Description: This code saves all documents BEFORE the risky event of opening a file.
' Copyright: Chris Greaves Inc.
' Inputs: None
' Returns: None.
' Assumes: Nothing
' Side Effects: None.
' Tested: By a call from the user
' I decided to add the SAVEALL to the File Open dialogue while creating a proposal
' that required many "open"ings of HTML files with attendant risk of Word97 Crashes.
Documents.Save
Dialogs(wdDialogFileOpen).Show
End Sub



