FrEaK_aCcIdEnT
Board Regular
- Joined
- May 1, 2012
- Messages
- 104
- Office Version
- 365
- Platform
- Windows
- Web
I am having trouble with this... I have fiddled with the find function a lot and no luck.
I need to find a string from workbooks("book1").cell.("E1") in workbooks.("book2").range("A1:AAZ1).
Once found Offset.(0,-1).activate. (the cell below what it found)
Then copy the active cell and the 8 cells below it.
Then workbooks.("book1").activate
cells.("I5").select.selection.paste
I am getting better at VBA, but this find function is eating my lunch...
If someone else has the Excel 2010 Power Programming with VBA, and could point me to the right page, I would appreciate that too. I am not above having to figure it out on my own with guidence from others.
Thanks!!
I need to find a string from workbooks("book1").cell.("E1") in workbooks.("book2").range("A1:AAZ1).
Once found Offset.(0,-1).activate. (the cell below what it found)
Then copy the active cell and the 8 cells below it.
Then workbooks.("book1").activate
cells.("I5").select.selection.paste
I am getting better at VBA, but this find function is eating my lunch...
If someone else has the Excel 2010 Power Programming with VBA, and could point me to the right page, I would appreciate that too. I am not above having to figure it out on my own with guidence from others.
Thanks!!