How to display remaining txt file which overflowed MsgBox display?

  • Thread starter Thread starter EagleOne
  • Start date Start date
E

EagleOne

2003

My concatenated text string is too large for the MsgBox display. It
displays the first 30 lines and not the remaining four. I could not
enlarge the window nor "slide" the data.

I know that there are four undisplayed because if I "? txt" in the
Immediate window, I see all 34 lines of data.

Any config issues or workarounds?

TIA EagleOne
 
Hi,

The message box will display 1023 characters.

If you can not reduce the quantity of text create your own message box
using a user form.

Cheers
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top