You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been experimenting with using a .dll to interact with excel through VBA. I am able to pass most standard types but am struggling with the complexities of the variant type in winim/com. I have successfully passed and returned a BSTR through a variant as well as typed arrays but cannot handle variant arrays. Idealy I would be able to in VBA:
I have been experimenting with using a .dll to interact with excel through VBA. I am able to pass most standard types but am struggling with the complexities of the variant type in winim/com. I have successfully passed and returned a BSTR through a variant as well as typed arrays but cannot handle variant arrays. Idealy I would be able to in VBA:
where through
nimCall
the data from that range could be operated on from nim in an idiomatic way. What would that look like in nim?So far the results of my experiments in VBA and nim where I am able to pass pretty much every other type I can think of:
The text was updated successfully, but these errors were encountered: