Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tobin1
  • Content: Threads
  • Order by date
  1. tobin1

    set variable range to fill combo box on another sheet

    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...
  2. tobin1

    Method or Syntax for Controls

    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...

Part and Inventory Search

Back
Top