Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Pop up Message box

Hi all

I need a little bit of help as my programming knowledge is shall we say a
little lacking!

On my spreadsheet it became necessary to flag one in every 5 specific deals,
i currently have the spreadsheet set up to count the said specific deals with
this formula, =COUNTIF(J32:J221,"Self Cert") then in the next cell the
following formula that displays a message in this cell
=IF((MOD((B6),4))=0,"Audit Next Case").

However i feel that some people are missing this little message so what i
would like to do it have a pop up box that they have to click €˜ok to get rid
of that will appear on every 5th self cert case.

If someone could give me, some code to do this and where to enter said code
i would be most grateful.

Thank you for your time

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Pop up Message box

You can look at Data=Validation. There are options there for popping up
such a window when a cell is selected. You can turn on the macro recorder
while you apply that formatting manually, then turn it off and look at the
recorded code.

--
Regards,
Tom Ogilvy


"tuk16664" wrote:

Hi all

I need a little bit of help as my programming knowledge is shall we say a
little lacking!

On my spreadsheet it became necessary to flag one in every 5 specific deals,
i currently have the spreadsheet set up to count the said specific deals with
this formula, =COUNTIF(J32:J221,"Self Cert") then in the next cell the
following formula that displays a message in this cell
=IF((MOD((B6),4))=0,"Audit Next Case").

However i feel that some people are missing this little message so what i
would like to do it have a pop up box that they have to click €˜ok to get rid
of that will appear on every 5th self cert case.

If someone could give me, some code to do this and where to enter said code
i would be most grateful.

Thank you for your time

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
replace VBA run-time error message with custom message BEEJAY Excel Programming 13 July 14th 06 03:59 PM
Replace Excel Message w/Custom Message Kevin R Excel Programming 1 May 18th 06 04:13 PM
Intercept/replace standard 'cell protected' message with my own message? KR Excel Programming 3 March 16th 06 02:31 PM
Opening an attachment of a message that has a message as attachmen vetron Excel Programming 0 January 30th 06 06:17 PM
Displaying a message in a message box without requiring user to click anything to proceed Android[_2_] Excel Programming 2 June 25th 04 06:44 PM


All times are GMT +1. The time now is 04:45 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"