I have this code simply selecting a cell:
However! I would like it to work more like this...![]()
Please Login or Register to view this content.
IF Cell "J4" says "English" then select "AB5"
Otherwise select cell "B6"
Thanks!
I have this code simply selecting a cell:
However! I would like it to work more like this...![]()
Please Login or Register to view this content.
IF Cell "J4" says "English" then select "AB5"
Otherwise select cell "B6"
Thanks!
Hi nenadmail,
![]()
Please Login or Register to view this content.
If I've helped you, please consider adding to my reputation - just click on the liitle star at the left.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(Pride has no aftertaste.)
You can't do one thing. XLAdept
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~aka Orrin
IF Cell "J4" says "English" then select "AB5" Otherwise select cell "B6"
-------------
If Range("J4").Value = "English" Then Range("AB5").Select Else Range("B6").Select
Ben Van Johnson
Great! It works!
Your welcome!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks