I'm writing a fairly basic macro to prompt a user for input. Several fields are straight forward and simply require a title to be entered. In another cell, however, I'd like to prompt the user to select from a list (which is currently set up as a validation list). Does anyone know if this is possible from an InputBox or perhaps some other VBA dialog prompt?
i.e., the simple prompt that I've specified is:
Title = Application.InputBox("Enter Song Title")
ActiveCell.FormulaR1C1 = Title
I want another prompt to have a user select a predefined list of themes.
Thanks for any help.
Jeff
i.e., the simple prompt that I've specified is:
Title = Application.InputBox("Enter Song Title")
ActiveCell.FormulaR1C1 = Title
I want another prompt to have a user select a predefined list of themes.
Thanks for any help.
Jeff