I have declared several variables as public but FstCvcCol will not work publicly. Can anyone tell me why?
Code:
Public Type myType
RowColId As Long
cellStr As String
End Type
Public GlobalArray(100) As myType
Public IndentLevel As Integer 'Index Level for task Flow worksheet
Public FstSvcCol As Integer 'First Service Column for task Flow worksheet
Last edited by a moderator: