WorkbookSave_ANmar

Saves a workbook handling several scenarios and decide what to do based on each.
If workbook already found, function either delete already existing file, rename old file, or rename new file, all based through call "SaveOverMode"
FullFile: Full path and filename
SaveOverMode: What to do if already found
                0=Cancel save if already found
                1=Save over file
                2=Rename this file to same name + counter
                3=Rename already existing file with counter
CloseifOpen: Close workbook if already open after save


Public

Tested

My Own Work

FullFile, Optional Wb = "This", Optional SaveOverMode = 0, Optional CloseifOpen = 0

Views 1
Downloads 0