Home |
Search |
Today's Posts |
#11
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe you're unprotecting the wrong sheet:
Replace: Sheets("E-Figures").Select ActiveSheet.Unprotect Password:="123" With Sheets("E-Figures").Unprotect Password:="123" or even thisworkbook.Sheets("E-Figures").Unprotect Password:="123" ====== The only time I've seen .specialcells fail is when the sheet is protected or there are no constants in that range. I still think it's your data--not the code. Sean wrote: - Show quoted text - Definitely Dave, there are values in AI3:AI4 in sheet E-Figures -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting instances of found text (Excel error? Or user error?) | Excel Worksheet Functions | |||
Error Handling - On Error GoTo doesn't trap error successfully | Excel Programming | |||
Form Err.Raise error not trapped by entry procedure error handler | Excel Programming | |||
run-time error '1004': Application-defined or object-deifined error | Excel Programming | |||
Automation Error, Unknown Error. Error value - 440 | Excel Programming |