View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_4_] Dave Peterson[_4_] is offline
external usenet poster
 
Posts: 52
Default Referencing a general Cell(i,j) in an Add-In

See the previous message.

Damo wrote:

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


--

Dave Peterson