#Name

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

Guest

I have a function in an addin i created which does some basic calculations
which is loaded and saved however when i open a spreadsheet that was saved
with calls to this function I get the #Name error

the addin is loaded when I open excel because if i add any more of these
functions into the spreadsheet it works, on loading the spreadsheet Excel
seems to process the sheet before loading the addins so fails

I works fine on some computers but not on others
 
Try Pressing 'F9' key after the spread sheet is opened.
This calculates the sheet again.

Sharad
 
Thanks Sharad, but the problem is it's needs to retain the values without
having to re-calc the formula every time a user opens the sheet
 
Just a guess at a workaround.

Add an
application.calculate
line in the open event of that workbook to see if forcing a recalc helps.
 

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