Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've been running a series of macros without problems for months. When
I made some major modifications to another macro in the same project, all these macros stopped working, even though the macro I was modifying and these macros don't call or relate to each other. The only connection is that they use the same range and varable name for that range. Sub Top10() ActiveSheet.Range("rFltrRng").AdvancedFilter Action:=xlFilterInPlace, CriteriaRange:= _ Range("Z1:Z2"), Unique:=False Range("a1").Select End Sub I've tried using a different name for "rFltrRng" to separate it from the other variable in the other macro. Any ideas? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro breaks my links. | Excel Discussion (Misc queries) | |||
Programming (macro) breaks due to translation | Excel Discussion (Misc queries) | |||
blank row macro with page breaks | Excel Programming | |||
blank row macro with page breaks | Excel Programming | |||
blank row macro with page breaks | Excel Programming |