On Thu, 12/21/17, 'Carmelita Cronin' via MS EXCEL AND VBA MACROS
wrote:
Subject: Re: $$Excel-Macros$$ Digest for excel-macros@googlegroups.com - 4
updates in 3 topics
To: excel-macros@googlegroups.com
Date: Thursday, December 21, 201
On Thu, 12/21/17, 'Yu Spain' via MS EXCEL AND VBA MACROS
wrote:
Subject: Re: $$Excel-Macros$$ Digest for excel-macros@googlegroups.com - 4
updates in 3 topics
To: excel-macros@googlegroups.com
Date: Thursday, December 21, 201
On Wed, 12/20/17, 'Karleen Biggs' via MS EXCEL AND VBA MACROS
wrote:
Subject: Re: $$Excel-Macros$$ Digest for excel-macros@googlegroups.com - 4
updates in 3 topics
To: excel-macros@googlegroups.com
Date: Wednesday, December 20, 201
On Wed, 12/20/17, David Lanman wrote:
Subject: Re: $$Excel-Macros$$ Digest for excel-macros@googlegroups.com - 4
updates in 3 topics
To: excel-macros@googlegroups.com
Date: Wednesday, December 20, 2017, 1:56 AM
How about simply copy
and paste
How about simply copy and paste values and do it to the the whole sheet?
Sub CopyPastVal()
Cells.Copy
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues
Application.CutCopyMode = False
End Sub
Thanks, David
On Tue, Dec 19, 2017 at 3:31 PM, wrote:
> excel-macros@googlegrou