Beatrice
Board Regular
- Joined
- Sep 17, 2019
- Messages
- 85
- Office Version
- 2019
- Platform
- Windows
Hi, I am using Excel version 2007, i m very new to VBA, please help.
--quote--
Windows("Template.xlsm").Activate
Sheets("SUMMARY").Select
Range("A1:T52").Select
Selection.Copy
Windows("Destination File.xlsx").Activate
Sheets("COPY OF SUMMARY").Select
ActiveSheet.Paste
Range("A1").Select
Application.CutCopyMode = False
--end of quote--
The result did copy the cells, but as my "SUMMARY" contains values and formulas.
How can I copy and paste all cells in the area as VALUE only?
Thanks.
--quote--
Windows("Template.xlsm").Activate
Sheets("SUMMARY").Select
Range("A1:T52").Select
Selection.Copy
Windows("Destination File.xlsx").Activate
Sheets("COPY OF SUMMARY").Select
ActiveSheet.Paste
Range("A1").Select
Application.CutCopyMode = False
--end of quote--
The result did copy the cells, but as my "SUMMARY" contains values and formulas.
How can I copy and paste all cells in the area as VALUE only?
Thanks.