Excel VBA質問箱 IV

当質問箱は、有志のボランティア精神のおかげで成り立っています。
問題が解決したら、必ずお礼をしましょうね。
本サイトの基本方針をまとめました。こちら をご一読ください。

投稿種別の選択が必要です。ご注意ください。
迷惑投稿防止のため、URLの入力を制限しています。ご了承ください。


73797 / 76732 ←次へ | 前へ→

【7409】Re:計算の速度について
質問  sabo  - 03/9/4(木) 12:45 -

引用なし
パスワード
   ▼失礼しました.
以下のような処理をしています.
宜しくお願いいたします.

------------------------------------------

Dim ConnString As String
  
For i = 1 To 100

  ConnString = "URL;http://ABC.co.jp/DEF/HIJ" & i & ".htm"
   With ActiveSheet.QueryTables.Add(Connection:=ConnString, Destination:=Range("A1"))
    .Name = ConnString
    .FieldNames = True
    .RowNumbers = False
    .FillAdjacentFormulas = False
    .PreserveFormatting = True
    .RefreshOnFileOpen = False
    .BackgroundQuery = True
    .RefreshStyle = xlInsertDeleteCells
    .SavePassword = False
    .SaveData = True
    .AdjustColumnWidth = True
    .RefreshPeriod = 0
    .WebSelectionType = xlAllTables
    .WebFormatting = xlWebFormattingNone
    .WebPreFormattedTextToColumns = True
    .WebConsecutiveDelimitersAsOne = True
    .WebSingleBlockTextImport = False
    .WebDisableDateRecognition = False
    .Refresh BackgroundQuery:=False
  End With

 next

0 hits

【7356】計算の速度について sabo 03/9/3(水) 9:25 質問
【7387】Re:計算の速度について よろずや 03/9/3(水) 22:54 発言
【7409】Re:計算の速度について sabo 03/9/4(木) 12:45 質問

73797 / 76732 ←次へ | 前へ→
ページ:  ┃  記事番号:
2610219
(SS)C-BOARD v3.8 is Free