Hello,
I am trying to define a variable range and use it in a sort. I have successfully in other applications defined the start and end cells, then combine them to create my variable range, but in this instance, what I thought would be simpler wont work.
My VBA currently:
Range("G5").Select...