View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Damo Damo is offline
external usenet poster
 
Posts: 11
Default Referencing a general Cell(i,j) in an Add-In

Hey guys.

I am wanting to reference cells in an add in. I can do it using an exact
range command of Applicatin.Range("'[File]Sheet'!$a$10").value, but how do I
do this if I need to use a Cell(i,j) type reference?

thanks
Damian