Macro - MsgBox



Hi,

How can i give a msg box with multiple text?

When I give MsgBox ("1. TestA 2. TestB 3. TestC"), all these are
comming horizontally.

I want the msg box like:

1. TestA
2. TestB
3. TestC

Is this possible?

-Dileep

.



Relevant Pages

  • Re: Help with Array Usage
    ... testa 1 1 0 ... testb 2 2 0 ... testc 3 3 0 ... my %thash; ...
    (comp.lang.perl.misc)
  • Help with Array Usage
    ... testa 1 1 0 ... testb 2 2 0 ... testc 3 3 0 ... Example Output file: ...
    (comp.lang.perl.misc)
  • Re: Macro - MsgBox
    ... How can i give a msg box with multiple text? ... TestA 2. ... TestB 3. ... TestC"), all these are ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Garbage collection problem
    ... > line 17 instantiates a TestA object, ... > the instance variable of TestB object a to the TestA object. ... In Java an object is eligible for GC if it is not ... same eligibility for GC. ...
    (comp.lang.java.programmer)
  • =?iso-8859-15?Q?Re:_Von_welcher_TextBox_wurde_das_Ereignis_ausgel=F6st=3F?=
    ... ich habe zwei Textboxen (TextBox1 mit dem Namen TestA ... und TextBox2 mit dem Namen TestB). ... Weiterhin habe ich für beide TextBoxen das gleiche Ereignis ... Private Sub TestA_TextChanged(ByVal sender As System.Object, ...
    (microsoft.public.de.german.entwickler.dotnet.vb)

Loading