Thanks for the help, but I cannot figure this out...the line in red is where I am stuck
There is much more code, but this is the part that doesn't work. I have tried every variation I could think of.
For Each rCell In Range(Range1a, Range1b)
If rCell = "" Then
Else
With Workbooks("FY12-Q2 Data Tables.xlsx").Sheets("Total").Columns(1)
Set c = .Find("[" & rCell & "B" & "]", LookIn:=xlValues)
Set c = .Find(Cell.Offset(0, 1), After:=c)
Set c = .Find("Bottom 2 (NET)", After:=c)
End With
rCell.Offset(0, 14).Value = c.Offset(, 14).Value
rCell.Offset(0, 26).Value = c.Offset(, 3).Value
rCell.Offset(0, 27).Value = c.Offset(, 12).Value
rCell.Offset(0, 28).Value = c.Offset(, 15).Value