fluffyvampirekitten
Board Regular
- Joined
- Jul 1, 2015
- Messages
- 72
Cross Ref:
how to Use IF statement and Highlight & Message Box Pop up
I really need to convert these to vba codes urgently
I would like to highlight certain data (ID) and pop out a message based on the following IF statement
I have two Workbook - Book 1 and Book 2
I need to check the ID ( Book1 - Column S) against ( Book 2 - Column J) and execute IF statement
If (ID is found) ,
if (Book 2 - Remarks Column"P") = Open A/R OR Merged Then
Highlight "Blue"
Message pop out "Confirm Delete?"
else
Highlight "Green"
Else (ID is not found)
Highlight "Red"
Any ways to solve this ?
Thanks in advance
Need it urgently
how to Use IF statement and Highlight & Message Box Pop up
I really need to convert these to vba codes urgently
I would like to highlight certain data (ID) and pop out a message based on the following IF statement
I have two Workbook - Book 1 and Book 2
I need to check the ID ( Book1 - Column S) against ( Book 2 - Column J) and execute IF statement
If (ID is found) ,
if (Book 2 - Remarks Column"P") = Open A/R OR Merged Then
Highlight "Blue"
Message pop out "Confirm Delete?"
else
Highlight "Green"
Else (ID is not found)
Highlight "Red"
Any ways to solve this ?
Thanks in advance
Need it urgently
Last edited: