Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi I have a sheet of data arranged in blocks. These blocks can vary in size both by row and column. I have a search routine that finds the data required but then I would like it to select to the last row, column so that it can be use to create a graph. there is what I have so far Do the search found data then set active cell Range(ActiveCell, Range(ActiveCell).End(xlToRight).End(xlDown)).Sele ct produce graph etc..... But when I run the rang Line I get error 1004. Any Help Would be appreciated. Regards Stu |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range selection | Excel Discussion (Misc queries) | |||
Narrow Range based on Selection in Another Range | Excel Discussion (Misc queries) | |||
Identifying a selection of a selection of a range | Excel Worksheet Functions | |||
Excel VBA - Range(Selection, Selection.End(xlDown)).Name issue. | Excel Programming | |||
Creating range name for a range selection | Excel Programming |