LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Inserting Formula moving down each row

Put formula into col. S as long as same row in col J has something in it.

Range("S2").Select
x = ActiveCell.Row
Do While Cells(x, 10).Value < ""
ActiveCell.FormulaR1C1 = _
"=IF(RC[-9]=""EVT2"",1,IF(RC[-9]=""EVT3"",2,9))"
x = x + 1
Loop

End Sub

Why doesn't this move to the next row?

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i keep images from moving when inserting rows in Excel? isaac_klemish Excel Discussion (Misc queries) 1 March 3rd 09 08:27 PM
Moving Formula fak119 Excel Discussion (Misc queries) 0 April 27th 06 08:06 AM
moving a formula Crawford Excel Discussion (Misc queries) 3 April 13th 06 04:29 PM
Moving the formula bar J Cole Excel Discussion (Misc queries) 1 June 15th 05 02:51 PM
Inserting specific data into moving cells Max Velocity[_4_] Excel Programming 2 November 28th 03 08:16 AM


All times are GMT +1. The time now is 01:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"