D
Dennis
Using Office 2003
Need proper way to select and use an XL named Range in VBA.
SheetName = Ameritech
Range = AmerDataRng
Reason:
I believe that VBA code does not AutoUpdate the code when a new row or column is
added within a named range. I know that XL does "expand" the range.
Therefore, if I name the range in XL, all I need to do in VBA is use the RangeName in
the specific code? Am I correct or no?
What I want to do is select the range in VBA, then in VBA, add a Custom Filter to two
columns. Anything else I should consider?
TIA Dennis
Need proper way to select and use an XL named Range in VBA.
SheetName = Ameritech
Range = AmerDataRng
Reason:
I believe that VBA code does not AutoUpdate the code when a new row or column is
added within a named range. I know that XL does "expand" the range.
Therefore, if I name the range in XL, all I need to do in VBA is use the RangeName in
the specific code? Am I correct or no?
What I want to do is select the range in VBA, then in VBA, add a Custom Filter to two
columns. Anything else I should consider?
TIA Dennis