T
Todd Huttenstine
Range(numcount1 + 2 & ":" & numcount2).Select
The above codes selects a range of cells. I am trying to
get it to stop selection at column K. Below is what I am
trying to do but it is not working. How do I get it to
select only through column K? When I run this code I get
the error "Method 'Range' of object'_Worksheet'failed"
Range(numcount1 + 2 & ":K" & numcount2).Select
Thank you
Todd Huttenstine
The above codes selects a range of cells. I am trying to
get it to stop selection at column K. Below is what I am
trying to do but it is not working. How do I get it to
select only through column K? When I run this code I get
the error "Method 'Range' of object'_Worksheet'failed"
Range(numcount1 + 2 & ":K" & numcount2).Select
Thank you
Todd Huttenstine