Thread
:
question on VB code
View Single Post
#
1
Posted to microsoft.public.excel.misc
peyman
external usenet poster
Posts: 189
question on VB code
hi,
can anybody explain what the difference is between these two expressions:
set myRange=activesheet.range("A10:B20")
myRange=activesheet.range("A10:B20")
and what will happen if we use the codes in place of each other?
thanx
Reply With Quote
peyman
View Public Profile
Find all posts by peyman