اذهب الي المحتوي
أوفيسنا

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

قام بنشر

السلام عليكم اخوتي الكرام ارجو مساعدة في كود في الفورم  يخص زر SpinButton وشكككككككككككككررررررررررررا للجميع اليكم الملف المرفق

 

 

SpinButtonكيفية عمل كود في.rar

قام بنشر

تحديد الزر من البداية   الى غاية النهاية   ولا يظهر اي ملف  فارق

Option Explicit
Dim y As Byte
Private Sub SpinButton1_SpinDown()
ActiveCell.Offset(1, 0).Select: es
If Selection = "" Then ActiveCell.Offset(-1, 0).Select: es
End Sub
Private Sub SpinButton1_SpinUp()
If Selection = [a2] Then Exit Sub Else ActiveCell.Offset(-1, 0).Select: es
End Sub
Private Sub UserForm_Initialize()
[a2].Select: es
End Sub
Sub es()
For y = 1 To 4: Controls("T" & y) = Cells(Selection.Row, y): Next y
End Sub

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.

×
×
  • اضف...

Important Information