Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() This should get you started Dim MyCheck As String MyCheck = "USA" MyRange = Cells(7, 2) If MyCheck = MyRange Then ' code for copy here End If -- Information Hog ------------------------------------------------------------------------ Information Hog's Profile: http://www.excelforum.com/member.php...o&userid=21508 View this thread: http://www.excelforum.com/showthread...hreadid=397433 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel cell value equals selected text from Word | Excel Discussion (Misc queries) | |||
If a cell equals _, at the next row that equals _, return value fr | Excel Worksheet Functions | |||
If cell is left blank, or equals zero, then cell equals a different cell | Excel Discussion (Misc queries) | |||
How to I copy text from a range of cells to another single cell? | Excel Discussion (Misc queries) | |||
Entered text value equals a number I specify in another cell | Excel Worksheet Functions |