Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have to copy data from one sheet to an other. I use the programmation below. My problem is that sometimes, the colomn "A" is empty, so, the "End(x1down) fonction doesn't work. I would like to select all lines from line 3 to last line in database. I don't want to say Range("A3", "IV65536") because it slow down the process when copying the data. Does anyone have an idea ? Range(Range("A3", "IV3"), Range("A3", "IV3").End(xlDown)).Select Selection.Copy Windows(mynewworkbook).Activate Range("A3").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False-- Thanks, Alex St-Pierre |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MAtch drop down list selection to data sheet | Excel Worksheet Functions | |||
Moved data to new sheet based on list selection | Excel Worksheet Functions | |||
Calculate active sheet on sheet selection | Excel Programming | |||
Selection from list on main sheet from suplemental sheet in same w | New Users to Excel | |||
Sheet selection | Excel Programming |