Thread
:
Could Someone Explain this Code
View Single Post
#
1
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
Could Someone Explain this Code
Change: rng.Resize(10, 5).Value = MyValues
To: rng.Offset(0, -2).Resize(10, 5).Value = MyValues
Hth,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet