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

مساعدة فى كود بسيط vba


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

اليك الكود لهذا الامر

Option Explicit
Sub My_formula()
Range("h2:h" & Cells(Rows.Count, "j").End(3).Row).Formula = _
"=J2 " & "& "" Done"""
End Sub

او هذا

Sub My_formula1()
Range("h2:h" & Cells(Rows.Count, "j").End(3).Row).FormulaArray = _
"=(j2:J" & Cells(Rows.Count, "j").End(3).Row & ")" & "& "" Done"""
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