Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
David Jean
 
Posts: n/a
Default 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.
  #2   Report Post  
Don Guillett
 
Posts: n/a
Default

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.



  #3   Report Post  
David Jean
 
Posts: n/a
Default



"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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Make graphs in Excel all the same size ready to paste into Word - sub210 Charts and Charting in Excel 4 April 25th 23 11:47 AM
Define a range based on another named range Basil Excel Worksheet Functions 2 February 21st 05 01:47 PM
How do you point to a named range in linked workbooks? KG Excel Discussion (Misc queries) 5 February 18th 05 09:55 PM
Paste table from excel to word Stephen Excel Worksheet Functions 0 January 22nd 05 11:15 AM
How do I reference and sort a range of numbers in Excel 97? Old Northern Excel Worksheet Functions 3 December 14th 04 03:15 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"