Fully defined formula links?

  • Thread starter Thread starter Peter Chatterton
  • Start date Start date
P

Peter Chatterton

Can I force Excel to fully define formula links?

e.g. I want it to define a Cell, which is the product to two others as:
=currentSheet!A42*currentSheet!B52
instead of just:
=A42*B52

Trouble is I don't know how the worksheet is being created, so I need an
option to tell Excel what to do.

Thanks,
Peter
 
Hi Peter,

Do you mean you are adding a sheet with code then also with code want write
a formula on some other sheet that refers to the new activesheet. If so for
the sheet name part

"'" & activesheet.name & "'!" & "etc"

there are apostrophes in the quotes.

Regards,
Peter T
 

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