Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the help! Words fine.
Mountain_Dewski wrote: Sub MFilterRange() End Sub Dim rFilterRange As Range Dim Sh As Worksheet For Each Sh In ActiveWorkbook.Worksheets If Right(Sh.Name, 7) < "Records" Then With Sh.Range(.Range("B3"), .Range("B3").End(xlDown).End(xlToRight) _ .Offset(-1, 2)).Name = "'" & Sh.Name & "'!FilterRange" End With End If Next Sh -- Mountain_Dewski ------------------------------------------------------------------------ Mountain_Dewski's Profile: http://www.excelforum.com/member.php...o&userid=19207 View this thread: http://www.excelforum.com/showthread...hreadid=373735 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA macro runs fine, but freezes if I try to do ANYTHING else whileit runs | Setting up and Configuration of Excel | |||
One macro runs then it auto runs another macro | Excel Discussion (Misc queries) | |||
Macro that runs in the background | Excel Discussion (Misc queries) | |||
Which Macro Runs...? | Excel Discussion (Misc queries) | |||
Macro Runs if Template name is ..... | Excel Programming |