thewiseguy
Well-known Member
- Joined
- May 23, 2005
- Messages
- 1,015
- Office Version
- 365
- Platform
- Windows
Hi all,
Currently I am using the following VBA to copy from one workbook to another:
'Copy range to another workbook
Workbooks("Catalog.xlsm").Worksheets("Fixtures").Range("B4:AC1000").Copy("Proposal.xlsm").Worksheets("Fixtures").Range ("B4:AC1000")
How can i change this to paste values? I don't want the formats to come along into the other workbook.
Any help is greatly appreciated!
Currently I am using the following VBA to copy from one workbook to another:
'Copy range to another workbook
Workbooks("Catalog.xlsm").Worksheets("Fixtures").Range("B4:AC1000").Copy("Proposal.xlsm").Worksheets("Fixtures").Range ("B4:AC1000")
How can i change this to paste values? I don't want the formats to come along into the other workbook.
Any help is greatly appreciated!