I’ve scrapped together a few useful macros for work and added them to a tool bar for easy access. A number of other employees would like to have my toolbar as well. I would like to avoid going to each computer and changing the path of every toolbar button, so I tried to use windows environment variables. The example below shows the original path to the macro, and how I attempted to resolve the issue when sending the toolbar and macros to other users.
OLD: C:\Users\00000000\Documents\Attachmate\EXTRA!\MACROS\MyDir\Calc.ebm
NEW: %USERPROFILE%\Documents\Attachmate\EXTRA!\MACROS\MyDir\Calc.ebm
Unfortunately using %USERPROFILE% on the run macro path in the toolbar does not function.
Am I missing something obvious here or how can I resolve this issue?