01-05-2024
08:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-05-2024
08:14 AM
I do not know why some people encounter that problem and I do not. I tested the code on my end, and it worked OK, without any errors. You may need to change ...
As Excel.Application
...to
As Object
...in the two places it is found in that rule (Line 26 and Line 62, and Line 63 for me). That will cause you to loose Intellisense recognition of that object, but the code should still work OK. Give it a try and let me know.
Wesley Crihfield
(Not an Autodesk Employee)