عامر ياسر قام بنشر يوليو 23, 2018 قام بنشر يوليو 23, 2018 السلام عليكم ورحمة الله وبركاته الشرح مرفق داخل الملف aamir.xlsm
سليم حاصبيا قام بنشر يوليو 23, 2018 قام بنشر يوليو 23, 2018 جرب هذا الماكرو Option Explicit Sub hid_cells() Range("g6:g33").NumberFormat = ";;;" Cells(Application.Match(Range("g5"), Range("g6:g33"), 0) + 5, 7).NumberFormat = "General" End Sub Private Sub Worksheet_Change(ByVal Target As Range) Application.EnableEvents = False If Not Intersect(Target, Range("g5")) Is Nothing Then hid_cells Else Range("g6:g33").NumberFormat = "General" End If Application.EnableEvents = True End Sub الملف مرفق aamir_HID_LETERS.xlsm 1
عامر ياسر قام بنشر يوليو 23, 2018 الكاتب قام بنشر يوليو 23, 2018 لك التقدير والاحترام استاذ / سليم حاصبيا لاجابتك الرائعة .... زادك الله علما ورفع من قدرك ومقامك .
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.