Referencing a general Cell(i,j) in an Add-In

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
See the previous message.
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top