I have a simple macro that saves a sheet in the workbook as a PDF. It works perfectly on my computer but when I share with co-workers it doesn't work. It appears as though the ChDir is pointing to a path specific to my computer. Is there a way for that to be dynamic to the computer it's running on.
Here's that portion of the code:
ChDir "C:\Users\RMONT\Desktop"
Here's that portion of the code:
ChDir "C:\Users\RMONT\Desktop"