Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am not an expert in Vba code.I have a line code
If cell.offset(0,2).value< _ Worksheets(cell.value).Range("A1").End(xlDown) Then Set Sh1=nothing I would like to add one more condition to the above line,apart from the above condition, If cell.offset(0,1) .value= "EQ" or "BE".How to modify my line code ? If my coditions are not met ,the sub should exit by prompting message "Conditions are not met,Updation not required" with one "ok" button.Where this message code line has to incorporate.Thanks whole community in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
line code modification | Excel Discussion (Misc queries) | |||
Looking for code to separate one line of text into multiple lines in Excel | Excel Worksheet Functions | |||
how do you execute single line of code? | Excel Discussion (Misc queries) | |||
VB Code and Sum with Two Conditions | Excel Worksheet Functions | |||
How to multiple conditions to validate more than 2 conditions to . | Excel Worksheet Functions |