Dim strAppPath As String, strChStr As String, strFind As String
strAppPath = "c:\NP1\Script_Loader"
strFind = "Script_Loader"
strChStr = "Script_Editor"
strAppPath = Replace(strAppPath, strFind, strChStr)
MsgBox strAppPath