View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default document changed in excel

Possibly:

If thisworkbook.Saved then
' hasn't changed since the last save

end if

--
Regards,
Tom Ogilvy

"marty" wrote in message
ups.com...
Is there a test I can do in VBScript to test whether a document has
been changed?