May 7th, 2004, 7:59 am
Hi allI am trying to use an xll function in vba.This xll function when used in the Excel worksheet takes a range as an argument : ex =define_yc($A$1:$B25)However when I try to use this xll in vba with executeexcel4macro, I don't suceed to pass the range as an argument.So I transform the array as a string res="define_yc({,;,;,;; .......})" but then if len(res)>255 I got a message error.What would be the best way to address this?thks