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

please i need a help on this case.
i have a data about products on sheet1
and i want excel to remmembering be about products that will expired berfore
30 days in a message box that contain the products and its dates which will
expired after some day but not more than 30 days
thank you in advance

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Messege boxs

I would not do it with a message box - it has the disadvantage that all
messages popping up needs to be acknowledged.

Why don't you do it with conditional formating?
All dates expiring in 30 day will be marked red and bold for instance.



"F.M.H" wrote:

please i need a help on this case.
i have a data about products on sheet1
and i want excel to remmembering be about products that will expired berfore
30 days in a message box that contain the products and its dates which will
expired after some day but not more than 30 days
thank you in advance

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default Messege boxs

I agree,
Just add an extra column with a function as below:
for example, if the expiry dates are in column "D" then in cell E2 put:
=E2-today() [formatted as 'general']
Then apply conditional formatting to column "E" so that anything at 30 or
under shows as red text for example
Hope this helps



"Franz Erhart" wrote:

I would not do it with a message box - it has the disadvantage that all
messages popping up needs to be acknowledged.

Why don't you do it with conditional formating?
All dates expiring in 30 day will be marked red and bold for instance.



"F.M.H" wrote:

please i need a help on this case.
i have a data about products on sheet1
and i want excel to remmembering be about products that will expired berfore
30 days in a message box that contain the products and its dates which will
expired after some day but not more than 30 days
thank you in advance

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Messege boxs

thanks a lote for you Mrs. David, Franz Erhart for replying fast but i have
alot of dates and i need it to apear on message box and the dates that will
expired after 30 days listed on this message box
thank you in advance
F.M.H

"David" wrote:

I agree,
Just add an extra column with a function as below:
for example, if the expiry dates are in column "D" then in cell E2 put:
=E2-today() [formatted as 'general']
Then apply conditional formatting to column "E" so that anything at 30 or
under shows as red text for example
Hope this helps



"Franz Erhart" wrote:

I would not do it with a message box - it has the disadvantage that all
messages popping up needs to be acknowledged.

Why don't you do it with conditional formating?
All dates expiring in 30 day will be marked red and bold for instance.



"F.M.H" wrote:

please i need a help on this case.
i have a data about products on sheet1
and i want excel to remmembering be about products that will expired berfore
30 days in a message box that contain the products and its dates which will
expired after some day but not more than 30 days
thank you in advance

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
update Messege Box peyman Excel Discussion (Misc queries) 3 February 5th 09 12:05 AM
drop down boxs with diff vaules rl71066 Excel Discussion (Misc queries) 0 November 21st 07 06:46 PM
Combo boxs DenisN Excel Worksheet Functions 2 November 21st 05 09:36 AM
Drop-down boxs Eric C. Vogel Excel Worksheet Functions 1 November 7th 05 07:52 PM


All times are GMT +1. The time now is 06:55 PM.

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"