Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Could someone let me know if it is possible to make a Column in Excel sheet Invisible by VBA Programming. I need to Hide a Column which contains Data which is useful for my Programming but not required to be viewed by the User. If i hide the column by, for e.g: Range("N1").Value = "SKU Number" Columns("N:N").Hidden = True and then insert the required data into this, the user may by mistake unhide it or possibly overwrite it somehow. I dont what this to happen. Its like i want to make the column invisible and somehow lock it so that the user will not be able to unhide it. how do i go about with this??? Thanks in Advance for any help. Regards, Neeraja. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Make a chart axis visible/invisible with VBA | Charts and Charting in Excel | |||
Format cells to make zeros not appear,or be invisible on screen &p | Excel Discussion (Misc queries) | |||
How to make a checkbox on a chart invisible when it is clicked? | Charts and Charting in Excel | |||
make button invisible if macros disabled | Excel Discussion (Misc queries) | |||
How to make hidden sheet invisible | New Users to Excel |