I already have a workbook which we call a Job Sheet Generator. This is a macro enabled workbook and on it I have a button which when clicked triggers a macro which then saves it as a new workbook which is also macro enabled.
What I need to do now though is have it so that the new workbook is not saved as a macro enabled one because the new workbook has to work online in a browser and in teams.
The macro I was using was:
I've tried changing it to FileFormat:=51 and the extension to sTitle = Range("D1").Value & ".xlsx"![]()
Please Login or Register to view this content.
But when I run it I still get a warning saying:
The following features cannot be saved in macro-free workbooks
VB Project
Is there a way to keep the macros in the 'job sheet generator' but remove them from the workbook it saves?
Bookmarks