We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Private Declare Function system Lib ... fails on Excel 64bit (Windows):
Private Declare Function system Lib ...
Compile error: The code in this project must be updated for use on 64-bit systems.
This code is only used in Excel for Mac so should be easy to fix. As a temporary workaround, it can be simply commented out on Windows.
The text was updated successfully, but these errors were encountered:
6f5b982
No branches or pull requests
Private Declare Function system Lib ...
fails on Excel 64bit (Windows):This code is only used in Excel for Mac so should be easy to fix. As a temporary workaround, it can be simply commented out on Windows.
The text was updated successfully, but these errors were encountered: