Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a dll which I generated a tlb for and am referencing that tlb
from VBA in Excel (2003). When I try to create and use any custom defined typedef, I get a "Variable uses an Automation type not supported in Visual Basic" on compilation. For example, this from the tlb: struct tagPageDimension { LPSTR dimensionName; LPSTR MemberName; } PageDimension; then this line in the VBA causes the error: Dim oTemp As MyClass.PageDimension Additionally, on the intellisense, I don't get the members when I then do: oTemp. (dimensionName and MemberName should come up but don't) Can anyone help? thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Format Cell with Reference to another sheet | Excel Worksheet Functions | |||
getpivotdata custom subtotal cell reference | Excel Worksheet Functions | |||
relative cell reference in custom validation | Excel Discussion (Misc queries) | |||
Cell reference in the auto filter custom list | Excel Discussion (Misc queries) | |||
Reference Cell in custom format???? | Excel Discussion (Misc queries) |