M.Elmahmoudy قام بنشر فبراير 6, 2022 قام بنشر فبراير 6, 2022 السلام عليكم محتاج اني اكتب صيغة الوقت بطريقة معينة Baraha - Feb.xls
lionheart قام بنشر فبراير 6, 2022 قام بنشر فبراير 6, 2022 In worksheet module put the following code Private Sub Worksheet_Change(ByVal Target As Range) If Target.Row > 2 And (Target.Column = 5 Or Target.Column = 6) Then Application.EnableEvents = False Target.Value = Target.Value / 24 Application.EnableEvents = True Target.NumberFormat = "hh:mm" End If End Sub 2
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.