Thread
:
grab values from a range
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
grab values from a range
Sub Macro1()
Workbooks("OtherWb").Sheets("Sheet1").Range("MyRan ge").Copy _
ActiveCell
End Sub
Hth,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet