View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sip8316 sip8316 is offline
external usenet poster
 
Posts: 18
Default Active cell, row, column, worksheet, etc

When coding I use this alot : Worksheets("sheet1").Cells(y,x) or .row(y) or
..column(x) is there code to use to choose the active row, column, cells, or
worksheet....so that i don't have to change the worksheet name every time I
want to use some code I wrote on another sheet?

Thanks