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.
Thanks again Skip.
The formula is the sum of some cells in another sheet.
When the cell that contains the formula changes, then in the next column and same row i want the present date.
That's all...[bigsmile]
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.