Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Excel 2000, and I am attempting to build, what I consider an array
using the Type declariation. Public Type SIGDB SigName As String * 12 SigType As String * 15 Conflict As Integer Oppos As Integer Para As Integer OS As Integer AspectIndexClr As Integer AspectIndexStop As Integer AspectClrName As String * 20 AspectStopName As String * 15 AppBlk As String * 8 Side As String * 2 Direction As String * 2 End Type In a module I have: For i = 1 To NumSig ReDim Route(i) As SIGDB Route(i).SigName = Cells(cRow, 1) Route(i).SigType = Cells(cRow, 2) next i When I later attempt to access the data it's not there. Any ideas? Bob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using error type and if statement to return a value. | Excel Worksheet Functions | |||
Nested If statement to control format of number-type cells | Excel Worksheet Functions | |||
IF statement based on data type | Excel Worksheet Functions | |||
Case when statement gives type mismatch | Excel Programming | |||
Type mismatch while running If statement | Excel Programming |