Any suggestions as to why the Shell command method nor the hot key method shown below will activate the MacroExpress, also shown below? The Macro Express macro works as expected alone. I just can't activate it from Dragon.
Thanks,
Tee
Dragon
Sub Main
' Shell command method - Macro Express nickname FillWithRobo
Shell "C:\Program Files (x86)\Macro Express Pro 6\MeProc.exe /AFillWithRobo"
'Hot Key method Ctrl+Shift+Alt+9
' SendKeys "^+%9"
Wait 2
SendKeys ListVar1
Wait 0.2
SendKeys "{Enter}"
End Sub'
Macro Express
<COMMENT Value="==========================================================================="/>
<COMMENT Value="opened the window for RoboForm Search"/>
<COMMENT Value="----------------------------------------------------------------------------------------------------------------------------------"/>
<MOVE MOUSE TO NOTIFICATION AREA ICON Icon="RoboForm: fills forms, manages passwords" Exact="FALSE" Center="TRUE" Left="0" Top="0"/>
<COMMENT Value="Change focus to Search box "/>
<WINDOW ACTIVATE Title="RoboForm Search Box" Exact_Match="FALSE" Wildcards="FALSE" _IGNORE="0x0006"/>
<COMMENT Value="Clear any existing text "/>
<TEXT TYPE Action="0" Text="<DELETE>"/>