VBA_Newbie
Active Member
- Joined
- Jan 7, 2005
- Messages
- 258
Hi folks,
I have a macro which generates a list of unique price points. Each time the macro runs it could generate any number of unique price points - from as low as 10 all the way up to 500 or more. What I'm trying to do is create a drop down box in cell that automatically fills with these unique price points.
Ideally, the user would select a particular unique price point that has been generated by the macro and I'll set up some form of Vlookup formula to show some relevant information about that particular price point.
Any tips or strategies you could offer me? I think data validation lists have a limit on the number of items you can place in them...as well...the range would always change (and is located on another worksheet).
Many thanks,
Mike
I have a macro which generates a list of unique price points. Each time the macro runs it could generate any number of unique price points - from as low as 10 all the way up to 500 or more. What I'm trying to do is create a drop down box in cell that automatically fills with these unique price points.
Ideally, the user would select a particular unique price point that has been generated by the macro and I'll set up some form of Vlookup formula to show some relevant information about that particular price point.
Any tips or strategies you could offer me? I think data validation lists have a limit on the number of items you can place in them...as well...the range would always change (and is located on another worksheet).
Many thanks,
Mike