ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Copy Paste Special Values Workbook (https://www.excelbanter.com/excel-programming/399492-copy-paste-special-values-workbook.html)

PJFry

Copy Paste Special Values Workbook
 
What is the easiest way to copy and paste special values an entire workbook?

JE McGimpsey

Copy Paste Special Values Workbook
 
Easiest? One way (assuming no array formulae):

Dim ws As Worksheet

For Each ws In ActiveWorkbook.Worksheets
With ws.UsedRange
.Value = .Value
End With
Next ws


In article ,
PJFry wrote:

What is the easiest way to copy and paste special values an entire workbook?


PJFry

Copy Paste Special Values Workbook
 
Perfect. Thanks!

"JE McGimpsey" wrote:

Easiest? One way (assuming no array formulae):

Dim ws As Worksheet

For Each ws In ActiveWorkbook.Worksheets
With ws.UsedRange
.Value = .Value
End With
Next ws


In article ,
PJFry wrote:

What is the easiest way to copy and paste special values an entire workbook?




All times are GMT +1. The time now is 12:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com