Hi CJ,
I apologize, I have not gotten the sample for you, however, I have found a bit of code that kind of does what I need:
Private Sub cmdFindprinter_Click()
On Error GoTo Err_Handler
Dim strPath As String
strPath = InputBox("Enter file path", , "C:\Users\public\Desktop\Test.txt")
If...