Thread
:
Setting a .Range to equal another .Range
View Single Post
#
1
Posted to microsoft.public.excel.programming
kittronald
external usenet poster
Posts: 162
Setting a .Range to equal another .Range
On Sheet1,
A1 = One
B1 = Two
What is the proper code to set ...
Sheet2.Range("A1:B1")
to be equal to Sheet1.Range("A1:B1") , so that on Sheet2
A1 = One
B1 = Two
- Ronald K.
Reply With Quote
kittronald
View Public Profile
Find all posts by kittronald