Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ronrocker

    Need Help With This Snippet

    Hi Guys, The following code is creating multiple instances of Excel in my Access app and I can't get rid of them. The QUIT method does not work. What am I doing wrong? Private Sub List5_DblClick(Cancel As Integer) On Error Resume Next Dim objSpread As WebBrowser Dim SAddress As String Set...
  2. ronrocker

    Mutiple Instances Using WebBrowser

    I'm having a growing problem using the webBrowser control object. I'm using the control within an Access app and navigating to Excel files on my hard drive to display them. I've recently noticed mutiple instances of Excel running in the background. Everytime I navigate to a document, wether it's...

Part and Inventory Search

Back
Top