it is due to non unicode support in your excel VBO. Search the code stage for following string "Clipboard.GetDataObject().GetData(DataFormats.Text, True)" and change it to "Clipboard.GetDataObject().GetData(DataFormats.UnicodeText, True)" that should fix your issue.
Regards
Zdenek
------------------------------ Zdeněk Kabátek Head of Professional Services NEOOPS http://www.neoops.com/ Europe/Prague ------------------------------
it depends on VBO you use. It may be in the action (Code stage) you call or in Initialise action/page. When you click on big rectangle to get to Business Object properties window and then you choose Global code tab you should find it there.
Regards
Zdenek
------------------------------ Zdeněk Kabátek Head of Professional Services NEOOPS http://www.neoops.com/ Europe/Prague ------------------------------