when I open up the spread sheet aiiwwaxexcel0 the code runs fine and all is good but if I open up any other or new workbook I get this run time error any ideas?
code below
'Private Sub Workbook_Open()
'Select Case ActiveWorkbook.Sheets("aiiwwaxexcel0").Range("A3").Value
'Case "History"
'History_Order_Guide_Without_Pricing2
'Case "ItemBrowse"
'Order_Guide_With_Pricing2
'Case Else
'End Select
'End Sub
code below
'Private Sub Workbook_Open()
'Select Case ActiveWorkbook.Sheets("aiiwwaxexcel0").Range("A3").Value
'Case "History"
'History_Order_Guide_Without_Pricing2
'Case "ItemBrowse"
'Order_Guide_With_Pricing2
'Case Else
'End Select
'End Sub