Thread: help with loops
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
tolgag[_39_] tolgag[_39_] is offline
external usenet poster
 
Posts: 1
Default help with loops

Hi,

it's quita a simple chage :

I think the first setting is clear (v = Sheets(2).Range("a1:a100"))
Just change it to v = Sheets(2).Range("c20:c50")

The variable intRow is the cell, where it starts to look for the nex
empty cell and as you see, it starts at 1. All you have to do is, star
searching at 20th cell

--
Message posted from http://www.ExcelForum.com