LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 947
Default Simple User Form to hold only text

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
User Form Help Seems Simple Brandon Johnson Excel Programming 5 June 6th 06 03:34 PM
Looking to create a simple user form with lookup Tim Excel Discussion (Misc queries) 5 November 14th 05 04:57 PM
User Form Interface .... really a simple question! monir Excel Programming 8 April 24th 05 08:14 PM
Filling form text boxes from cells. Incredibly simple I know, but I'm new. :-( Paul Crabb Excel Programming 0 November 18th 04 01:49 AM
Use a simple Drop Down List or User Form Ted Excel Programming 0 October 11th 04 09:37 PM


All times are GMT +1. The time now is 01:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"