PC Review


Reply
Thread Tools Rate Thread

Copy Paste Special Values Workbook

 
 
=?Utf-8?B?UEpGcnk=?=
Guest
Posts: n/a
 
      17th Oct 2007
What is the easiest way to copy and paste special values an entire workbook?
 
Reply With Quote
 
 
 
 
JE McGimpsey
Guest
Posts: n/a
 
      17th Oct 2007
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 <08231B2F-2043-470F-93BB-(E-Mail Removed)>,
PJFry <(E-Mail Removed)> wrote:

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

 
Reply With Quote
 
=?Utf-8?B?UEpGcnk=?=
Guest
Posts: n/a
 
      17th Oct 2007
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 <08231B2F-2043-470F-93BB-(E-Mail Removed)>,
> PJFry <(E-Mail Removed)> wrote:
>
> > What is the easiest way to copy and paste special values an entire workbook?

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Paste Special values for entire workbook Chris Maddogz Microsoft Excel Programming 7 28th May 2009 06:10 AM
Copy, Paste Special Values all sheets in workbook sharon_hutchison@standardlife.com Microsoft Excel Programming 4 27th Sep 2007 04:22 PM
Copy & Paste Special Using Values Paul Black Microsoft Excel Programming 5 29th Nov 2006 04:35 AM
How to copy formulas to a new workbook? Paste Special is different =?Utf-8?B?TVMtUmVxdWVzdG9y?= Microsoft Excel Worksheet Functions 2 10th May 2006 10:19 PM
Dynamic Copy/Paste Special Formulas/Paste Special Values Sharon Perez Microsoft Excel Programming 3 7th Aug 2004 09:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:12 AM.