T
Todd Huttenstine
Below is a code that I am trying to use to select a
range. The range can constantly change so it must be
dynamic. The code I used below pops up red when entered
and I cannot figure out how to make it work. Can anyone
please help? There are numbers in cells K1 AND L1. Lets
say the number in cell K1 is 5 and the number in cell L1
is 10. If this was the case the code would need to
reference these cells to select the range. In this
instance it would select A5:G10.
Range("Sheets("Resolutions").Range ("A" & Range
("K1").Value): Sheets("Resolutions").Range("G" & Range
("L1").Value)").Select
Todd Huttenstine
range. The range can constantly change so it must be
dynamic. The code I used below pops up red when entered
and I cannot figure out how to make it work. Can anyone
please help? There are numbers in cells K1 AND L1. Lets
say the number in cell K1 is 5 and the number in cell L1
is 10. If this was the case the code would need to
reference these cells to select the range. In this
instance it would select A5:G10.
Range("Sheets("Resolutions").Range ("A" & Range
("K1").Value): Sheets("Resolutions").Range("G" & Range
("L1").Value)").Select
Todd Huttenstine