Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the Cells object to set the "locked" property of
my spreadsheet. The line looks like this: Cells.locked = True ' or can be False I feel real uncomfortable using that code by itself. Shouldn't I pre-qualify the Cells object with another object such as "ThisWorkbook" or something?? I just want to ensure that this code runs on the workbook it was intended for and not another active workbook. Thank you! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Activate Object question | Excel Worksheet Functions | |||
Activate Object question | Excel Worksheet Functions | |||
Range Object Question | Excel Programming | |||
Automation object question | Excel Programming | |||
Object Variable question | Excel Programming |