Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to write a custom method for the Range object that returns a
Range object representing all child rows of the called row. I looked in the Object Browser, and I don't think such a method exists, but if somoeone knows differently, please tell me! The routine may be called like this: Dim rng as range set rng = Rows(1).ChildRows.Select Is it possible to write a custom method for an existing object, or do I have to write a similar class module (i.e. CRange) and then write the method? Thanks, Matthew Pfluger |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA ErrorBar method does not allow custom minusvalues | Excel Programming | |||
"PasteSpecial method of Range class failed" when range Number of Rows 2000 | Excel Programming | |||
Range Question / error 1004: method Range of object Worksheet has failed | Excel Programming | |||
Specify which method is default in custom class | Excel Programming | |||
Adding named range gives error "method range of object _Global failed " | Excel Programming |