Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
I'm a bit confused on when we need to use the 'ActiveWorkbook' keyword when writing VBA code. For example, to unprotect a sheet, i normally use the statement: ActiveSheet.Unprotect I'm wondering if that's good enough or I am supposed to go one level up by referring to the workbook the activesheet belongs to, eg: ActiveWorkbook.ActiveSheet.Unprotect I'm using Excel 2003. Many thanks in advance Tendresse |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Closing Hidden Workbook when Active Workbook is Closed | Excel Programming | |||
copy worksheet from closed workbook to active workbook using vba | Excel Worksheet Functions | |||
How do I make an open workbook the active workbook | Excel Programming | |||
Copy Modules from One workbook to Active Workbook | Excel Programming | |||
Preventing opening workbook inside active workbook. | Excel Programming |