View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
[email protected] kathy.aubin@gmail.com is offline
external usenet poster
 
Posts: 26
Default Call Statement and Return Value

Thanks,

Thanks seems to set rng to the return value of my function but when I
try to use the rng range to do something like :

rng.select

It's not working. So I don't know if it's really sets as a range.