Creating a macro for displaying a pop up box
Closed
Steve
-
Mar 22, 2010 at 07:36 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 23, 2010 at 08:06 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 23, 2010 at 08:06 AM
Related:
- Creating a macro for displaying a pop up box
- Hunie pop free - Download - Adult games
- Viber pop up after call - Guide
- How to turn off messenger pop up bubble - Guide
- How to tick a box in word mac - Guide
- Stop game center pop up - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 23, 2010 at 08:06 AM
Mar 23, 2010 at 08:06 AM
lets say that value is in cell A2
popvalue = cells(2,"A")
'check if value is > 0 and is divisible by 10
if ((popvalue > 0) and (popvalue mod 10 = 0)) then
msgbox (" Jon now has a one match ban")
end if
popvalue = cells(2,"A")
'check if value is > 0 and is divisible by 10
if ((popvalue > 0) and (popvalue mod 10 = 0)) then
msgbox (" Jon now has a one match ban")
end if