S
spacemodler
Has anyone else seen this problem, and hopefully discovered the
conflict...
Recently upgraded from Office X (and have removed all old files) to
Office 2004 (probably a bad move).
Macros appear to operate fine, but when debugging code, using break
points of single step mode use of Public variables will get divide by
zero error on any statements referencing the Public variable. This
makes it tough to debug the code.
Code sample used to understand problem
Public woof As Single
Sub bowwow()
woof = 1
Debug.Print woof
If woof >= 1 Then
' something
End If
End Sub
I suspect that this is a configuration problem under my account,
because I created a second account on my mac, everything worked fine.
Under my normal account I've deleted all of my recognizable microsoft
and excel preferences but the problem persists. One of the differences
that might be a factor between my normal and secondary account is that
I have Virtual PC, with Office XP install on the prime account, this
doesn't exist on the new account.
System: Mac OS 10.2.8, Ti G4, 667Mhz
Any thoughts or words of wisdom?
conflict...
Recently upgraded from Office X (and have removed all old files) to
Office 2004 (probably a bad move).
Macros appear to operate fine, but when debugging code, using break
points of single step mode use of Public variables will get divide by
zero error on any statements referencing the Public variable. This
makes it tough to debug the code.
Code sample used to understand problem
Public woof As Single
Sub bowwow()
woof = 1
Debug.Print woof
If woof >= 1 Then
' something
End If
End Sub
I suspect that this is a configuration problem under my account,
because I created a second account on my mac, everything worked fine.
Under my normal account I've deleted all of my recognizable microsoft
and excel preferences but the problem persists. One of the differences
that might be a factor between my normal and secondary account is that
I have Virtual PC, with Office XP install on the prime account, this
doesn't exist on the new account.
System: Mac OS 10.2.8, Ti G4, 667Mhz
Any thoughts or words of wisdom?