In my code below, I'm trying to open up wb "Group1", find a perticular row in sheet "Kont", copy, and paste to sheet "Data1" in same wb.
I'm having problems with the find©-bit... Line "foundrow = ..." gives: Run-time error '91': Object variable or With block variable not set".
Anyone that...