Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I understand the following clears column A of the active sheet:
Sub ClearColumnTest() ActiveSheet.Range("A:A").Clear End Sub I also understand that this does the same thing: Sub ClearColumnTest() ActiveSheet.Columns(1).Clear End Sub But when creating formulas in Excel (as opposed to in VBA) we refer to column 1 as column A. Why the discrepancy? Is this a holdover from the R1C1 reference style of Lotus? Dave -- A hint to posters: Specific, detailed questions are more likely to be answered than questions that provide no detail about your problem. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clearing cells without clearing formulas | Excel Discussion (Misc queries) | |||
Clearing out blank rows/columns | Excel Worksheet Functions | |||
Clearing #VALUE | Excel Worksheet Functions | |||
Clearing information in certain columns | Excel Discussion (Misc queries) | |||
Clearing row and columns | Excel Programming |