View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Felix Felix is offline
external usenet poster
 
Posts: 78
Default Automatic Moving

I copied from the Internet data into one column. I'd like to automatically
move one cell with data one column across (to the right) and two lines up so
it sits next to another line with data.

To do this I would have to write a macro, selecting and shifting 2oo times.
Is there a way in a macro to move down 11 lines and right 1 column rather
then every time selecting a specific cell and move it?