Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Any idea why the following does not clear the contents of row 1 in ToTable?
Sheets(ToSheet).Range(ToTable)(1).ClearContents I appreciate your help, -John |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The (1) is limiting the Clear to the first cell of the range.
-- Gary''s Student - gsnu200832 "John" wrote: Any idea why the following does not clear the contents of row 1 in ToTable? Sheets(ToSheet).Range(ToTable)(1).ClearContents I appreciate your help, -John |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sheets(ToSheet).Range(ToTable).rows(1).ClearConten ts
John wrote: Any idea why the following does not clear the contents of row 1 in ToTable? Sheets(ToSheet).Range(ToTable)(1).ClearContents I appreciate your help, -John -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clearing Contents | Excel Discussion (Misc queries) | |||
Clearing contents from a range | Excel Programming | |||
Clearing contents | Excel Programming | |||
Clearing Contents | Excel Programming | |||
Clearing Cell Contents | Excel Programming |