Obtaining the save status of a file using VBA
Often when creating a macro, we may need to know the save status a file we are working with. This post explores some of the options available for understanding and controlling this important aspect of file control. Using the .saved property Within the Visual Basic Editor we can view the Saved property of a workbook. … Read more