View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default How to put a 'return' in Msgbox?

Paul

msgbox "This is line one" & vbLf _
& "This is line two" & vbLf _
& "This is line three"

Gord Dibben Excel MVP

On Tue, 10 Aug 2004 13:32:08 -0500, HausMaus
wrote:

Hi

I would like to know if it's possible to make a message(-box)
consist of 2 lines with the help of some sort of a 'return-function'?
How do I do this? (What's the command?)

I've tried several things but notihng seems to work...

(thanks!)

Paul


---
Message posted from http://www.ExcelForum.com/