Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In a macro I calculate the number of rows and assign it
to 'TOTACS'. I then try and use TOTACS in a Range statement but it will not let me. How do I go about doing this? Below is my code: totacs = dmclastrow + authlastrow Range("A2").Select Range("A1:"totacs).AdvancedFilter Action:=xlFilterCopy, CopyToRange:= _ Columns("G:H"), Unique:=True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Variable Range | Excel Discussion (Misc queries) | |||
how to specify a range that is variable. | Excel Worksheet Functions | |||
Variable in a range. | Excel Programming | |||
variable range: l just can't get there! | Excel Programming | |||
Problem trying to us a range variable as an array variable | Excel Programming |