Thread
:
question in VB codes
View Single Post
#
1
Posted to microsoft.public.excel.misc
peyman
external usenet poster
Posts: 189
question in VB codes
hi,
is there any difference between these two codes?
for example:
set curCell=sheets("sheet1").cells(1,3)
and
curCell=sheets("sheet1").cells(1,3)
I'd like to know why sometimes "set" is used at the beginning of codes?
thanks
Reply With Quote
peyman
View Public Profile
Find all posts by peyman