Forum Discussion
ecovonrein
Mar 08, 2023Iron Contributor
Lambda as a param of UDF
A Lambda can take an input (parameter) that is another Lambda. Likewise, I would assume that I can supply a Lambda into a UDF in VBA that expects "Lam As Variant" (since normally anything goes with a...
ecovonrein
Mar 08, 2023Iron Contributor
Not looking promising. Playing around with VBA, I get Error 2015 coming into the UDF. So it seems that a Lambda won't fit into a Variant... 😞