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

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

    Vlookup

    Hi, I'm using this vlookup function : =VLookup(B6;[KW49_benodigd.xlsx]Mstock_grondstoffen!$B$22:$AD$84;29;False) As you can see "KW49" is a part of the worksheetname How can i replace "KW49" by a cell value ? Best regards, L.
  2. Lodebo

    Worksheet change event

    Hi, The range in this code contains formulas. When the values change the code does not work. I know it has something to do with the formulas but i can't find out what to do. Private Sub Worksheet_Change(ByVal Target As Range) If Not Application.Intersect(Target, Me.Range("E6:E31")) Is Nothing...

Part and Inventory Search

Back
Top