> (...) The FileOpen Action is tied to a couple of > controls though (Menu, ToolButton) then handle it within the FileOpen Action. I guess there you have if(MyFileDialog.Execute) Then OpenTheFile(MyFileDialog.FileName), right? So check for the file to be saved as first thing. At least, this is what my common sense tells me. Cheers, A.