View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Allan[_5_] Allan[_5_] is offline
external usenet poster
 
Posts: 1
Default Cut & Paste Loop

I am just learning about Excel VBA on a project.
I have a very long spreadsheet of data to format from one column.

How would I automate the following?

"Search for a phone number, cut whole cell, paste it up two rows and over 3
columns.
Find next phone number... repeat..."


I will also be using this to move addresses...

"Search for address containing this string, cut whole Cell, paste up 1 row,
and over 6.
Find next Address."

Thanks in advance

============================
Allan