View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Milind Milind is offline
external usenet poster
 
Posts: 3
Default Repeat: Active Cell's Address

Hello All
Your answers are right, but I think I could not put it right.
How to get the Activecell's address? Then how to use it in conjunction with
Range, Address etc.? Also how can I use the MsgBox to show it so that I know
the program flow is correct? Also, when I say
For each c in Worksheets("sheet1").Rows("5:5").Cells
if c.value = 50 then
....
what should I write in for c.range, c.address ? [I was wondering when
c.value works why not c.range or c.address?]
Thanks
Milind