PC Review


Reply
Thread Tools Rate Thread

what alternatives do I have to msgbox??

 
 
bliten_bsas
Guest
Posts: n/a
 
      26th Oct 2006
Hi all, I'm trying to post a disclaimer in a financial model through a
msgbox that pops up when opening an excel file. The problem I have is
that the msgbox has a space limit of 1024 characters which I'm afraid
is not long enough. What alternatives do I have??? Thanks a lot!

 
Reply With Quote
 
 
 
 
RB Smissaert
Guest
Posts: n/a
 
      26th Oct 2006
You can download a custom msgbox from this site
that hasn't got that limitation plus has a lot of other useful features:

http://makeashorterlink.com/?V20531C0E

RBS

"bliten_bsas" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all, I'm trying to post a disclaimer in a financial model through a
> msgbox that pops up when opening an excel file. The problem I have is
> that the msgbox has a space limit of 1024 characters which I'm afraid
> is not long enough. What alternatives do I have??? Thanks a lot!
>


 
Reply With Quote
 
Sandy
Guest
Posts: n/a
 
      26th Oct 2006
You can make a splash screen using a user form... a quick example:

Place in the sheets Sheet level module:

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
UserForm1.Show
End Sub


Create a userform and create a label and type some text
then place this code in the userform code

Private Sub Label1_Click()
UserForm1.Hide
End Sub
Private Sub UserForm_Click()
UserForm1.Hide
End Sub

HTH

Sandy

bliten_bsas wrote:
> Hi all, I'm trying to post a disclaimer in a financial model through a
> msgbox that pops up when opening an excel file. The problem I have is
> that the msgbox has a space limit of 1024 characters which I'm afraid
> is not long enough. What alternatives do I have??? Thanks a lot!


 
Reply With Quote
 
RB Smissaert
Guest
Posts: n/a
 
      26th Oct 2006
Just noticed that the zip file doesn't contain the compiled dll.
Will add this, but it will take a while to come through the website.

RBS

"RB Smissaert" <(E-Mail Removed)> wrote in message
news:%238TM9OQ%(E-Mail Removed)...
> You can download a custom msgbox from this site
> that hasn't got that limitation plus has a lot of other useful features:
>
> http://makeashorterlink.com/?V20531C0E
>
> RBS
>
> "bliten_bsas" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi all, I'm trying to post a disclaimer in a financial model through a
>> msgbox that pops up when opening an excel file. The problem I have is
>> that the msgbox has a space limit of 1024 characters which I'm afraid
>> is not long enough. What alternatives do I have??? Thanks a lot!
>>

>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
MsgBox Alternatives K J Boland Microsoft Powerpoint 3 29th May 2006 08:17 PM
Substituting my own MsgBox for the standard delete confirm MsgBox John S. Ford, MD Microsoft Access Getting Started 8 20th Aug 2004 12:05 AM
Substituting my own MsgBox for the standard delete confirm MsgBox John S. Ford, MD Microsoft Access Forms 8 20th Aug 2004 12:05 AM
Substituting my own MsgBox for the standard delete confirm MsgBox John S. Ford, MD Microsoft Access 8 20th Aug 2004 12:05 AM
Substituting my own MsgBox for the standard delete confirm MsgBox John S. Ford, MD Microsoft Access Form Coding 8 20th Aug 2004 12:05 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:28 AM.