• WSRConnell

    WSRConnell

    @wsrconnell

    Viewing 15 replies - 46 through 60 (of 77 total)
    Author
    Replies
    • in reply to: Object disconnected from client?!? (Excel 2000) #762963

      John,
      Thanks for your effort. Believe it or not, MS solved the problem for me. The clue here is that the macro works fine when you step through it. This suggests a “timing issue”. All I had to do was to introduce a 1 second pause just prior to the offending line of code, and the macro finishes off fine.
      With respect to the code you used to convert the text to numbers, I used paste special because I thought the loop might be slower. I will try your method.
      Thanks again to you and Steve.

    • in reply to: Object disconnected from client?!? (Excel 2000) #762964

      John,
      Thanks for your effort. Believe it or not, MS solved the problem for me. The clue here is that the macro works fine when you step through it. This suggests a “timing issue”. All I had to do was to introduce a 1 second pause just prior to the offending line of code, and the macro finishes off fine.
      With respect to the code you used to convert the text to numbers, I used paste special because I thought the loop might be slower. I will try your method.
      Thanks again to you and Steve.

    • in reply to: Object disconnected from client?!? (Excel 2000) #762951

      Steve,
      The KB article seems to address the issue. The error message is certainly bang on. But I am not asking the sub-total method to add page breaks.
      Nevertheless, I downloaded the hotfix from MS. It did not work and I have a call in to MS to help me double-check whether it is indeed the correct patch and if I installed it properly. I’ll keep you posted on this, if you wish.
      Ross

    • in reply to: Object disconnected from client?!? (Excel 2000) #762952

      Steve,
      The KB article seems to address the issue. The error message is certainly bang on. But I am not asking the sub-total method to add page breaks.
      Nevertheless, I downloaded the hotfix from MS. It did not work and I have a call in to MS to help me double-check whether it is indeed the correct patch and if I installed it properly. I’ll keep you posted on this, if you wish.
      Ross

    • in reply to: Object disconnected from client?!? (Excel 2000) #762941

      Steve,
      Sorry, I added data to the original attachment and forgot to include it this time.
      The attached file is the product of the macro up to the point of sub-totalling. It works beyond that point if you step through it, and if you run the “subt” macro separately. It just won”t run all at once. The run-time error is “Automation error The object invoked has disconnected from its clients.”
      Ross

    • in reply to: Object disconnected from client?!? (Excel 2000) #762942

      Steve,
      Sorry, I added data to the original attachment and forgot to include it this time.
      The attached file is the product of the macro up to the point of sub-totalling. It works beyond that point if you step through it, and if you run the “subt” macro separately. It just won”t run all at once. The run-time error is “Automation error The object invoked has disconnected from its clients.”
      Ross

    • in reply to: Object disconnected from client?!? (Excel 2000) #762928

      John,
      I think I tried what you suggested, but the same error occurred.
      Ross

    • in reply to: Object disconnected from client?!? (Excel 2000) #762927

      John,
      I think I tried what you suggested, but the same error occurred.
      Ross

    • in reply to: Finding values (Excel2000) #759524

      Steve,
      I have used conditional formatting where I want exceptions to stand out. But in this case I need to isolate those records containing a match in an indeterminate number of cells, and there are almost 40,000 records. It’s the rows with no hits that are ultimately deleted.
      Ross

    • in reply to: Finding values (Excel2000) #759525

      Steve,
      I have used conditional formatting where I want exceptions to stand out. But in this case I need to isolate those records containing a match in an indeterminate number of cells, and there are almost 40,000 records. It’s the rows with no hits that are ultimately deleted.
      Ross

    • in reply to: Finding values (Excel2000) #759175

      Thank you. Yes, that much I was able to figure.

    • in reply to: Finding values (Excel2000) #759176

      Thank you. Yes, that much I was able to figure.

    • in reply to: Finding values (Excel2000) #759171

      Steve,
      Thanks a bundle – works like a charm.
      Comparing your code to mine identifies a number of errors on my part.
      Find has always given me trouble. But I will study your code carefully for future work.
      Ross

    • in reply to: Finding values (Excel2000) #759172

      Steve,
      Thanks a bundle – works like a charm.
      Comparing your code to mine identifies a number of errors on my part.
      Find has always given me trouble. But I will study your code carefully for future work.
      Ross

    • in reply to: Finding values (Excel2000) #759141

      Hans,
      Thanks for the quick response. Indeed, the range should be EzenetData, but that did not fix it. The code runs merrily along but does not find names it should!!
      Ross

    Viewing 15 replies - 46 through 60 (of 77 total)