MsgBox

JohanKotze

Senior Member
OS Version(s)
  1. Windows
Outlook version
Outlook 2019 64-bit
Email Account
IMAP
Operating system::    Window 10 Pro
Outlook version:     Outlook 2021
Email type or host:    IMAP

Hi Dianne
I want to add "sName" message box. Is that possible

Function BrowseForFolder(Optional OpenAt As Variant) As Variant
Dim ShellApp As Object
Set ShellApp = CreateObject("Shell.Application"). _
BrowseForFolder(0, "You want to save this email to "sName" FOLDER if not select CANCEL", 0, OpenAt)
 
I want to add "sName" to the message box. Is that possible.
 
Similar threads

Similar threads

Back
Top