Sub pdfnew()
With Application.FileDialog(msoFileDialogFolderPicker)
If .Show = -1 Then [A1] = .SelectedItems(1)
End With
Sheets("ISA").Activate
For Each cello In Selection
m = cello.Value
Cells(3, 9).Value = m
Cells(1, 1).Value = n
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:=n & "ISA " & m, Quality:=xlQualityStandard, _
IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:= _
False
Cells.Select
Next cello
Sheets("ISA").Select
End Sub
استاذي هي الكود لكن لا يعمل ماالمشكلة لو سمحت ممكن مساعدة