+ Reply to Thread
Results 1 to 1 of 1

Web Query

  1. #1
    Registered User
    Join Date
    01-19-2012
    Location
    Prague
    MS-Off Ver
    Excel 2010
    Posts
    5

    Web Query

    Hi,

    I'm using the Web Query to get data content.

    The problem is, that data I get are in unusable format and just haven't found the way out from this.

    For examle I need data from this URL:
    http://vyhledavac.cak.cz/Units/_Sear...b-26a20b72f121

    The code is simple:

    Sub test

    With ActiveSheet.QueryTables.Add(Connection:= _
    "URL;http://vyhledavac.cak.cz/Units/_Search/Details/detailFirma.aspx?id=cbddb76e-a1ab-4a3c-936b-26a20b72f121" _
    , Destination:=Range("$A$6"))

    .Name = "detailFirma.aspx?id=cbddb76e-a1ab-4a3c-936b-26a20b72f121"
    .FieldNames = True
    .RowNumbers = False
    .FillAdjacentFormulas = False
    .PreserveFormatting = True
    .RefreshOnFileOpen = False
    .BackgroundQuery = False
    .RefreshStyle = xlInsertDeleteCells
    .SavePassword = False
    .SaveData = False
    .AdjustColumnWidth = True
    .RefreshPeriod = 0
    .WebSelectionType = xlEntirePage
    .WebFormatting = xlWebFormattingAll
    .WebPreFormattedTextToColumns = True
    .WebConsecutiveDelimitersAsOne = True
    .WebSingleBlockTextImport = False
    .WebDisableDateRecognition = False
    .WebDisableRedirections = False
    .Refresh BackgroundQuery:=False

    End With

    But the result? See the attachment...


    Can anyone help? I've been looking for the solution for hours...

    Cheers

    Ales
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1