Hi
I am trying to write in a macro a vlookup condition. Basically i would like it to lookup a date match and paste a value.
This is what I have now:
Sheets("INV").Select
Range("A4").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
In the Range I would like to put the condition to find the date from Sheet A cell A3 macth it in Sheets "INV" and paste a Range of Values from Sheet A cell (B2: J2)in Sheet "INV" cell B4:J4
Thank you for your assistance.
I am trying to write in a macro a vlookup condition. Basically i would like it to lookup a date match and paste a value.
This is what I have now:
Sheets("INV").Select
Range("A4").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
In the Range I would like to put the condition to find the date from Sheet A cell A3 macth it in Sheets "INV" and paste a Range of Values from Sheet A cell (B2: J2)in Sheet "INV" cell B4:J4
Thank you for your assistance.