CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: twboiid

Search: Search took 0.03 seconds.

  1. Re: VB6: Excel won't close after sorting

    Good News! I solved my own problem(s). Basically had to make sure that my Range and Selection statements had the appropriate parent objects specified. Corrected code is shown below:

    Dim oExcel...
  2. Replies
    11
    Views
    3,223

    Re: Can't close an open excel application from VB

    Yes, K2Rng does have a value. I started a new thread as you suggested. I also added the missing lines where K1Rng and K2Rng are defined.
  3. [RESOLVED] VB6: Excel won't close after sorting

    STARTED NEW THREAD************************

    I am having an issue where Excel doesn't close when it should. Here is a very simplified version of my code. If I remove the code identified as...
  4. Replies
    11
    Views
    3,223

    Range is keeping Excel open from VB 6 code

    Did anyone ever post a working reply to this problem?? I am having the same issue that Fred describes. Here is a very simplified version of my code. If I remove the code identified as "Problem...
  5. Replies
    4
    Views
    6,336

    Re: VB 6.0 with Access 2007

    I had a similar problem when I first switched to Access2007 (when trying to connect to .accdb database files).

    If you were using the Microsoft DAO 3.6 Object Library, try removing the...
  6. Replies
    0
    Views
    7,276

    VB6 -> Access2007 -> Sharepoint

    I've got a VB6 front end to an Access2007 database. I'm using the Microsoft Office12 Object Library and standard DAO type commands to query/read/write to the database. Typical commands to open the...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured