LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default How do you importing unicode from web

Using: Excel 2007

I want to import a table from a website using Data: From Web
http://www.fallingrain.com/world/FR/a/A/b/

The table has unicode characters but when the imported finishs the
characters are not correct. How do you specify the import to preserve the
unicode?

Macro:
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://www.fallingrain.com/world/FR/a/A/b",
Destination:=Range("$A$1"))
.Name = "Table aAb"
.FieldNames = True
.RowNumbers = False
.FillAdjacentFormulas = False
.PreserveFormatting = True
.RefreshOnFileOpen = False
.BackgroundQuery = True
.RefreshStyle = xlInsertDeleteCells
.SavePassword = False
.SaveData = True
.AdjustColumnWidth = True
.RefreshPeriod = 0
.WebSelectionType = xlSpecifiedTables
.WebFormatting = xlWebFormattingNone
.WebTables = "2"
.WebPreFormattedTextToColumns = True
.WebConsecutiveDelimitersAsOne = True
.WebSingleBlockTextImport = False
.WebDisableDateRecognition = False
.WebDisableRedirections = False
.Refresh BackgroundQuery:=False
End With


Thanks in advance
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
create csv which contains unicode archana New Users to Excel 1 May 12th 09 04:51 PM
unicode oldLearner57 Excel Discussion (Misc queries) 2 September 30th 08 06:18 AM
Importing Alan Beban's code on Arrays; Importing a module or a project Steve G Excel Worksheet Functions 4 August 27th 07 04:18 PM
Unicode Shafiee Excel Worksheet Functions 0 January 16th 06 05:21 PM
Unicode Help xcelion Excel Programming 2 August 31st 05 10:29 AM


All times are GMT +1. The time now is 05:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"