I am working on a project that involves an access DB, a DLL and Excel. The excel spreadsheet calls functions from the dll which queries the db, I could've just done it in vba, but I started the project in VB. It is an order book for a commodity trading firm, and they want to know positions by system, commodity, etc.
So here is the issue, there are functions that I concatenated in cells for versatility, since the firm wants to be able to do whatever they want to the spreadsheet, so if I call a function in a cell, such as "getallsystems(commname)" , it will return the total position for the commodity, only once tho. I need to be able to refresh the entire sheets formuals after a new order has been placed in the order book, or excel will just keep the old value that was returned orinally by the function. Anyone have any idea on how to do this?
Thanks
So here is the issue, there are functions that I concatenated in cells for versatility, since the firm wants to be able to do whatever they want to the spreadsheet, so if I call a function in a cell, such as "getallsystems(commname)" , it will return the total position for the commodity, only once tho. I need to be able to refresh the entire sheets formuals after a new order has been placed in the order book, or excel will just keep the old value that was returned orinally by the function. Anyone have any idea on how to do this?
Thanks