Link to home
Start Free TrialLog in
Avatar of Lambel
Lambel

asked on

VBA - Programming basics Looping

I have a loop to run though the selections in a listbox and load them into an array.  I need to also add to the array two more items that are not part of the list box.  They are check boxes on a form, and if selected, they need to be added to the array.  I tried creating a loop based on the number of items selected from the list box, then adding two more iterations on to it, but I am getting a type mismatch error.  Can someone suggest a fix for this?
ASKER CERTIFIED SOLUTION
Avatar of GrahamSkan
GrahamSkan
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial