Hi,
I am facing problem in vba coding as Run time Error 5,
It gives me the error when converting from excel to pdf
Below is the script
Option Explicit
Sub Slip()
Dim Cell As Range
Dim Curpath As String
Dim PSFileName As String
Curpath = ActiveWorkbook.Path & ""
For Each Cell In...