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