how to use split function with unicode delimiter

davidmyers

Board Regular
Joined
Jan 29, 2017
Messages
88
Office Version
  1. 2016
Platform
  1. Windows
Hi, I have an excel sheet with comma separated Arabic values. The Arabic comma is Unicode U+060C , how would I specify a unicode delimiter in the VBA Split function?

Thanks
David
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Thanks PGC, works a treat! - Now I can get some sleep.
In the immediate window when I display results I just see ????? for the Arabic - is it possible to see the Arabic - same as I see it on the Excel sheet?

Thanks
David
 
Upvote 0
I'm glad it helped.

The VBA editor does not support Unicode.

To see Arabic characters in the Immediate Window I think the only way is to change the system locale.

If you have administrative privileges try in the control panel:

Region->Administrative->Change System Locale...

Choose some locale to one country that uses Arabic with that comma (I don't know Arabic, maybe all the Arabic options are OK for that comma)

This will be used by programs that don't support Unicode.

Restart the PC and test.

Hope it works OK. If not, go back to your usual locale.
 
Upvote 0
Thanks PGC,
I don't read Arabic either, but by the number of question marks I think the results are ok, guess I'll just use the Excel sheet from here.
 
Upvote 0
P. S.

Just out of curiosity I tried the locale Saudi Arabia and I did get the Arabic comma in the immediate window.
 
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,873
Members
449,056
Latest member
ruhulaminappu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top