ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Paste a named range to another range in Excel (https://www.excelbanter.com/excel-discussion-misc-queries/21683-paste-named-range-another-range-excel.html)

David Jean

Paste a named range to another range in Excel
 
I'm trying to wean one of our employees off Lotus 123. He wants to be able to
paste/insert a range of cells that have been previously defined/named without
having to go and copy it first. We are using Office 2003.

Don Guillett

Sub getrng()
Range("a18:c18").Value = Range("crrr").Value 'values
Range("crrr").Copy Range("a19") 'forumlas
End Sub

--
Don Guillett
SalesAid Software

"David Jean" <David
wrote in message
...
I'm trying to wean one of our employees off Lotus 123. He wants to be able

to
paste/insert a range of cells that have been previously defined/named

without
having to go and copy it first. We are using Office 2003.




David Jean



"Don Guillett" wrote:

Sub getrng()
Range("a18:c18").Value = Range("crrr").Value 'values
Range("crrr").Copy Range("a19") 'forumlas
End Sub

--
Don Guillett
SalesAid Software

"David Jean" <David
wrote in message
...
I'm trying to wean one of our employees off Lotus 123. He wants to be able

to
paste/insert a range of cells that have been previously defined/named

without
having to go and copy it first. We are using Office 2003.






All times are GMT +1. The time now is 02:58 PM.

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