Below I have posted my code. The commented out section works just fine, but it is very lengthy.... The part that is not commented out is what I need to fix.
here is my setup: I have a userform, each of the fields is custom named. I have those names listed across the top of a spreadsheet. My thought is to put those field names from the spreadsheet "QS" into an array "fieldval()" and then use the names in that array to return a value from the userform into a cell on the same spreadsheet.
When I run the code it tells me that fieldval() is an invalid qualifier. How do I fix this?
Bookmarks