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 obtained a runtime error when I tried to convert this ~3 MB dbc. I believe it was this: Overflow (Error 6) [ https://learn.microsoft.com/en-au/office/vba/Language/Reference/User-Interface-Help/overflow-error-6 ].
I was able to quickly overcome this issue by replacing all Integer data type definitions with Long definitions in the VBA module. While this was an easy fix, it did not feel elegant and I did not verify whether making all Integer values Long values instead had any further consequences to it.
I can attempt to recreate this error if needed.
The text was updated successfully, but these errors were encountered:
I obtained a runtime error when I tried to convert this ~3 MB dbc. I believe it was this: Overflow (Error 6) [ https://learn.microsoft.com/en-au/office/vba/Language/Reference/User-Interface-Help/overflow-error-6 ].
I was able to quickly overcome this issue by replacing all Integer data type definitions with Long definitions in the VBA module. While this was an easy fix, it did not feel elegant and I did not verify whether making all Integer values Long values instead had any further consequences to it.
I can attempt to recreate this error if needed.
The text was updated successfully, but these errors were encountered: