Results 1 to 14 of 14

Thread: Cannot access individual columns because table has mixed cell widths

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #12
    Hi again

    I hesitate to get too excited in case I am speaking too soon but I haven't had any problems with this since implementing a simple piece of code on Monday morning. All I did was put in the following at the end of every piece of code that created a table:

    Set session = Nothing
    Set db = Nothing
    Set TableObj = Nothing
    Set wdApp = Nothing
    Set worddocument = Nothing
    I thought if Tony was right about some environmental factor causing problems, then setting everything to nothing might help and it's probably good programming practice anyway. So far, so good. I won't mark this solved just yet but I am cautiously optimistic!

    Thanks for all the input!
    Last edited by Aussiebear; 03-21-2025 at 06:31 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •