Message 1 of 5
VBA editor 'Imports'

Not applicable
11-24-2022
10:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I'm trying to import regular expressions into the local VBA project for a drawing document.
Putting the `Imports` statement ahead of the only `Sub` gives the following error:
This works in the rule editor, but not here.
Does anyone know what might be wrong or have any recommendations for what to try?
Thanks