Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here's my code:
Set ofound = Cells.Find(WHAT:="EXT", _ After:=ActiveCell, _ LookIn:=xlFormulas, _ LookAt:=xlPart, _ SearchOrder:=xlByRows, _ SearchDirection:=xlNext, _ MatchCase:=True) If Not ofound Is Nothing Then ofound.Activate If Trim(ofound) = "EXT" Then ActiveCell.Offset(rowOffset:=0, columnOffset:=4).Activate Selection.Copy Windows("BOOK1.XLS").Activate Range("D3").Select ActiveSheet.Paste I want to find the word EXT in column A only, how do i narrow my search down????? here is another EXT in Column C that it is referencing. I need column A... --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Quick Code | Excel Discussion (Misc queries) | |||
Quick! Help With Code Formatting! | Excel Programming | |||
quick code request | Excel Programming | |||
quick code question | Excel Programming | |||
Is there a quick way to see which objects have code attached? | Excel Programming |