اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

الردود الموصى بها

قام بنشر

السلام عليكم وحمه الله

اولا تحياتي لكل اعضاء الجروب وبالأخص الاستاذ سليم حاصبيانظرا لردوده الفعاله معي دائما

ثانيا اريد الاستفسار بشأن حذف رقم من عدد داخل خليه كما بالمرفقات

Snap1.jpg.acc66e5289560d82f5eb937c5a09d71c.jpg

ولكم جزيل الشكر والتقدير

Book1.xlsx

  • أفضل إجابة
قام بنشر

الملف الذي رفعته لا يمكن تنزيله (Unavailable)

لذلك اقترح تجربة هذا الملف

Option Explicit
Function Remove_int(Txt, k)
Dim Salim_Match, n

With CreateObject("VBScript.RegExp")
.Global = True
.Pattern = "(\d)"
 If .Test(Txt) Then
      Set Salim_Match = .Execute(Txt)
        If k >= Salim_Match.Count Then
           n = Salim_Match(Salim_Match.Count - 1).FirstIndex
           Remove_int = Mid(Txt, 1, n)
        Else
           n = Salim_Match(k).FirstIndex + 1
           Remove_int = Mid(Txt, 1, n - 2) _
           & Mid(Txt, n, Len(Txt))
        End If
 Else
    Remove_int = "N/A"
 End If
End With
End Function
'+++++++++++++++++++++++++++++++++

الملف مرفق

Remove_Only_One_Number.xlsm

  • Like 2

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information