Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I would like to lock / unlock a whole column by using VBA code. How to do it? Anyone knows? Thanks. Terence |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
(use the recorder!!)
Columns("H:H").Locked = False Columns("H:H").Locked = true ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lock Unlock Cell Protection | Excel Worksheet Functions | |||
hoW TO LOCK AND UNLOCK A CELL USING A FUNCTION/FORMULA | Excel Worksheet Functions | |||
FORMULA/FUNCTION TO LOCK AND UNLOCK A CELL | Excel Discussion (Misc queries) | |||
How to lock and unlock a cell using formulas in excel | Excel Discussion (Misc queries) | |||
Lock or Unlock cell references in a formula for auto fill purposes | Excel Discussion (Misc queries) |