Hi,
First post - very new to excel/vba and completely stuck here, any help is much appreciated. The basic outline is below, but having such limited knowledge of VBA im finding it v.difficult to fill in the code.
I have two sheets, DATA and OVERVIEW.
OVERVIEW sheet
>Cell D4 is what i want to search for
DATA sheet
>Find D4 in Column A
>>If found delete entire row
>>If not found then go onto next stage anyway
OVERVIEW sheet
>Copy cells D4:AS4
DATA sheet
>Paste into the first empty row in colum A
So i basically want to search for something in the data sheet, and if it is found replace it with cells D4:AS4 from the overview sheet.
Is this the best way to do it?
Thanks for any help
Bookmarks