I have three workbooks open one with live data and the other two linked to it. I want one with linked data to save when criteria are met.
Cell b2=if(or(b3="ok",b15="ok"...),1,0). When b2=1 save file.
In VBA code I tried wksheet change, activate and if b2=1 activeworkbook.save.
It only saves if I am typing on the sheet. It doesn't save when changed by formula. In other words if criteria met and b2=1 (changed by formula) doesn't' save file. This is the last thing I need and have been press save button but would like to automate.
Welcome replies.
Thanks
Bookmarks