Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Modifying Relative Addressing

I need to copy, then insert 3 rows containing relative
addressing, but I need to retain the relative addressing
content as is, without modifying it (i.e., =Sheet1!A36
nees to remain the same). And I can't use absolute
addressing in the from addres.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 576
Default Modifying Relative Addressing

Dale,

Insert your rows than use code similar to:

Range("A15:M17").Formula = Range("A1:M3").Formula

--
sb
"Dale Cox" wrote in message
...
I need to copy, then insert 3 rows containing relative
addressing, but I need to retain the relative addressing
content as is, without modifying it (i.e., =Sheet1!A36
nees to remain the same). And I can't use absolute
addressing in the from addres.



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
Relative Addressing not working PocketRocket Excel Worksheet Functions 4 October 22nd 09 07:10 PM
what is the difference between relative and absolute addressing [email protected] Excel Discussion (Misc queries) 1 August 9th 07 05:42 AM
what is the difference between relative and absolute addressing [email protected] Excel Discussion (Misc queries) 2 August 9th 07 05:16 AM
Relative addressing DOGMA-DOT Excel Worksheet Functions 1 July 13th 06 10:45 AM
Relative Addressing Bill Martin -- (Remove NOSPAM from address) Excel Discussion (Misc queries) 4 February 20th 05 04:43 AM


All times are GMT +1. The time now is 07:55 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"