Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just another similar variation:
Sub Demo() Dim m As Variant m = Array( _ "Line 1", _ "Line 2", _ "Line 3", _ "Line 4", _ "Line 5") MsgBox Join(m, vbNewLine), vbOKOnly, "My Title" End Sub -- HTH :) Dana DeLouis Windows XP & Office 2007 "Darin Kramer" wrote in message ... Thanks so much all!!! *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Form Help Seems Simple | Excel Programming | |||
Looking to create a simple user form with lookup | Excel Discussion (Misc queries) | |||
User Form Interface .... really a simple question! | Excel Programming | |||
Filling form text boxes from cells. Incredibly simple I know, but I'm new. :-( | Excel Programming | |||
Use a simple Drop Down List or User Form | Excel Programming |