Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Try
  2. strAnnexeFile = "C:testAnnexe.xlsx"
  3. AxFramerControl2.Open(strAnnexeFile, False, Type.Missing, Type.Missing, Type.Missing)
  4. Catch ex As Exception
  5. MessageBox.Show(ex.ToString)
  6. AxFramerControl2.Close()
  7. End Try
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement