View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tscher Tscher is offline
external usenet poster
 
Posts: 1
Default Macros and User Defined Data Strucures

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