Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Calculating cells on workbook_open failing without message

I have to refresh 2 cells when the workbook is opened. I have an On Error
surrounding my code that gets run. The err.Description is always empty yet
my error message box is being shown and my cells don't open.

Each of the two cells are named - pdate and fdate. They call a function
which is located in an addin.

I can manually update these by clicking F2 and pressing enter in each cell.

Any idea what to look at? Once person said that something else that depends
on these cells may be failing and the error just isn't being displayed.

Thanks,
Joe


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Calculating cells on workbook_open failing without message

Hello,

When mentioning calculating cells, do you mean
1.Call a AddIn function and set the returned value to the range.Value, or
2.The cell's Range.Value2 is set to an UDF expression which is implemented
in another Addin?

Generally, we can call the Range.Calculate method to update the UDF value,
http://msdn.microsoft.com/en-us/libr...op.excel.range
.calculate(office.11).aspx


Best regards,
Ji Zhou
Microsoft Online Community Support

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Display message while calculating forumlas bwilk77 Excel Discussion (Misc queries) 3 August 26th 09 07:39 PM
Message box whilst calculating Rick Excel Programming 4 August 22nd 08 02:13 AM
Calculating: (1 Processor(s)): 25% MESSAGE ON STATUS BAR RM Excel Discussion (Misc queries) 2 February 9th 08 12:30 AM
Calculating Cells n% message in Status bar Marilyn Excel Discussion (Misc queries) 6 January 16th 07 04:11 PM
Workbook_open : Putting in message in titlebar (Visual Basic) Jorgen [DK/2600] Excel Worksheet Functions 4 May 20th 06 04:20 PM


All times are GMT +1. The time now is 02:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"