View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Roger Govier[_3_] Roger Govier[_3_] is offline
external usenet poster
 
Posts: 2,480
Default Delete Blank Cells in a Row

Hi Charles

You don't actually need a script.
Select you whole range of dataF5SpecialBlankOKright clickDeleteShift
cells left.

--
Regards
Roger Govier

"Charles" wrote in message
...
I have 8000+ rows of data where each row has bank cells in random
positions,
except for Column A which is aways populated.

Can someone help me with a script that will check each row, delete the
bank
cell by moving the other cells in the row to the left.

Thanks