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 John Tel 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: Kstater30
  • Content: Threads
  • Order by date
  1. Kstater30

    Number Combinations

    I am trying to find code that will result in all the variations in any order of a group of numbers, for example, 1,2,3,4,5. The result of running the code would give me 1,2,3,4,5, 1,3,2,4,5, 1,4,2,3,5, etc. until running through all combinations without repeating. Would anyone be willing to help me?
  2. Kstater30

    "Find, Copy, Past" VBA Code Help in Excel

    I was helped here yesterday creating a "Find" code that was successful. I thought I would be able to modify it based on what little I know but was unsuccessful. Here is the code I used. This is not the code I got yesterday, yesterday was purely a "Find" code which worked great, this is how I...
  3. Kstater30

    VBA Code for "Find" in Excel

    I am trying to write a code to "find" the value in a cell, for this example we will say cell A2, in a table on the same worksheet. So if the table is in range A5:F50 and I want to "Find" the value in cell A2 in that range and then leave the cursor on that cell once it's found how can I do that...
  4. Kstater30

    Need "Find" Code Assistance In VBA

    I am unfamiliar with VBA but have most of what I want to get done using macros, however I am trying to write a code in VBA that looks up the value in B2 in a data set in range a4:f50. Once it finds that value I just want the cursor to be in the cell where it found the value. Can anyone help me...

Part and Inventory Search

Back
Top