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

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type

Norie

Well-known Member
Joined
Apr 28, 2004
Messages
76,358
Office Version
  1. 365
Platform
  1. Windows
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

Datsmart

Well-known Member
Joined
Jun 19, 2003
Messages
7,985
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

Cbrine

Well-known Member
Joined
Dec 2, 2003
Messages
3,196
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,190,798
Messages
5,982,974
Members
439,810
Latest member
phobo3s

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