hello
i am using an excel function called theoretical(market,instrument,price) in my excel sheets. this is working fine.
however, when i want to use it in a vba code, for example
price = worksheetfunction.theoretical(market,instrument,price)
this always gives 0 values..
theoretical() is not a standard excel function but is used via an addin..does anyone knows why it doesn't work in vba?
i am using an excel function called theoretical(market,instrument,price) in my excel sheets. this is working fine.
however, when i want to use it in a vba code, for example
price = worksheetfunction.theoretical(market,instrument,price)
this always gives 0 values..
theoretical() is not a standard excel function but is used via an addin..does anyone knows why it doesn't work in vba?