Hey Westconn,

Sorry for the late reply.

put
msgbox strusersfolder
to see if it returns the correct path
When I've tested the script I use the step into function and it shows the correct file path.

i am assuming the code is failing in userform initialize event?
No, initialize works fine, it seems to skip past some code (of which im yet to find out) but when it eventually get to the Drive locations (K: H: or Last selection Folder) it just hangs, doesn't unload and activate the document, it skips Sub Openmyfile.

some proper error handling would have to help, just going to end now is no better than on error resume next, should at least have an error number an description
msgbox err.number & vbnewline & err.description
Yeah once I know what some of the errors are I'll log them better then original auther of this code.

are you showing the userform from the document open event? what code is in it?
Once the Form initialises, the rest is on click. The form is mented to replace Words Original open interface, to restrict the delete and rename ability.