WHen I am trying to apply this macro into my actual workbook (even without linking two a second, literally cut and paste) it is giving me an error of:
runtime error '91':
object variable or with block variable not set
and the part of the code that is being higlighted is\
fndrow = ws2.Range("a4:A5000").Find(what:=dte, after:=ws2.Range("A4"), _
LookIn:=xlFormulas, lookat:=xlWhole, searchorder:=xlByColumns, searchdirection:=xlPrevious).Row
Any thoughts?
I have kept all the parameters the same between the documents
Bookmarks