Modifying Relative Addressing

D

Dale Cox

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

steve

Dale,

Insert your rows than use code similar to:

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top