Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
This small test macro does not work. I am trying to copy a range variable to another file. I cannot figure out why. Can somebody help? Sub TestCopy() ' I am working in Windows("1.xls") Dim PipoRecord As Range Set PipoRecord = Range("A1:H1") Windows("2.xls").Activate Range("A1").Select Range("PipoRecord").Copy Destination:=ActiveCell End Sub Thanks in advance Bob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copying and pasting range problem | Excel Programming | |||
Problem copying formula to range of cells | Setting up and Configuration of Excel | |||
Copying range from another file | Excel Programming | |||
Problem copying a range to a different workbook | Excel Programming | |||
Problem copying range and pasting to multiple sheets | Excel Programming |