Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Everyone,
can you help with next problem. Here is variable declaration in sub rutine: Sub PVT_OIL_PB(ByVal TPB As Double, ByVal GAMAGPB As Double, ByVal GAMAOPB As Double, ByVal PSPB As Double, _ ByVal GORPB As Double, ByRef CAPB() As Double, ByRef APB() As Double) Here is call statment for Sub PVT_OIL_PB : Call PVT_OIL_PB(t, GAMAG, GAMAO, PS, GOR, CA(), a()) After calling rutine i have recived next error message: "Type mismatch: array or user-defined type expected" Where is my mistake? Best regards, Naftas |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Defining a Dyanmic Array in User Defined Type | Excel Programming | |||
Passing Array of User Defined Type to Form | Excel Programming | |||
Type Mismatch: array or user defined type expected | Excel Programming | |||
Help: Compile error: type mismatch: array or user defined type expected | Excel Programming | |||
Passing User Defined Type Array to Listbox | Excel Programming |