View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
aquaflow aquaflow is offline
external usenet poster
 
Posts: 14
Default merge columns into single report - macro needed

On Jan 31, 8:18 am, "Bob Phillips" wrote:
Public Sub Test()
Columns("A:B").Copy
Worksheets.Add
ActiveSheet.Paste
End Sub


Bob,

how do i change if the columns are different like COL2 COL5 COL7 COL9
COL12. and rename the sheet to a new name once i do this.

Thanks
--
HTH

Bob Phillips

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"aquaflow" wrote in message

oups.com...

I need to build a macro to take COL 1 COL 2 etc and created new
worksheet with these columns using a macro. please help