Hello All,
We want to use the "Tip of the day" form. We open it by using code:
frmTip.Show
in our startup form. It works fine until the user disables the "Show tips at startup"-checkbox. After closing and restarting the program it gives the following error:
Run-time error...
I want to select several records (or rows) with the same cell value in column 1 and put them in a combobox. What can I do best? Filter the sheet for these rows (A)? Or use Find and then AddItem within a loop (B)?
(A) 'filter on brand which is first column
strFilter = "Brand = " &...
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.