Question:Assistance. New VBA and you all is an excellent resource, with my Excel VBA for Dummies book. Is it possible to write code that would make a message appear in Excel when save them and close a file? Not one "either / or"scenario;"" only when do both.Answer:Assistance. New VBA and you all is an excellent resource, with my Excel VBA for Dummies book. Is it possible to write code that would make...Read More
Question:After the opening of my workbook, hitting , locate the workbook in the project window by double-clicking on it and choosing to workbook in the drop-down list object...This is the code I wrote:Private Sub Workbook_BeforeSave(ByVal_SaveAsUI_As_Boolean,_Cancel_As_Boolean)Dim Msg As StringMSG = "Please let Cheryl know when this file"MSG = "" is final or changes have been made""MSG = "for the...Read More