If this is your first visit, then welcome! Be sure to check out the FAQ by clicking the link above.Register here so that you can post in the forums or comment on the articles.
Register for a FREE account, and/ or Log in to avoid these ads!
Hi guys, is there a way to have a message box appear based on 2 options. If the cell text equals "up" or "down" then a message box appears showing 'ensure you complete section 8'. Thanks
Code: If ACtivecell.Value = "up" Or Acrivecell.Value = "down" Then MsgBox "Ensure that you complete section 8", vbokonly,"Incomplete "Data" End If
If ACtivecell.Value = "up" Or Acrivecell.Value = "down" Then MsgBox "Ensure that you complete section 8", vbokonly,"Incomplete "Data" End If
Forum Rules
Bookmarks