Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone help me with the syntax for making PasteSpecial work
without selection the range first? Range("AL1").Select Selection.Copy Sheets("Databas_ASI").Select Range("A2:A27").Select Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlAdd, SkipBlanks:= False, Transpose:=False Regards, S |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("AL1").copySelection.Copy
WorkSheets("Databas_ASI").Range("A2:A27").PasteSpe cial Paste:=xlPasteAll, Operation:=xlAdd, SkipBlanks:= False, Transpose:=False HTH -- AP a écrit dans le message de news: ... Can someone help me with the syntax for making PasteSpecial work without selection the range first? Range("AL1").Select Selection.Copy Sheets("Databas_ASI").Select Range("A2:A27").Select Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlAdd, SkipBlanks:= False, Transpose:=False Regards, S |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I changed to Range("AL1").Copy then it worked. Thank's a lot!
Regards, S Ardus Petus skrev: Range("AL1").copySelection.Copy WorkSheets("Databas_ASI").Range("A2:A27").PasteSpe cial Paste:=xlPasteAll, Operation:=xlAdd, SkipBlanks:= False, Transpose:=False HTH -- AP a écrit dans le message de news: ... Can someone help me with the syntax for making PasteSpecial work without selection the range first? Range("AL1").Select Selection.Copy Sheets("Databas_ASI").Select Range("A2:A27").Select Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlAdd, SkipBlanks:= False, Transpose:=False Regards, S |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PasteSpecial | Excel Programming | |||
pastespecial | Excel Programming | |||
PasteSpecial | Excel Programming | |||
vba pastespecial | Excel Programming | |||
pastespecial | Excel Programming |