Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have been trying to figure out how to loop when using a copy formulas and
then find specific words and paste ( I am also using an offset to paste below the text I find) Example: Colmn Q Colmn R Colmn S row2 =K2/I2 =(SUM(K2:K3)/(SUM(I2:I3))) =(SUM(K2:K4)/(SUM(I2:I4))) row5 Write formulas row10 Write formulas row11 Write formulas row20 Write formulas What I am trying to get to loop is as follows: Find copy and paste formulas Macro ' Macro recorded 4/2/2009 by BJ ' ' Range("Q2:T2").Select Selection.Copy Cells.Find(What:="write formulas", After:=ActiveCell, LookIn:=xlFormulas _ , LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _ MatchCase:=False, SearchFormat:=False).Activate ActiveCell.Offset(1, 0).Select ActiveSheet.Paste Thank you - am pulling my hair out -- BJH |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find and replace help with copy paste | Excel Discussion (Misc queries) | |||
Find Copy and Paste | New Users to Excel | |||
Find, copy and paste | Excel Discussion (Misc queries) | |||
copy,paste and loop through workbook | Excel Discussion (Misc queries) | |||
Find and Copy loop problem | Excel Discussion (Misc queries) |