Howdy,
I'm having difficulty doing something that seems like it should be very simple.
Private Sub cbx_RevLookUp_DropButtonClick()
Dim ListRng As String
Application.ScreenUpdating = False
ListRng = Sheet2.Range("Y102:Y108")
Sheet1.cbx_RevLookUp.ListFillRange = ListRng
End Sub
I have a...
Howdy,
I'm new to the OO API. I'm trying to learn a little and make a macro. Is it possible to use a button, radio button or check box to make changes to other controls? For example, when a button is clicked other buttons are changed thru code to enabled, disabled or other effects. If so, can...
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.