View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 38
Default ColumnWidths property

Hi

I created a form which contains some list box controls. I set the
ColumnWidths property with the following VBA command:

..ColumnWidths = "0;48;0"

This works fine except with a chinese Excel & Windows version. The following
error message is displayed:

Run-time error '2147352571 (80020005)';
Could not set the ColumnWidths property. Typeconflict.


I suppose that this has something to do with the list seperator, but I don't
know how to set the right seperator. Any ideas?

Tom