Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bryan
With VBE open, find the word Range in a macro. Highlight it and hit F1 to get a list of Properties, Methods etc. J.E.'s Range("C" & Rows.Count).End(xlUp).Row Takes you to the very bottom of column C then looks up to the last row with data entered. You could use .End(xlDown) if you knew there were no blank cells in Column C above the last cell with data. Gord Dibben Excel MVP On Sun, 13 Jun 2004 11:29:55 GMT, "Bryan Kelly" wrote: I don't know the methods of Range so I active the Visual Basic editor, find the word range in a macro, highlight it and right click. I get what I call a popup list window. The window is scrollable and has Range at the top. Looks good so far. I right click, left click, double click, etc, but it doesn't give me any information about Range, its methods, and parameters. So how do I find out how to really use Range? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FInd common data in one column then add number in adjacent column | Excel Worksheet Functions | |||
find last row value in column when using MATCH to find column | Excel Worksheet Functions | |||
Find something in column a then find if column B matches criteria | Excel Discussion (Misc queries) | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
To find Multiple values in column B for a unique value in column A | Excel Worksheet Functions |