Force Save as Macro-Free file

stuartgb100

Active Member
Joined
May 10, 2015
Messages
272
Hi,

I have a template file with a protected Project.
When opened, code runs leaving a user workbook open.
This user workbook is macro-enabled and contains the protected Project.
The code has been modified to allow the user to work with the file.

When the user is ready, they click a button, and a bunch of emails are sent.

Question: can I then force a save of the workbook, but with the Project removed ?

Many thanks.
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

yky

Well-known Member
Joined
Jun 7, 2011
Messages
1,881
Office Version
  1. 2010
Platform
  1. Windows
Set file format to 51, which is a workbook without macro.

ThisWorkbook.SaveAs Filename:="D:\myfile", FileFormat:=51
 
Upvote 0

Forum statistics

Threads
1,191,204
Messages
5,985,262
Members
439,953
Latest member
suchitha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top