VB + Vlookup

P

pgarcia

Should this work?

Privet Sub inputtest()
'
' Macro recorded 2/8/2007 by autpbg1
'
Application.VLookup(Range("B4"),Sheets("Input").Range("A2:M1000"),Sheets("Raw Data"),3,FALSE)
End Sub

Also, how can I loop this to send when there is no date or false?
 
Top