Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have this code:
Private Sub Workbook_Open() startmodel End Sub In Excel 97 this do not working! In 2003 this works perfect... After debugging I find strange thing... Into workbook I use user function for dividing...: Function div0(a, b) As Double Dim result As Double If b = 0 Then result = 0 Else result = a / b End If div0 = result End Function If I set " Manual Calc" all is OK (after loading workbook "starmodel" executes perfekt)?! But if calculating is automatic when book loads "startmodel" not starting? How to resolve this problem into Excel97 without setting Manual Calculating? TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What code do I use to attach event handler that will open my user. | Excel Worksheet Functions | |||
How can I expose the TextBox BeforeUpdate event to my user class? | Excel Discussion (Misc queries) | |||
Save Event - Determine if called by code or user | Excel Programming | |||
user event driven macro issue | Excel Programming | |||
user event driven macro issue | Excel Programming |