I'm using Excel 2000, in the background I'm using VBA to populate data/functions into my spreadsheets.Every function works and shows the right result however one user defined
function show only "#NAME?" instead of expected result. When I click on the cell the function "=+calculateNasdRegChargePercent(Z4)" appears and once I enter through it, it then calculates the right formula, in excel you have Calculation features that allow you to either manually calculate or automatically, but since I'm using VBA, I'm replicating the same process on the back-end. According to everything I know and have read, it should work, perhaps I'm missing something, can someone help.
Can anybody help me to force the function to evaluate itself without manual interaction using VBA. I already used Calculate function with partial success.
Thanks!!
Jon Palmbak
Senior Business Consultant
function show only "#NAME?" instead of expected result. When I click on the cell the function "=+calculateNasdRegChargePercent(Z4)" appears and once I enter through it, it then calculates the right formula, in excel you have Calculation features that allow you to either manually calculate or automatically, but since I'm using VBA, I'm replicating the same process on the back-end. According to everything I know and have read, it should work, perhaps I'm missing something, can someone help.
Can anybody help me to force the function to evaluate itself without manual interaction using VBA. I already used Calculate function with partial success.
Thanks!!
Jon Palmbak
Senior Business Consultant