Hi dears

I want to shell office and i have a code (It works), but my code does not work on another PC because the path and office version (Or MS Office 2003, MS Office 2007, MS Office 2010, . . . ) is different how can I solve it?

-------------------------------------------------------------------
Shell "C:\Program Files (x86)\Microsoft Office\Office14\WINWORD.EXE", vbNormalFocus
-------------------------------------------------------------------
This code contains my "Office Path"
-------------------------------------------------------------------