Many thanks for the suggestion and the example code.
The SheetCalculate event should do the job in my case,
because it is fired whenever the sheet is recalculated.
Thanks for the response, PHV.
Yes, I functA is called from a worksheet. The background for this, is that funcA is actually a wrapper around the rtd function. Eachtime when the rtd gets called, i want the result to be chunked/parsed in pieces and than to be written into multiple cells.
If this...
I am attempting to figure out how to fill a range of cells with values using a VBA function. Using the Value property does not work for any reason. The code below depicts my current idea:
Public Function funcA(CellRange as Range)
CellRange.Value = "MY_VALUE"
funcA = "OK"
End Function
where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.