Permanently hiding a column in Excel

rachelhhall

New Member
Joined
Feb 4, 2008
Messages
11
Hi guys,

I need to email a Worksheet to a contractor. I do not want him to know my profit margin on it. Of course, I can hide the column, but once emailed he can then unhide that column. Is there any way of permanently hiding a column or resolving this problem simply?

Any advice appreciated.

Thank you,

Rachel
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Can't you just delete the column?

And if the contractor only needs the values you could to a paste special to replace any formulas before you do that.
 
Upvote 0
Excel is not secure enough to guarantee hiding a column of data.
I would not send the worksheet, I would send a section of it copied as a picture.

Select the data you want to send.
Hold the shift key and click the Edit menu, you will now have a Copy Picture option.
Using that option will copy the selected range to your clipboard. You can paste that in your email to your contractor.
 
Upvote 0
rachel,
Excel is not a secure environment. I would suggest you remove the column entirely prior to sending it. If it's needed in the calc's, then I would suggest you add the data to a hidden workbook, and reference it that way. You can then use VBA to hide the sheet.
Sheets("sheet2").Visible = xlSheetVeryHidden
or
copy and paste values on all the dependant formula's and remove the column.

Again, this will stop a basic user. There are other protection options available, but all of them could be cracked in about 2 minutes by an experienced excel user.

HTH
Cal
 
Upvote 0

Forum statistics

Threads
1,214,929
Messages
6,122,317
Members
449,081
Latest member
tanurai

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