Message 1 of 4
Macro Not Found Environment Variable -VBARUN
Not applicable
07-17-2016
09:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All, I am trying to perform a -vbarun on an environment variable path for a macro I created however im getting an error message 'Marco Not Found'. Below is the path i am putting into the command line, including quotations to allow for spaces in path code: “Environ("APPDATA") & "\DD\AC\2017\getAttr.dvb!mdlGeneral.setupPaths”” The Environment Variable "APPDATA" = C:\Users\username\AppData When I enter the path location in not using the environ variable the macro is found and works fine. C:\Users\username\AppData\DD\AC\2017\getAttr.dvb!mdlGeneral.setupPaths can an environment variable path be used in -vbarun operation? any help would be greatley appreciated thanks, Josh