View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Moises Moises is offline
external usenet poster
 
Posts: 22
Default List of text in a message box arranged in rows

I need to create a message that is activated with a macro, in the message I
need to put a listo of items organised by rows, for example "

Inventory Control - WH1 - INFO
Item 1
Item 2
Item 3
..
..

OK

How do I have to wite the code in the message box :
MsgBox "Item 1", vbMsgBoxRtlReading, "MMR"

to include the other rows and they are displayed in rows on the screen ?
--
Moises