somesoldiers
Board Regular
- Joined
- Feb 23, 2008
- Messages
- 190
Hi Guys
Quick one for you. Can you advise the correct syntax to paste special the below as my source data contains formulae which are dropping off when copied? Thanks Noel.
Quick one for you. Can you advise the correct syntax to paste special the below as my source data contains formulae which are dropping off when copied? Thanks Noel.
Code:
ActiveSheet.Range("$A$1:$BI$5").AutoFilter Field:=34, Criteria1:="3.1 A-Equities"
Range("AI7:AI" & Cells(rows.Count, "A").End(xlUp).row).SpecialCells(xlCellTypeVisible).Copy _
Sheets("3.1 A-Equities").Range("A3")