Overwrite an excel workbook when it is opened -VBA code -


is there way overwrite excel file when opened using vba code?

i think can't overwrite file open. windows limitation , far know not possible it.

so guess you'll have save different name.

edit: unless person has file open. if open file via vba code, workbookname.save should work


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -