Hello, all. Maybe once or twice a year someone asks me to make a change to a macro'd workbook I made some time ago, and since I am not a programmer by trade, I start to forget the little things like proper syntax.
As the title suggests I am trying to use a msgbox to show all textbox/combobox values before proceeding. I get a syntax error if I try something like:
MsgBox "Spring type: " & SpringTypeComboBox.Value
What would be the proper way to express this?
Thank you in advance
*Edit* In case it makes a difference or there's something inherantly wrong with the process, the comboboxes' values have not been dropped in cells yet. There are a short sequence of userforms where people enter 1 item of information at a time and the msgbox is supposed to show them what is about to be written to the sheet.
Bookmarks