Hi,
I'm trying to write a sub to create a worksheetfunction that would be called with an array.
It could be called with ["B","D","P"] or ["F","H","Q",T"] etc. The goal would be to have a formula like so =SUM(B3,D3,P3) in R3 or =SUM(F3,H3,Q3,T3) in V3. If easier I could also call the sub with [2,4,16] and use the R1C1 notation style. I've seen some potential solutions with ParamArray.
Any ideas ?![]()
Please Login or Register to view this content.
Thanks,
amphi
Bookmarks