Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Public Sub Test()
Columns("A:B").Copy Worksheets.Add ActiveSheet.Paste End Sub -- 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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Help (Uppercase multiple ranges?) | Excel Discussion (Misc queries) | |||
Macro help needed | Excel Discussion (Misc queries) | |||
SUMPRODUCT Help | Excel Discussion (Misc queries) | |||
Mileage Claim Formula | New Users to Excel | |||
merge data from multiple columns to single column | Excel Worksheet Functions |