Good morning all,
I wish you could help me on this matter.
I am looking for getting all selected row number in different variables through VBA.
The selected rows may be separated from each other by using #control button#
For example If i select 1:1 - 5:5 -9:9
I want to get the result like
Var(1) = 1
Var(2)= 5
Var(3)= 9
Is there any easy way to code such a macro?
Thank you very much in advance for your help!
Yaninja
I wish you could help me on this matter.
I am looking for getting all selected row number in different variables through VBA.
The selected rows may be separated from each other by using #control button#
For example If i select 1:1 - 5:5 -9:9
I want to get the result like
Var(1) = 1
Var(2)= 5
Var(3)= 9
Is there any easy way to code such a macro?
Thank you very much in advance for your help!
Yaninja