Facing Error for saving a PDF file

sadaqatt

New Member
Joined
Jan 31, 2023
Messages
25
Office Version
  1. 365
  2. 2021
Platform
  1. MacOS
Hi,
I am facing an error for saving the file as a PDF, I don't know why it is showing an error, the same code I used on another PC it worked absolutely fine. Any one can help please? URGENT
 
Your code doesn't specify the worksheet when clearing the ranges, so it will just clear whatever sheet is active at the time.
 
Upvote 0

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Your code doesn't specify the worksheet when clearing the ranges, so it will just clear whatever sheet is active at the time.
but on another PC i work absolutely fine, and may I know how to fix it?
 
Upvote 0
Specify the sheet, as you have done in all the previous code - i.e. use ws1.Range(A1:A25) not just Range(A1:A25)
 
Upvote 0

Forum statistics

Threads
1,221,490
Messages
6,160,133
Members
451,622
Latest member
xmrwnx89

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top