N
Nigel
I'm having trouble passing a MSFlexGrid control to a sub. The control name
is "flxGalleries". The error is "Type Mismatch. Error '13'". I have the
following code:
Private Sub Form_Open (Cancel as Integer)
.... do stuff ...
GridSetup flxGalleries 'Call the Sub and pass the Control
.... do more stuff ...
End Sub
Public Sub GridSetup (ByRef flxGrid As MSFlexGrid)
With flxGrid
.... do stuff ...
End With
End Sub
What have I done wrong?
Cheers
is "flxGalleries". The error is "Type Mismatch. Error '13'". I have the
following code:
Private Sub Form_Open (Cancel as Integer)
.... do stuff ...
GridSetup flxGalleries 'Call the Sub and pass the Control
.... do more stuff ...
End Sub
Public Sub GridSetup (ByRef flxGrid As MSFlexGrid)
With flxGrid
.... do stuff ...
End With
End Sub
What have I done wrong?
Cheers