Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is one mo
rows(6).Resize(201).Select and another Range("A6:A206").EntireRow.Select and another: Range(rows(6),rows(206)).Select -- Regards, Tom Ogilvy "sixfivebeastman " wrote in message ... What would be the proper format for writing a macro to select a certain range of rows (like 6:6 to 206:206)? It keeps giving me the -Method 'Range' of object '_Global' failed- error. Thanks! --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell selection code | Excel Discussion (Misc queries) | |||
TIP: Dynamic chart selection without code | Charts and Charting in Excel | |||
Range selection code in a macro | Excel Programming | |||
Help : Code for selection non-contiguous cells | Excel Programming | |||
Print Selection in Code | Excel Programming |