Hi All,
I'm normally a php developer but am having fun with a VBA project at work this week.
The ultimate result I'm looking for is this:
1) Select unique values from a sheet.
2) Prompt user to select one/several/all values.
3) Pass selected values in array (or another way) for use in a filter later in the program.
I'm being thrown for a loop on the form interface. How do I generate checklist items based on an array (or is there a better way) and how do I pass an array out of it?
I'm normally a php developer but am having fun with a VBA project at work this week.
The ultimate result I'm looking for is this:
1) Select unique values from a sheet.
2) Prompt user to select one/several/all values.
3) Pass selected values in array (or another way) for use in a filter later in the program.
I'm being thrown for a loop on the form interface. How do I generate checklist items based on an array (or is there a better way) and how do I pass an array out of it?