ShelleyBelly
New Member
- Joined
- Mar 2, 2011
- Messages
- 44
Hello all,
I have the following bit of code which was recorded in the macro recorder and which works fine.
I would like to reduce it to the below however i get "Compile error: Named arugument not found" when i do this, does anyone have any suggestions?
Many Thanks
Tom
I have the following bit of code which was recorded in the macro recorder and which works fine.
Code:
Range("M36").Select
ActiveSheet.PasteSpecial Format:="Csv", Link:=False, DisplayAsIcon:=False
I would like to reduce it to the below however i get "Compile error: Named arugument not found" when i do this, does anyone have any suggestions?
Code:
Range("M36").PasteSpecial Format:="Csv", Link:=False, DisplayAsIcon:=False
Many Thanks
Tom