Balajibenz
Board Regular
- Joined
- Nov 18, 2020
- Messages
- 80
- Office Version
- 2013
- Platform
- Windows
Hi,
Can someone help me on how save the entire workbook in to same path as source workbook with the formulas alone value pasted and leaving all other formatting.
I am using blow line of code to save the file. Also help me to save the file even if there is an existing file in the path with same name.
ActiveWorkbook.SaveAs ActiveWorkbook.Path & "\Filename_" & Format(Date, "dd-mmm-yy") & ".xlsb", xlExcel12
Can someone help me on how save the entire workbook in to same path as source workbook with the formulas alone value pasted and leaving all other formatting.
I am using blow line of code to save the file. Also help me to save the file even if there is an existing file in the path with same name.
ActiveWorkbook.SaveAs ActiveWorkbook.Path & "\Filename_" & Format(Date, "dd-mmm-yy") & ".xlsb", xlExcel12