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

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

قام بنشر
26 دقائق مضت, أبو قاسم said:

هل فية امكانية بعد تنفيذ الكود  يقوم بمسح المعادلة

طبعاً المطلوب تحويل الساعات الى دقائق فقط

استبدل الكود بهذا

Sub ta7wil_ila_sec()
Application.ScreenUpdating = False
lrj = Cells(Rows.Count, "j").End(3).Row
If lrj < 6 Then lrj = 6
For i = 6 To lrj
If Cells(i, "j") <> "" Then
x = CDate(Range("j" & i))
h = Hour(x): m = Minute(x): s = Second(x)
 Cells(i, "j").Offset(0, 1) = h * 60 + m
 Cells(i, "j").Offset(0, 2) = h * 3600 + m * 60 + s
 Cells(i, "j").Offset(0, 1).Resize(1, 2).NumberFormat = "general"
 End If
 Next
 Application.ScreenUpdating = True
End Sub

 

  • Like 1

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