View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
[email protected] scottzuehl@yahoo.com is offline
external usenet poster
 
Posts: 7
Default Copy (removing blank cells) without clipboard

Thx for all your help Tom....I appreciate it.

I've tried the 2nd suggestion above but it does not work (the xlshiftUp
one). It copies the range correctly but does not remove the blank
cells. I tried something similar using the macro recorder. It will do
the job but I have formulas that refer to the destination cells. After
the xlshiftup process the formulas have #REF! where the cell locations
use to be.

Overall I still cannot beat the spead of the copy/paste method using
the clipboard. Your last suggestion comes the closest as far as
beating the clipboard.