J
Jim Carlock
I created a spreadsheet with a Module. Inside the module,
there is a statement as follows:
Public Enum ezFormState
Quote = 1
Revision = 2
PO = 3
End Enum
This works fine on a Win2k system with Excel 2K/XP.
However, on another system, which is running Windows 98, it
doesn't run at all. It quits with an error message highlighting the
Enum statement. I forgot to email the exact message to myself
and I won't be able to get to it until tomorrow.
Hoping someone might have a quick answer. In the meantime,
I'll search google.
Thank you in advance.
there is a statement as follows:
Public Enum ezFormState
Quote = 1
Revision = 2
PO = 3
End Enum
This works fine on a Win2k system with Excel 2K/XP.
However, on another system, which is running Windows 98, it
doesn't run at all. It quits with an error message highlighting the
Enum statement. I forgot to email the exact message to myself
and I won't be able to get to it until tomorrow.
Hoping someone might have a quick answer. In the meantime,
I'll search google.
Thank you in advance.