PC Review


Reply
Thread Tools Rate Thread

copy named range & paste values

 
 
J.W. Aldridge
Guest
Posts: n/a
 
      1st Mar 2010

This works great with columns, but now need to copy named range

ActiveCell.EntireColumn.Value = ActiveCell.EntireColumn.Value

(my attempt)

Sub select_range()
Range("zero_range").Select
Copy.Range
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone,
SkipBlanks:= _
False, Transpose:=False
End Sub
 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      1st Mar 2010
Range("zero_range").value=Range("zero_range").value



--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"J.W. Aldridge" <(E-Mail Removed)> wrote in message
news:c6f61ae2-a365-43c0-a2f9-(E-Mail Removed)...
>
> This works great with columns, but now need to copy named range
>
> ActiveCell.EntireColumn.Value = ActiveCell.EntireColumn.Value
>
> (my attempt)
>
> Sub select_range()
> Range("zero_range").Select
> Copy.Range
> Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone,
> SkipBlanks:= _
> False, Transpose:=False
> End Sub


 
Reply With Quote
 
J.W. Aldridge
Guest
Posts: n/a
 
      1st Mar 2010
thanx!!!
 
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
copy named range & paste J.W. Aldridge Microsoft Excel Programming 2 8th Oct 2009 04:38 PM
Named range row copy/paste problem John Microsoft Excel Programming 1 2nd Feb 2009 06:27 PM
Copy & Paste Dynamic Named Range EE Microsoft Excel Programming 6 19th Jan 2008 01:45 AM
Copy and Paste 2 columns from a named range? Simon Lloyd Microsoft Excel Programming 2 28th May 2006 08:10 PM
paste values from named dynamic range to another worksheet Nate H Microsoft Excel Programming 2 25th Jan 2006 06:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:26 AM.