View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Darryl Kirtland Darryl Kirtland is offline
external usenet poster
 
Posts: 1
Default Reference to cell - VBA

Hi

I'm trying to write a user defined function which references a cell in sheet
1 in my spreadsheet. Cell A10 currently has the value of 20 - how do I
reference this cell in my VBA program.

Thanks

Darryl