Need a Macro!!

E

Emece

I have a worksheet in Excel, and I need a macro that check
the cells and if they have are not blank, copy its value
in another worksheet. Can't figure it out!

Thanks a million

Emece.-
 
S

Stephen Bye

That would be:
Select entire sheet
Edit > Copy
go to different sheet
Edit > Paste or Paste Special
 
Top