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

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

  • أفضل إجابة
قام بنشر

تفضل 

الكود 

Option Explicit

Sub PRINT_OUT()
Dim ws As Worksheet
Set ws = Sheets("Renew Report")
Dim lr As Long
Dim x
Application.ScreenUpdating = False
lr = ws.Cells(Rows.Count, 3).End(3).Row
With Sheets("renew")
For x = 2 To lr
  .Range("G8").Value = ws.Cells(x, "b")
  .Range("B4").Value = ws.Cells(x, "c")
  .Range("B8").Value = ws.Cells(x, "d")
  .Range("G12").Value = ws.Cells(x, "k")
  .Range("B14").Value = ws.Cells(x, "r")
  .Range("a1:h26").PrintOut
If .Range("G8") = "" Then Exit For

Next x
End With
Application.ScreenUpdating = True

End Sub

الملف

Ù_ادÙ_ اÙ_Ø®Ù_راÙ_ Ù_Ù_Ù_Ø®Ù_ت.xlsm

  • Like 2
قام بنشر

جزاك الله خير

ما شاء اله الف شكر لحضرتك

الله يبارك فيك اخي الكريم

هل أقدر اعمل معادله او امر طباعه هنا بحيث انه هو يجيب كل المراسي الموجودة في الورقة Renew Report في العمود B
وبعدين يطبعهم واحده واحده في مكان الخانة الزرقاء

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