Thread: Pop up boxes
View Single Post
  #1   Report Post  
David of XL Plus David of XL Plus is offline
Junior Member
 
Posts: 19
Default

Quote:
Originally Posted by habadacas View Post
I am creating a testing tracking sheet. Using conditional formatting. i have the fields set to color based on the entered result of the test. a 'P' wil mark the cell green, an F will mark it red, and so on.
what i am trying to figure out how to do, is if i mark a field with an "F" for failure. i would like a pop up box to appear asking for a bug # , or possibly a hyperlink.
I am a novice with Excel, but can understand complex instructions. can anyone help?
Hi,

Check out the "OnEntry"function in VBA.

This should allow you to run another macro which brings up your pop-up.

Educo