Hi all.
I got help with setting up the VBA script to split the workbook into separate sheets via another post of mine – “VBA script - split sheets into unique folder named of cell entry”:
VBA script - split sheets into unique folder named of cell entry
It works great, but I am now trying to figure out is how to add some VBA code to save the split excel sheets into DATA ONLY sheets.
Right now it saves each sheet with all my functions and formulas, so many cells, although “blank” if criteria are not met, still have the functions/formulas in them, like IF(ISBLANK) etc...
I'd like these cells that should not return data if criteria are not met to be saved BLANK, ie nothing in those cells*
Any ideas would be greatly appreciated.
I got help with setting up the VBA script to split the workbook into separate sheets via another post of mine – “VBA script - split sheets into unique folder named of cell entry”:
VBA script - split sheets into unique folder named of cell entry
It works great, but I am now trying to figure out is how to add some VBA code to save the split excel sheets into DATA ONLY sheets.
Right now it saves each sheet with all my functions and formulas, so many cells, although “blank” if criteria are not met, still have the functions/formulas in them, like IF(ISBLANK) etc...
I'd like these cells that should not return data if criteria are not met to be saved BLANK, ie nothing in those cells*
Any ideas would be greatly appreciated.