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

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

قام بنشر

اخواني الاعزاء تحية طيبه في احدى اوراق برنامج اعمل عليه كود لحماية المعادلات , لدى عمل كود لطباعة مدى محدد ضمن الورقة لم يتم ذلك بسبب وجود الحمايه .

كيف يمكن اجراء تعديل على كود الطباعه لانجاز المطلوب مع الامتنان.

كود الحمايه

Private Sub Worksheet_Selectionchange(ByVal Target As Range)

If Not Intersect(Target, Range("e12,i12,h40,h42:h44")) Is Nothing Then Cells(Target.Row, 1).Select

End Sub

كود الطباعه

Sub print_1()

'

' print_1 ãÇßÑæ

' ÇáãÇßÑæ ãÓÌá ý16/12/2012 ÈæÇÓØÉ ýUSER

'

'

Range("B2:J47").Select

Selection.PrintOut Copies:=1, Collate:=True

Activewindow.ScrollRow = 31

Activewindow.ScrollRow = 18

End Sub

قام بنشر

أخى الفاضل

غير السطريين التاليين


Range("B2:J47").Select

    Selection.PrintOut Copies:=1, Collate:=True

الى السطر التالى

    Range("B2:J47").PrintOut Copies:=1, Collate:=True

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