G
Guest
Can somebody please tell me the proper code to replace inputted words?
I have a custom form where I need to replace ****** with a inputted name.
The code I have so far is:
Sub test()
InputBox ("recruitname?") <---- I'm missing something here also I guess but
I don't know what.
Set objFolder = Application.ActiveExplorer.CurrentFolder
Set objItem = _
objFolder.Items.Add("IPM.Note.Bootcamp done to GR")
objItem.Display
String.replace ("******",.......????
End Sub
The inputbox is there but how do I get the word that I fill in the inputbox
to replace the ****** in that mail (IPM.Note.Bootcamp done to GR)
I have a custom form where I need to replace ****** with a inputted name.
The code I have so far is:
Sub test()
InputBox ("recruitname?") <---- I'm missing something here also I guess but
I don't know what.
Set objFolder = Application.ActiveExplorer.CurrentFolder
Set objItem = _
objFolder.Items.Add("IPM.Note.Bootcamp done to GR")
objItem.Display
String.replace ("******",.......????
End Sub
The inputbox is there but how do I get the word that I fill in the inputbox
to replace the ****** in that mail (IPM.Note.Bootcamp done to GR)