Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default MessageBox with tick box

Hi all,
Is there a way to have a message box to always pop up when the file is
opened but with an option, by use of a tick box. To cancel popping up if
ticked.
But if cell "A1" is empty for the pop up to operate again until ticked again.
--
Sophie
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default MessageBox with tick box

Sounds like you want a custom userform with all those controls.

--
__________________________________
HTH

Bob

"Sophie" wrote in message
...
Hi all,
Is there a way to have a message box to always pop up when the file is
opened but with an option, by use of a tick box. To cancel popping up if
ticked.
But if cell "A1" is empty for the pop up to operate again until ticked
again.
--
Sophie



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default MessageBox with tick box

Ah! ok.
I shall try that way.
Could give me the code for the ticker box. The rest I can do.
--
Sophie


"Bob Phillips" wrote:

Sounds like you want a custom userform with all those controls.

--
__________________________________
HTH

Bob

"Sophie" wrote in message
...
Hi all,
Is there a way to have a message box to always pop up when the file is
opened but with an option, by use of a tick box. To cancel popping up if
ticked.
But if cell "A1" is empty for the pop up to operate again until ticked
again.
--
Sophie




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default MessageBox with tick box

It is just a check box, which returns a True for checked, False otherwise

If Me.chkCancle.Value Then

'etc.

--
__________________________________
HTH

Bob

"Sophie" wrote in message
...
Ah! ok.
I shall try that way.
Could give me the code for the ticker box. The rest I can do.
--
Sophie


"Bob Phillips" wrote:

Sounds like you want a custom userform with all those controls.

--
__________________________________
HTH

Bob

"Sophie" wrote in message
...
Hi all,
Is there a way to have a message box to always pop up when the file is
opened but with an option, by use of a tick box. To cancel popping up
if
ticked.
But if cell "A1" is empty for the pop up to operate again until ticked
again.
--
Sophie






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
Simple Yes / No messagebox followed by an if then else formula mike_vr Excel Discussion (Misc queries) 2 January 18th 08 01:30 PM
Help with MessageBox coding for newbie Mac1 Excel Worksheet Functions 1 February 8th 07 06:25 PM
messagebox in excel 2003 Brett17 Excel Discussion (Misc queries) 1 November 28th 06 08:00 AM
Prevent error messagebox when refresing querytable from the web fails bzm Excel Discussion (Misc queries) 16 January 17th 06 03:32 PM
Printing messagebox nc Excel Discussion (Misc queries) 1 March 22nd 05 02:49 PM


All times are GMT +1. The time now is 07:13 AM.

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

About Us

"It's about Microsoft Excel"