So, I am looking for a something simple.
I need to call a macro that displays a window with some options that I will pre-define, for me to select. The selection needs to be stored in a variable which I can then use later in the macro for other purposes.
The issue I am having is that I can't figure out how to do something similar to the input box, but with perhaps a list of the various selectable options.
I really don't want to have it linked to a cell or range. I know I can use the data validation or the combo box, or something similar. But that isn't want I was really going for. I don't really want to create a user form either .... unless I have to, in which case I would just go with the combo box.
I was really hoping to have it not be present until needed, then have it appear, display the selectable options, and once one is selected, save that selection into a variable of some sorts, and no longer be visible.
Hopefully that makes sense.
Any thoughts?
-Spydey
P.S. I guess that maybe I just don't know what it is called. If perhaps I knew what it is called, I could research it a bit more and figure it out on my own.
I need to call a macro that displays a window with some options that I will pre-define, for me to select. The selection needs to be stored in a variable which I can then use later in the macro for other purposes.
The issue I am having is that I can't figure out how to do something similar to the input box, but with perhaps a list of the various selectable options.
I really don't want to have it linked to a cell or range. I know I can use the data validation or the combo box, or something similar. But that isn't want I was really going for. I don't really want to create a user form either .... unless I have to, in which case I would just go with the combo box.
I was really hoping to have it not be present until needed, then have it appear, display the selectable options, and once one is selected, save that selection into a variable of some sorts, and no longer be visible.
Hopefully that makes sense.
Any thoughts?
-Spydey
P.S. I guess that maybe I just don't know what it is called. If perhaps I knew what it is called, I could research it a bit more and figure it out on my own.
Last edited: