View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken[_11_] Ken[_11_] is offline
external usenet poster
 
Posts: 9
Default Accessing worksheet cells from VBA macro?

Hi.

How can I access a range of cells or a particular cell from within a
VBA macro? Can I pass a worksheet range in as a parameter to the
macro? If I can, is there a way I can access a cell offset from an
item in the range, i.e., do something like the OFFSET worksheet
function from within a VBA macro?

Thanks!

Ken