PDA

View Full Version : Delete rows in spreadsheet that are not needed.



dwinn86
10-03-2011, 01:31 AM
Hi everyone,

I am not sure if I am in the correct forum so here goes.

I am trying to write a program in VBA that grabs a spreadsheet from my computers desktop, opens the spreadsheet, looks at a particular column and loops through the spreadsheet (just looking at this one column throughout the spreadsheet) looking for the following words ('Data Due', 'Files Due', Indent Due', 'Quantities Due').

The program loops through this one column and if the cell doesnt contain any of these words, the entire row gets deleted.

It then loops through this column until the end of the file is reached.

Is there a way to do this?

All advice will be much appreciated.

Many Thanks,

Dan

Rob342
10-03-2011, 11:30 AM
Posted in access not Excel

You need to repost this in the correct forum and post a copy of your workbook if poss

Rob