View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
anupam anupam is offline
external usenet poster
 
Posts: 1
Default refer cell using c

The following code where each cell in the the range is referred

for each c in Range("......")
-------
--------
next c

after exiting from for loop i want it to refer immediate next cell.
how can it be possibl

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