Hirdetés

Új hozzászólás Aktív témák

  • Delila_1

    veterán

    válasz bucihost #43407 üzenetére

    Találomra egy linkről letöltöttem, ezt a makrót kaptam:
    Sub Rögzítés1()
    With ActiveSheet.QueryTables.Add(Connection:= _
    "URL;http://menetrend.derke.hu/?getlines=23,1", Destination:=Range("A1"))
    .Name = "?getlines=23,1"
    .FieldNames = True
    .RowNumbers = False
    .FillAdjacentFormulas = False
    .PreserveFormatting = True
    .RefreshOnFileOpen = False
    .BackgroundQuery = True
    .RefreshStyle = xlInsertDeleteCells
    .SavePassword = False
    .SaveData = True
    .AdjustColumnWidth = True
    .RefreshPeriod = 0
    .WebSelectionType = xlEntirePage
    .WebFormatting = xlWebFormattingNone
    .WebPreFormattedTextToColumns = True
    .WebConsecutiveDelimitersAsOne = True
    .WebSingleBlockTextImport = False
    .WebDisableDateRecognition = False
    .WebDisableRedirections = False
    .Refresh BackgroundQuery:=False
    End With
    End Sub

Új hozzászólás Aktív témák