Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a named cell in B2. I want to clear all the data starting for
C2 onward down the columns. The following works if my cursor is on th worksheet of the named cell. Range("NamedCell").Offset(0, 1).Select Range(Selection, Selection.End(xlToRight)).Select Selection.ClearContents How can I mod this so that I do not have to be on the sheet itself? Thank-yo -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why doesnt this work? | Excel Worksheet Functions | |||
Auto Sum doesnt work | Excel Discussion (Misc queries) | |||
Why doesnt this work | New Users to Excel | |||
COUNTIF doesnt work! | Excel Worksheet Functions | |||
sum totaling doesnt work | Excel Worksheet Functions |