I have created a new module in Excel, containing code for data access.
I want to put a combo box on the first sheet in the workbook, which will display records returned from the accessed data.
How do I reference the Procedure in the module from the combo box.
Sorry if my description was a bit vague.
I was trying to run the code in the module from the combo box on the spreadsheet.
It turned out that I had declared my procedure as private, when I changed it to public it worked fine.
I wanted to know if there was another way to achieve the same result
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.