As I said, you can't add a hyperlink to a menu item, but you don't need to. You just add the file name as the Tag property (or Caption) of the menu item. Your routine can then look at the Tag/Caption of the CommandBars.ActionControl to get the file name, look it up and open the relevant file. If you look up ActionControl in help, there's a pretty good example.