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

VBA not working in Excel for MacOS #68

Open
erjosito opened this issue Nov 24, 2021 · 1 comment
Open

VBA not working in Excel for MacOS #68

erjosito opened this issue Nov 24, 2021 · 1 comment
Assignees
Labels
help wanted Extra attention is needed spreadsheet

Comments

@erjosito
Copy link
Collaborator

The VBA code is not working for Mac OS X. There are some minor issues (like environment variables having different names, but the main problem is that the "Microsoft Scripting Runtime" is apparently not available in Office for Mac. This runtime is required to work with objects like dictionaries, which are required to process the JSON code.

@erjosito erjosito self-assigned this Nov 24, 2021
@erjosito erjosito added the help wanted Extra attention is needed label Dec 13, 2021
@erjosito
Copy link
Collaborator Author

Somehow relevant to this, I have started playing with the automatic generation of macro-free .xlsx files, have a look in the spreadsheet folder.

I am using the Python module openpyxl, it does not support all Excel features so I needed to simplify the spreadsheet, but the result is IMHO acceptable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed spreadsheet
Projects
None yet
Development

No branches or pull requests

1 participant