Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It appears to me as if you have a User Defined Type. I am guessing that this
is some code that you did not write yourself. Search the project for the phrase "End Type" and you should find where this is declared. Here is and example of a UDT from VBA help. Any data type you define using the Type statement. User-defined data types can contain one or more elements of a data type, an array, or a previously defined user-defined type. For example: Type MyType MyName As String ' String variable stores a name. MyBirthDate As Date ' Date variable stores a birthdate. MySex As Integer ' Integer variable stores sex (0 for End Type ' female, 1 for male). HTH "Clint" wrote: I have a vba sub that has the following statement: Dim iEquationType As EquationType What is the EquationType property? I can't seem to find a description of what is used for anywhere. Please help. Clint |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Value Property vs Text property | Excel Programming | |||
Runtime error 380: Could not set the List property. invalid property value of listbox | Excel Programming | |||
Is there a Filename property in PrintOut property | Excel Programming | |||
xls property | Excel Programming | |||
Property Set | Excel Programming |