L
laavista
I'm using Excel 2003.
This seems like it should be very simple, but I've tried lots of things, and
nothing works.
I have a large amount of "checks" to do so I would like to put 2 if
statements on one line.
I'd like to put this on one line:
If OneH <> "" then
If OneH = YNewH then
goto DisplayMsg
end if
end if
Your help would be GREATLY appreciated!
This seems like it should be very simple, but I've tried lots of things, and
nothing works.
I have a large amount of "checks" to do so I would like to put 2 if
statements on one line.
I'd like to put this on one line:
If OneH <> "" then
If OneH = YNewH then
goto DisplayMsg
end if
end if
Your help would be GREATLY appreciated!