Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to make a macro that selects a given number of columns and
a variable number of rows and then copys it into a new work sheet. For some reason no matter what i do though it never works though it always stops at this line. Range(selection, selection.End(xlDown)).Select Here is the start of the macro. If you could help it would be greatly appreciated. There isen't much here but i didn't want to program to much more before i figured out this problem. Andrew Sub Macro7() ' ' Macro7 Macro ' Macro recorded 2005/03/31 by asmith2 ' ' Range("A9:E9").Select Range(selection, selection.End(xlDown)).Select selection.Copy End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro recorded... tabs & file names changed, macro hangs | Excel Worksheet Functions | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
how to count/sum by function/macro to get the number of record to do copy/paste in macro | Excel Programming | |||
macro to delete entire rows when column A is blank ...a quick macro | Excel Programming | |||
Start Macro / Stop Macro / Restart Macro | Excel Programming |