Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 116
Default Loop Problem

Dim cell As Range
...
...
Sheet1.Range("B1").Value = Sheet1.Range("B1").Value + 1
'Range("AQ3").Value = Count <---- Good for first cell only

For Each cell In Range("AQ3:AQ6")<--- Want to Loop to next empty cell
If cell.Value < "" Then cell.Value = Count
Next

Reply
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
loop problem teepee[_3_] Excel Discussion (Misc queries) 3 December 31st 08 11:09 AM
Loop problem JohnUK Excel Programming 7 October 18th 05 04:03 PM
Problem adding charts using Do-Loop Until loop Chris Bromley[_2_] Excel Programming 2 May 23rd 05 01:31 PM
For...Each Loop Problem SuperJas Excel Programming 4 April 2nd 04 05:01 AM
Problem with Loop Mike Excel Programming 7 February 26th 04 09:12 PM


All times are GMT +1. The time now is 02:20 PM.

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

About Us

"It's about Microsoft Excel"