Ca1icoJack
IS-IT--Management
I have created a library similar to:
_________________________________________________________
Public Type SECTION
Angle as Single
End Type
Public Type BLADE
Section(17) as SECTION
End Type
Public My_Blade as Blade
______________________________________________________
The number of sections can vary between approximately 6 and 17. Sometimes the values for the Angle can be equal to 0.
When this data is input into another spreadsheet I want the values equal to 0 to be input but the unfilled variables to not be input.
e.g. if there are 7 angles and angle 3 is zero; I want angles 1 to 7 to be entered and subsequent values ignored.
However, since an empty value is also equal to 0 it does not seem to be able to differentiate between the two.
Any ideas?
Sorry for the poor explanation, I can't really figure out how to explain it more clearly though.
Thanks very much
_________________________________________________________
Public Type SECTION
Angle as Single
End Type
Public Type BLADE
Section(17) as SECTION
End Type
Public My_Blade as Blade
______________________________________________________
The number of sections can vary between approximately 6 and 17. Sometimes the values for the Angle can be equal to 0.
When this data is input into another spreadsheet I want the values equal to 0 to be input but the unfilled variables to not be input.
e.g. if there are 7 angles and angle 3 is zero; I want angles 1 to 7 to be entered and subsequent values ignored.
However, since an empty value is also equal to 0 it does not seem to be able to differentiate between the two.
Any ideas?
Sorry for the poor explanation, I can't really figure out how to explain it more clearly though.
Thanks very much