Closed rfczapiewski closed 1 year ago
Hello @rfczapiewski,
Please ensure that you fill out the required parameters when instantiating the Adapter. You will need a connection string like so:
Below is what you get if you do not fill out the required parameters.
On the macro version: If you download the 6.0 Beta(https://bhom.xyz/) you'll find that some modifications have been made that enable VBA commands better.
For security reasons, I did not look at the file provided by you in the issue report. However, I did re-make my own and got the same results that one would get if you did not fill out the required parameters. Please ensure that you fill out the required parameters.
Description:
When I want to initiate BHoM formula with VBA macro, it is not working, it gives me #NAME? error in the cell, but when I add this formula by clicking in the BHoM tab it is working result is ExcelErrorNull.
There is a workaround if I first add the formula by clicking (manual initialization of the BHoM formula) then after that, the macro initialization is working. But it is not enough for me because I am creating excel add-in which will create template sheets with BHoM formulas but the BHoM formulas initiated by VBA are not working.
Steps to reproduce:
Expected behavior:
Test file(s):
BHoM_Bug.zip