Please explain how the above code is not working for you. What is the symptom that tells you it is not working?
I posted this same code into one of my projects. I commented out the On Error lines since those will hide any errors that get thrown. I did find one error.
You should not be trying to set TDConnection to nothing. Comment out the line
Set TDConnection = nothing
Otherwise, the code worked.
What is the version and patch level of your ALM/QC application?
I posted this same code into one of my projects. I commented out the On Error lines since those will hide any errors that get thrown. I did find one error.
You should not be trying to set TDConnection to nothing. Comment out the line
Set TDConnection = nothing
Otherwise, the code worked.
What is the version and patch level of your ALM/QC application?