|
|
Question : Excel QueryTable properties
|
|
How can I list the properties of an Excel QueryTable in Access VBA?
|
Answer : Excel QueryTable properties
|
|
No you can not do that becuase the querytable object does not expose a properties collection object.
You have to write the property name to get its value explicitly.
The get the list of properties that the querytable object has you can look at the following link
http://msdn2.microsoft.com/en-us/library/aa174288(office.11).aspx
Let me know
$wapnil
|
|
|
|