Querytable properties

L

Laurent PA

Hello, i'm a beginner with excel and vba so please excuse me if this
question seems stupid :
I'm using Excel 2004 for mac and VBA 11.0
I would like to grab informations from internet sites but when i'm
trying to specify a particular table on html pages, i have a problem.
It seems that vba doesnt recognize the ".Webtables" and
"WebSelectionType" properties of the querytable. I can't find anything
about it on the "help" section. Is it normal? Did someone encounter
this problem? Thanks for your answers.
 
J

Jim Gordon MVP

Hi Laurent,

Webtables and WebSelectionType are features that were new to visual
basic version 6. Mac Office supports VBA version 5, so these particular
properties are not part of the VBA object model.

-Jim
 
Top