I have this xll and would like to Excel update all the cells having my functions.
I would like this on user demand.
Is this possible?
Today i wrote a dll for use with OpenOffice and it's really VBA having a simple declare.
The cell using the function is updated when the document is reloaded.
It's not that bad if it's automatically updated in Excel as well but for now on demand would be better.
--
For the OO version you can take a peek here:
It's *very* simple.
I would like this on user demand.
Is this possible?
Today i wrote a dll for use with OpenOffice and it's really VBA having a simple declare.
The cell using the function is updated when the document is reloaded.
It's not that bad if it's automatically updated in Excel as well but for now on demand would be better.
--
For the OO version you can take a peek here:
It's *very* simple.
Comment