Forum Discussion
the_dev1645
Dec 21, 2023Copper Contributor
RTD EXCEL user defined data type, e.g. Employee with Name and Age
Hi, I have been trying to write an RTD com server in C++ to display the user defined data. My question here is: Could we send a user defined data type, i.e. Employee, from the RTD server in the call...
AshaKantaSharma
Aug 20, 2024Iron Contributor
Serialization in C++: Convert your user-defined data type to a string format in the RTD server code.
SAFEARRAY Handling: Use SAFEARRAY to pass the string data from the server to Excel.
Deserialization in VBA: Parse the string in VBA to extract and use the individual data fields.
SAFEARRAY Handling: Use SAFEARRAY to pass the string data from the server to Excel.
Deserialization in VBA: Parse the string in VBA to extract and use the individual data fields.