cogswel__cogs
Board Regular
- Joined
- Jan 3, 2018
- Messages
- 180
I want to write in vba code to select range of rows for example.
X = 5
y = 9
rows(x:y).select
How would I write it?
I've tried
I have tried
rows(x & ":" & Y).select
But it does not work.
All help is greatly apprciated.
X = 5
y = 9
rows(x:y).select
How would I write it?
I've tried
I have tried
rows(x & ":" & Y).select
But it does not work.
All help is greatly apprciated.