D
Doo-Dah Man
What has replaced this method?
* Doo-Dah Man said:What has replaced this method?
* "Perry Ogletree said:stmp = Split(Application.ExecutablePath(), "\")
stmp(UBound(stmp)) = ""
sPath = Join(stmp, "\")
If Microsoft.VisualBasic.Right(sPath, 1) <> "\" Then
sPath = sPath & "\"
End If
Return sPath
Doo-Dah Man said:What has replaced this method?