Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when Attempting to convert ~3 MB DBC File #6

Open
SchponzeePlusPlus opened this issue Mar 8, 2023 · 0 comments
Open

Error when Attempting to convert ~3 MB DBC File #6

SchponzeePlusPlus opened this issue Mar 8, 2023 · 0 comments

Comments

@SchponzeePlusPlus
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant