View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mrbalaje mrbalaje is offline
external usenet poster
 
Posts: 24
Default Arranging data from different Column

Hello,

I getting data in different columns, let say from Column A to Column Z. I
want to have all the data in Column A one below the other.

Currently I am cutting the data from column B to Column Z one by one and
pasting it in Column A one below the other. Is there any simpler way to
acheive this using macro. I am not proficient in macro coding. So could
someone provide me with the coding to acheive this.

Thanks in Advance