View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
DM Unseen DM Unseen is offline
external usenet poster
 
Posts: 233
Default International HTML Import Problem

aldsv

regional options can be set using API calls, see

http://www.freevbcode.com/ShowCode.asp?ID=116

BTW maybe try ti load the HTML as a webquery might work(VBA or
manually). The queryTable object is quite versatile on loading
webpages.

Dm Unseen