O
Oldjay
I have the follow macro
Sub RecallTemplatePartNumber(Optional pn As Long = -1)
Dim partbook As String
Dim partnumber As String
Dim r As Range
partnumber = InputBox("Please enter PART NUMBER file name to
recall", "OldTechnogologies LLC")
Quote = "\\SERVER3\Jobs\Estimate1\TEMPLATE1\PART NUMBER1\" & partnumber
& ".XLS"
If the file is not found I want to look in
Quote = "\\Server3\Database\prodscheduling\approvedparts\" & partnumber
& ".XLS
Workbooks.Open Filename:=Quote
Sub RecallTemplatePartNumber(Optional pn As Long = -1)
Dim partbook As String
Dim partnumber As String
Dim r As Range
partnumber = InputBox("Please enter PART NUMBER file name to
recall", "OldTechnogologies LLC")
Quote = "\\SERVER3\Jobs\Estimate1\TEMPLATE1\PART NUMBER1\" & partnumber
& ".XLS"
If the file is not found I want to look in
Quote = "\\Server3\Database\prodscheduling\approvedparts\" & partnumber
& ".XLS
Workbooks.Open Filename:=Quote