blakey1978 Posted December 11, 2010 Posted December 11, 2010 Hi This is probably going to sound stupid but how do I add a Carriage Return in custom dialog message? I have the following:- "You are about to email a report to:-" & Chief Instructor Details::Email & " Are You Sure?" and I want to enter carriage returns so that it will format the message to appear as follows:- "You are about to email a report to:-" & Chief Instructor Details::Email & " Are You Sure?" Regards Dave
comment Posted December 11, 2010 Posted December 11, 2010 Try = "You are about to email a report to:-¶" & Chief Instructor Details::Email & "¶Are You Sure?" or = List ( "You are about to email a report to:-" ; Chief Instructor Details::Email ; "Are You Sure?" )
blakey1978 Posted December 11, 2010 Author Posted December 11, 2010 Try = "You are about to email a report to:-¶" & Chief Instructor Details::Email & "¶Are You Sure?" or = List ( "You are about to email a report to:-" ; Chief Instructor Details::Email ; "Are You Sure?" ) what is the keyboard shortcut that you used in your first example? 1
comment Posted December 11, 2010 Posted December 11, 2010 On a Mac, it's Option-7. You also have a button for it in the "Specify Calculation" window, under "Operators". 2
blakey1978 Posted December 11, 2010 Author Posted December 11, 2010 Thank you very much for your prompt response, it worked perfectly Regards Dave
dansmith65 Posted December 12, 2010 Posted December 12, 2010 In case any Windows users view this thread: Alt+20 will type the ¶ in Windows
Vivian M Posted March 1, 2011 Posted March 1, 2011 The Option 7 for Mac solved my problem with emailing. Thank you.
Recommended Posts
This topic is 5366 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now