E
Ed Davis
I want the range to start at the top left cell and have been unable to do
this.
My code first selects a range off the sheet and then the range that I want
at the top left.
Range("a99").select
Range("a67").select
I have tried just the following but does not do it.
Range("A67").select
this.
My code first selects a range off the sheet and then the range that I want
at the top left.
Range("a99").select
Range("a67").select
I have tried just the following but does not do it.
Range("A67").select