setting one worksheet cell range reference to another worksheet

Y

yaaridosti123

I want to set one worksheet cell range reference to another worksheet
using aspose.cells.For example i have two worksheet(wrk1 and wr2). I
have some data on wrk1 and wrk2 is balnk.Now on wrk2 i want cells
refrence of wrk1(like want cell reference of wrk1 sheet A1:A10 on wrk2
with same style as on wrk1) .

Please suggest.
 
V

Vacuum Sealed

Hi there

Try this in wrk2.("A1")

=IF(wrk1!$A1="","",wrk1!$A1)

Copy down to wrk2.("A10")

HTH
Mick
 

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

Top