SQLScholar
Programmer
Hey all,
I want to - for each row on a spreadsheet - query an SQL server and store the result into a field.
Now i am quite happy in creating the custom function to do the work. What i am concerned about, is how often its re-calculated?
Basically once its looked up, there is no need for it to change. I dont want the end user to save as values.
Basically - how often does this recalculate? On open of file? On change of related cell data?
Many thanks.
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
I want to - for each row on a spreadsheet - query an SQL server and store the result into a field.
Now i am quite happy in creating the custom function to do the work. What i am concerned about, is how often its re-calculated?
Basically once its looked up, there is no need for it to change. I dont want the end user to save as values.
Basically - how often does this recalculate? On open of file? On change of related cell data?
Many thanks.
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------