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 Rhinorhino 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: *

  1. chrishooper

    Using VB variables with Excel cell formulas.

    Hi there, I am trying to create Excel cell formulas that can use variables created during the execution of code in VB. In particular I would like to know if it would be possible to specify the sheet selection portion of the INDEX function based on a VB variable. For example, If my basic INDEX...
  2. chrishooper

    Creating a Class Module to capture multiple combobox clicks

    I am trying to adapt some code that i ripped from the web to capture commands from multiple comboboxes in a userform, the ultimate goal being to allow them to utilise the same subroutine. I have two comboboxes and have set the tags to "1" and "2" and am trying to get the...
  3. chrishooper

    Control arrays in VBA

    Hi there, I need to create multiple controls utilising the same subroutines in excel. After much web searching and head scratching i see that control arrays have been disabled in VBA. Can anyone help me to devise an alternative strategy to solve my problem? I am a very inexperienced programmer...

Part and Inventory Search

Back
Top