AbdulkareemAlhassni
New Member
- Joined
- Nov 16, 2018
- Messages
- 41
Hey Gents,
I have the following issue
i want the criteria " Range("B10:D174) " to read up to the last value dynamically whenever it changes plus or minus !
such as having " Range("B:10:Up to last value") "
how can i do that ?
I have the following issue
PHP:
Worksheets("Raw Data for PR Dist").Range("A6:AL1048550").AdvancedFilter Action:=xlFilterInPlace, CriteriaRange _
:=Sheets("Advanced Filter sheet").Range("B10:D174"), Unique:=False
i want the criteria " Range("B10:D174) " to read up to the last value dynamically whenever it changes plus or minus !
such as having " Range("B:10:Up to last value") "
how can i do that ?
Last edited: