|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
If i have a value of either "Fine" or "Review" in a cell, how do i get a pop up alert message box to appear on opening the spread sheet when the value is set to "review"????
|
|
#2
|
|||
|
|||
|
Not to worry folks... problem solved... Its been so long since i ventured into the world of VBA it takes a while for me to figure things out, but my code now works a treat
If ActiveCell.Value = "Review" Then Msg = "Review Distributor Agreements" Style = vbOKOnly Title = ActiveCell.Offset(0, -23).Value Help = "xlmain8.hlp" Ctxt = 2017 ![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Message Box |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|