![]() |
#2
|
||||
|
||||
![]()
Relatively simple? No
You could probably change the Windows dialog font to Courier if it was that important to align text with spaces. You could also use tabs if the lengths are close Code:
msg = Left(" Text ", 10) & Left(" Value ", 8) & vbCr _ & t1 & vbTab & Format(d1, "000.00") & vbCr _ & t2 & vbTab & Format(d2, "000.00") & vbCr _ & t3 & vbTab & Format(d3, "000.00") MsgBox msg
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Match to columns and then copy line to second list. | Borut2019 | Excel | 0 | 02-18-2019 01:04 AM |
![]() |
Puzzled Programmer | Excel Programming | 6 | 09-06-2018 04:34 PM |
![]() |
mavisgold | Word | 1 | 03-26-2017 02:32 AM |
Formatting the line between columns in Word Mac 2011 | bpanda | Word | 1 | 06-03-2013 07:52 PM |
![]() |
Jamtart | PowerPoint | 3 | 09-01-2012 08:21 AM |