Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you recorded a macro then it is probably inefficient, I suspect if you
posted the code someone will adapt and speed it up for you. You might find just turning of screen updating might make it run fast enough. Put Application.ScreenUpdating = False at the beginning of you macro and Application.ScreenUpdating = True at the end. -- Cheers Nigel "sjane" wrote in message ... I am new to using VBA in Excel. I am using Windows XP running Excel 2002. I have a .csv file which has been converted to Excel. I need to delete several columns that are non-contiguous, i.e., Columns A, B, D, G, H, I and M. In addition I need to format some of the columns in order to display their contents correctly. I was able to record a macro using the macro recorder and it works, but the macro runs very slowly. I there a more efficient way to accomplish these tasks? Any and all help appreciated. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sort Contiguous Columns - Danger | Excel Discussion (Misc queries) | |||
Charting with non contiguous columns | Charts and Charting in Excel | |||
DCOUNT for non-contiguous columns | Excel Worksheet Functions | |||
How do I reference non-contiguous columns in another sheet and th. | Excel Discussion (Misc queries) | |||
How do I modify an existing worksheet to remove columns & contents | Excel Discussion (Misc queries) |