ThrottleWorks
Excel Ninja
Sir, I want to name a range, this range will be used in further processing.
The range is flexible, it will change with every run.
I am able to select the range by using following code.
Cells(2, i).Offset(0, 0).Select
ActiveCell.Resize(b + 1, d).Select
Can anyone please tell me how do I name this range using VBA.
The range is flexible, it will change with every run.
I am able to select the range by using following code.
Cells(2, i).Offset(0, 0).Select
ActiveCell.Resize(b + 1, d).Select
Can anyone please tell me how do I name this range using VBA.