Faster way to filtering arabic/rows with arabic in excel

learningmarie

New Member
Joined
Aug 12, 2021
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
dear mrexcel developers and coders.

good day!

I am filtering an excel file to take out the rows that have Arabic words. I am just a beginner.

could you explain further how I can run this code in excel?

Source Thread: deleting only arabic letters

Or maybe you also have other suggestions?

The excel file I have 3000+ rows both with english and arabic. I just have to retain the english and I just use the filter option which takes a lot of time.

thank you for replying in advance :)
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Hello learningmarie,
You'll want to copy/paste both the function and sub routines into a regular module. Debra Daiglesh at Contextures has a good blog on How To Add Code To Excel Workbook. Once you've done that, select the range from which you want to remove the Arabic words and run the RemoveArabic routine.
Cheers,
Tony
 
Upvote 0

Forum statistics

Threads
1,214,789
Messages
6,121,593
Members
449,038
Latest member
Arbind kumar

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