J
Just Merks
Hello,
Can someone assist. I'm fiddling around with some basic VBS programming.
When I want to select multiple rows (i.e 3-9) from an sheet I can use
Rows(" 3 , 9 ").select
However what should I do when one of those argument is a variable.
I.E.
varrow = 9
rows("3, varrow").select
This does not do the trick??
Can someone assist. I'm fiddling around with some basic VBS programming.
When I want to select multiple rows (i.e 3-9) from an sheet I can use
Rows(" 3 , 9 ").select
However what should I do when one of those argument is a variable.
I.E.
varrow = 9
rows("3, varrow").select
This does not do the trick??