Thread: Sorting macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sapphire69 Sapphire69 is offline
external usenet poster
 
Posts: 3
Default Sorting macro

I have a worksheet with a large range of data. I would like to create a
macro that will read through the data, sort it out by city, and paste each
"city group" of information on a new sheet with two rows between them. I
would also like to assign that macro to a button that I can click to run it.

Any suggestions?