Link to home
Start Free TrialLog in
Avatar of Tom Johnstone
Tom JohnstoneFlag for United States of America

asked on

I am trying to BOLD text in a Input Box: "Please enter:" & vbLf & vbLf & "file_Name.csv" The part I want to bold is the File_Name.csv so that is sticks out when the Input Box pops up.

Using VBA in an Outlook Macro:

I am trying to BOLD text in a Input Box: "Please enter:" & vbLf & vbLf & "file_Name.csv"

The part I want to bold is the File_Name.csv so that is sticks out when the Input Box pops up.
ASKER CERTIFIED SOLUTION
Avatar of Fabrice Lambert
Fabrice Lambert
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tom Johnstone

ASKER

copy that, thank you.
Thank you all