H
The following should get you started. It does assume that sheet101 is in the same workbook as the source data and this will have to be changed
Ton
Sub aaa(
Set finder = Range("e:e").Find(what:="BANK"
If Not finder Is Nothing The
Range("e:e").Find(what:="BANK").Activat
Sheets("sheet101").Range("a2").Value = ActiveCell.Offset(0, 1).Valu
End I
End Su
----- alexm999 wrote: ----
My macro pulls info from another file (2.txt
When the file is generated, i have no control of the placement o
certain cells. But what i do have is a constant that the word BANK i
always in column E (regardles off the row) and cell i need is directl
after the word bank in column F. I need to copy the cell that's in
(thats directly to the right after the word Bank) and paste it into m
sheet101 worksheet in cell AL2
Can anyone help
--
Message posted from
http://www.ExcelForum.com