Line up Text in Outlook (VBA E-mail)

RandyKelly19

New Member
Joined
Feb 18, 2011
Messages
6
I'm sending an e-mail of formatted text in a column to Outlook. I lined up the text in Outlook using a Rand() function, but it's not aligned in outlook.

The field contains Name, ID, and ticket #
I would like them to be lined up in outlook to be easily readable.

Any Suggestions?
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
If you use a fixed width font (such as Courier New) you can line up columns by adding the appropriate number of spaces to breaks between columns on each line. Outlook also can use tabs which would allow the use of variable width fonts.
You could embed a portion of the Excel workboook in the email. This would look just as it does in Excel.
 
Upvote 0
thanks for your reply. I am using Courier font in Excel and in lines up nicely. I didn't think to check the font being used in Outlook, but if that's the issue I need to be able to specify the font used in the new e-mail, because this will be used on multiple PC's.

The Tab Feature is that VBA? so that you can tab text over in to line up in Outlook?

I will look into that today. If anyone has any other ideas or ways to get text aligned in outlook please let me know


thanks again,
Randy
 
Upvote 0

Forum statistics

Threads
1,216,574
Messages
6,131,492
Members
449,653
Latest member
aurelius33

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top