ThreeBullet
New Member
- Joined
- Sep 9, 2011
- Messages
- 1
Folks, Please save me from lunatic asylum!
I want to position the focus onto certain specific cells, each of which I have defined as named ranges.
Effectively these are starter cells for distinct sets of calculations. I want to give the user a choice of which starter cell to use.
I want that user choice to be made using option buttons on a UserForm.
The UserForm button selection should assign a range variable to a particular Named Range, each button resetting the range variable to one particular named range.
I understand how to code selecting a particular cell, my problem is solely with assigning the named range to a variable.
All works fine until I run Sub. Then I get an Error 1004 Method 'Range' of object 'Global' failed.
I have tried everything I can for 3 days, but cannot move beyond this point.
Sorry I am new to Forum and can't figure out how to add code here to this message, but the problem should be clear from above.
Three Bullet
I want to position the focus onto certain specific cells, each of which I have defined as named ranges.
Effectively these are starter cells for distinct sets of calculations. I want to give the user a choice of which starter cell to use.
I want that user choice to be made using option buttons on a UserForm.
The UserForm button selection should assign a range variable to a particular Named Range, each button resetting the range variable to one particular named range.
I understand how to code selecting a particular cell, my problem is solely with assigning the named range to a variable.
All works fine until I run Sub. Then I get an Error 1004 Method 'Range' of object 'Global' failed.
I have tried everything I can for 3 days, but cannot move beyond this point.
Sorry I am new to Forum and can't figure out how to add code here to this message, but the problem should be clear from above.
Three Bullet