Macros and User Defined Data Strucures

T

Tscher

It is possible to link DLL's with user defined data
structures in Visual Basic. But can the same be done in an
Excel 4 macro?

For example, a function declaired as

int MRWGetScreenInfo(lpScreenInfo)

where lpScreenInfo has a structure...

int Cursor
int Cursor
int Upper
int Upper
int Lower
int Lower

Thanks
 
Top