Do I need any macro to set sheet veryhidden?

zico8

Board Regular
Joined
Jul 13, 2015
Messages
225
Hi,

I want to set one of my sheet to be non visible.
I have set its properities to xlsheetveryhidden, but project protection by password does not work.
It will be enough when I add any (even blank) sub inside?
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Hi,

I can set it up in worksheet properities but I wont the user not be able to change it to visible again.
 
Upvote 0
Did you save the workbook as macro enabled?
 
Upvote 0
yes,
but it does not work (password protection) unless I put any code inside.
I can input blank sub but my question is - is this the correct colustion?
 
Upvote 0
I've never tried protecting a vba project without any code, so was unaware of this, but it does look as though you have to, either add a blank module, or put some form of code in a sheet or ThisWorkbook module.
 
Upvote 0

Forum statistics

Threads
1,214,386
Messages
6,119,220
Members
448,876
Latest member
Solitario

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
Back
Top