pdchislett
New Member
- Joined
- Oct 12, 2009
- Messages
- 22
Hi,
I'm trying to copy a set of filtered data into another workbook but on the destination workbook i seem to lose all the formulas.
How can I copy the data and retain all the formulas?
I'm using this code:
ActiveSheet.UsedRange.Offset(1, 0).SpecialCells _
(xlCellTypeVisible).Copy
Windows(xxxx).Activate
ActiveSheet.Paste
Thanks
I'm trying to copy a set of filtered data into another workbook but on the destination workbook i seem to lose all the formulas.
How can I copy the data and retain all the formulas?
I'm using this code:
ActiveSheet.UsedRange.Offset(1, 0).SpecialCells _
(xlCellTypeVisible).Copy
Windows(xxxx).Activate
ActiveSheet.Paste
Thanks