If there is a missing reference you can have problems with Trim for example, check out what is missing in the list
Tools>References in the VBA editor
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm developing a spreadsheet for Excel that relies heavily on VBA and named ranges. The file works as intended on Windows and some Mac machines, but there are library conflicts in other Mac machines.
The below problem shows a potential conflict with named ranges:
The following screenshot highlights a possible conflict with the Trim() function, which I am told works with Excel 2011/Mac:
I greatly appreciate any help you can give, even if it means a lot of cleanup on my part. Thank you in advance.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
If there is a missing reference you can have problems with Trim for example, check out what is missing in the list
Tools>References in the VBA editor
And, I concur with Ron. The is probably no issue with the TRIM function, but an error elsewhere in the project. make sure all references are properly resolved, and fix all other compile errors.