Thank You!!
That was it, just for other people if they have this same problem my steps were:
Find vusrmacs.e file in slick edit config folder (my documents).
I had added this text in the file which is I think is probably the same as yours.
_command SendInfoVMS() name_info(','VSARG2_MACRO|VSARG2_MARK|VSARG2_REQUIRES_MDI_EDITORCTL)
{
_macro('R',1);
execute(' project_usertool VMS Recent');
}
Then reloaded that file with Macro-->Load Module.
In the above, "VMS Recent" was the name of my tool.
"SendInfoVMS" is the name that appeared when I right clicked and did the "Edit This Menu" option.
I chose it as the command, and voila. Works like a charm. Thanks again!