Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 08-19-2018, 06:55 AM
jeffreybrown jeffreybrown is offline Copying a Sheet in a Workbook to Another with Destination-Need Values Instead of Formulas Windows Vista Copying a Sheet in a Workbook to Another with Destination-Need Values Instead of Formulas Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

When pasting values only, you need to use two lines in the macro...

Code:
Sub ValuesOnly()
    Workbooks("050 FY 2019 Expenses-SSE.xlsx").Sheets("Excel Sum-Reforecast-FY 18").Range("A4:A98").Copy
    Workbooks("FY 18-SSE Actuals Plus Reforecast Budget.xlsx").Sheets("050-REVENUE").Range("A4:A98").PasteSpecial xlPasteValues
End Sub
https://www.thespreadsheetguru.com/t...-only-with-vba
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying formulas otuatail Excel 3 06-03-2017 05:20 AM
Copying a Sheet in a Workbook to Another with Destination-Need Values Instead of Formulas Copying Every Other Row from one workbook to another. eleno5485 Excel 1 04-07-2017 03:30 PM
Copying a Sheet in a Workbook to Another with Destination-Need Values Instead of Formulas Can a Data Source be one sheet in a multi-sheet Workbook nfotx Mail Merge 1 07-01-2015 12:55 AM
Copying a Sheet in a Workbook to Another with Destination-Need Values Instead of Formulas large workbook needs restarted every month with deletions and resort without losing formulas llhail Excel Programming 1 06-02-2015 05:34 PM
Copying a Sheet in a Workbook to Another with Destination-Need Values Instead of Formulas Adding rows and copying formulas ejtoll Word Tables 1 12-05-2012 05:09 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:54 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft