I am trying to open a document with vba. below is the code I have.
while no getting a error message, the document no opening. I tried "o:" and \\dfs.com\root\
Dim Open_Aspect_Sheet_Check_Open As String
Dim xWb As Workbook
On Error Resume Next
Set xWb =...