Thread: Bug or feature?
View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default Bug or feature?

On Fri, 10 Oct 2008 02:15:01 -0700, Leo Mazzi
wrote:

thank you for the tip. I actually generate the output from C# code so my
solution would be:

string listSeparator = (string) Application.get_International(0x00000005);

I use the hardcoded value for xlListSeparator because seems that there is no
representation of it in the Excel.Constants enum.


Glad to help.

Thanks for the feedback.
--ron