Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Good Morning, Experts:
I have a workbook with Macros and one of the worksheets is data that I have copy/pasted from another application. This application has a hidden column, but pops that hidden column when I copy/paste it to the Macro'd Workbook. I want to delete that Column "C" before I run my RunAll Macro for the entire workbook. Is this a worksheet event and if so, what would the View Code look like (I'm really new at View Codes)? Can anyone help me? -- jeannie v |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Put it in the runallmacro before the rest of the code runs
Columns("C:C").Delete 'rest of the code -- Regards, Peo Sjoblom "jeannie v" wrote in message ... Good Morning, Experts: I have a workbook with Macros and one of the worksheets is data that I have copy/pasted from another application. This application has a hidden column, but pops that hidden column when I copy/paste it to the Macro'd Workbook. I want to delete that Column "C" before I run my RunAll Macro for the entire workbook. Is this a worksheet event and if so, what would the View Code look like (I'm really new at View Codes)? Can anyone help me? -- jeannie v |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Peo: Thank you for lending your expertise.....it worked perfectly. I guess
I was making it more difficult than it had to be... -- jeannie v "Peo Sjoblom" wrote: Put it in the runallmacro before the rest of the code runs Columns("C:C").Delete 'rest of the code -- Regards, Peo Sjoblom "jeannie v" wrote in message ... Good Morning, Experts: I have a workbook with Macros and one of the worksheets is data that I have copy/pasted from another application. This application has a hidden column, but pops that hidden column when I copy/paste it to the Macro'd Workbook. I want to delete that Column "C" before I run my RunAll Macro for the entire workbook. Is this a worksheet event and if so, what would the View Code look like (I'm really new at View Codes)? Can anyone help me? -- jeannie v |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Event macro that targets specific worksheet | Excel Discussion (Misc queries) | |||
macro to copy and edit then delete a worksheet | Excel Discussion (Misc queries) | |||
How to Track Column Insert/Delete Event in Excel | New Users to Excel | |||
Chart, Series delete event | Charts and Charting in Excel | |||
How do I 'catch' a 'delete cells' event | Excel Discussion (Misc queries) |