Hello-

I have the following code. I'm trying to open an embedded excel document in excel.

Any help is appreciated

'<< OPEN A Excel DOCUMENT >>
Sub OpenExceldoc()
     
      ActiveWorkbook.FollowHyperlink ActiveWorkbook.Path & _
                                     "\Tools.xls", NewWindow:=True
      Exit Sub
1:       MsgBox Err.Description
End Sub