0

What is the best and most efficient data type that can be used for WCF to send data to an Excel VBA client. For example, if Excel VBA (client) calls an operation contract which returns a list of numbers, what data type should the WCF operation returns? And how does Excel VBA client receive it and load it as an Excel VBA array?

3
  • Have you tried profiling several options? Also, are you really after a performance gain in sending a list of numbers? What are you doing and where does it take more time than you'd expect / tolerate? Commented Feb 27, 2014 at 14:41
  • Hi Romiox, I'm totally new to Excel VBA and don't even know what the possible options are. Could you please suggest a few? Commented Feb 27, 2014 at 14:54
  • I don't know if this is exactly what you are asking, but maybe this would help: stackoverflow.com/questions/15200110/… Commented Feb 27, 2014 at 16:52

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.