The below code is working fine in Excel 2013 version to save a sheet as PDF but it giving error while running on MAC,
The Error Code is: "Run Time Error 438
Object Doesn't support this property of method.
Can anyone solve the issue.
Code:
Dim str As String, myfolder As String, myfile As String str = "Do you want to save the sheet to a single pdf file?"
Leave a comment: