On a spreadsheet I have a "Save" button which saves the sheet in a specific place determined by the contents of 3 cells.
C4 = Date, E4 = Venue, I4 = Name
These three cells determine the location and name the file will be saved; c:\Venue\Year (from C4)\Month (from C4)\Name (a combination of day from C4 and name)
Can I add an IF statement in the code for the save button that pops up an error message if any 1 of the 3 cells are blank?
C4 = Date, E4 = Venue, I4 = Name
These three cells determine the location and name the file will be saved; c:\Venue\Year (from C4)\Month (from C4)\Name (a combination of day from C4 and name)
Can I add an IF statement in the code for the save button that pops up an error message if any 1 of the 3 cells are blank?