How to hide excel formulas?

VBABEGINER

Well-known Member
Joined
Jun 15, 2011
Messages
1,284
Office Version
  1. 365
Platform
  1. Windows
Hi All Experts,

Its very normal query..which is not solved. Any body kindly help me.

I made the excel sheet which having no. of calculation.

But now i dont want to display all the formulas.
its easily seen....its problem for me.

is there trick to hide all excel sheet formulas?

I added only one line of coding, but that is not working.

Range("A1:E1000").value = Range("A1:E1000").Value
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
When you say you want to hide the formulae, do you mean you want to:-
  1. turn them all into hard-coded values so they don't work as formulae any more
  2. hide them but have them continue to work as formulae
What's the reason behind this?
 
Upvote 0
Good evening Sir,
Thank you for ur reply.

  1. hide them but have them continue to work as formulae
= ok, this mean if i hide the formulas then it wont work?
i dont no this concept.

actually, i did some calculation part, that i dont want to display to my client.
that is y?
so can we do this?
 
Upvote 0
You can protect the worksheet and not allow the user to select locked cells but if they open it from VBA they will be able to see the formulae in the cells.

You could code some of your more vital formulae in VBA and make them into user-defined functions (UDFs), then protect the VBA project.

Whatever you do, hand the protected workbook over to someone else and ask them to crack it for you as they will probably think of something you forgot to consider.

Remember Excel was never designed as a high-security environment.
 
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,134
Members
452,890
Latest member
Nikhil Ramesh

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