Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default MsgBox question

I have a message box to display additions made to the
AutoCorrect list. It would appear that there is a maximum
of characters or of size of the actual msgbox.

Can anyone please confirm what are the limits of a msgbox.

Also, is there any way to expand the box to allow more
text?

Many thanks.

Gareth
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default MsgBox question

Gareth,

The maximum length of the text in a message box is 1023 characters, and
cannot be increased.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"gareth" wrote in message
...
I have a message box to display additions made to the
AutoCorrect list. It would appear that there is a maximum
of characters or of size of the actual msgbox.

Can anyone please confirm what are the limits of a msgbox.

Also, is there any way to expand the box to allow more
text?

Many thanks.

Gareth



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default MsgBox question

You can create a userForm and put a textbox on the form.

A textbox will hold more characters then a msgbox.

To call the userform use this command
userform1.Show

To close it use this command
userform1.Hide

"gareth" wrote in message
...
I have a message box to display additions made to the
AutoCorrect list. It would appear that there is a maximum
of characters or of size of the actual msgbox.

Can anyone please confirm what are the limits of a msgbox.

Also, is there any way to expand the box to allow more
text?

Many thanks.

Gareth



Reply
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
msgbox question Wu Excel Discussion (Misc queries) 2 November 9th 08 11:26 AM
msgbox James Coughlan Excel Discussion (Misc queries) 3 May 3rd 06 01:57 PM
Msgbox Wildman Excel Worksheet Functions 1 April 26th 05 04:57 AM
Msgbox question Pancho Excel Programming 4 October 23rd 03 05:36 PM
MsgBox Question Chip Pearson Excel Programming 1 September 29th 03 05:56 PM


All times are GMT +1. The time now is 04:46 AM.

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

About Us

"It's about Microsoft Excel"