Hello Friend,
I have following problem in macro.
I have loaded one tablebox object from QVD file.
Now I have created one macro in that i am accessing tablebox which i fill above.
To access that tablebox object i have written following statement.
set s=ActiveDocument.ActiveSheet
This statment is creating problem. If i comment this statement and try to return hard code value. It's working fine.
If i uncommnet this statement and try to return hard code value it will not return me any thing.
Please find attached document to see problem.
Here i don't know what i am missing.
Thanks