メインコンテンツへスキップ

ExcelでWebサイトをインポートして接続するにはどうすればよいですか?

Webサイトをシートにインポートし、ExcelでWebサイトが変更されても変更を続けようとしたことがありますか? ここでは、Excelシートでこのジョブを処理する方法を紹介します。

ExcelシートでWebサイトをインポートして接続します


ExcelシートでWebサイトをインポートして接続します

ExcelシートでWebサイトをインポートして接続するには、次のようにします。

1。 クリック 且つ > ウェブから.
ドキュメント インポート コネクト ウェブサイト 1

2.次に、 新しいWebクエリ ダイアログで、インポートするWebサイトアドレスを入力します 住所 テキストボックスをクリックし、 Go ウェブサイトを表示します。
ドキュメント インポート コネクト ウェブサイト 2

3。 クリック インポート、 そしてその データのインポート セルまたは新しいシートを選択してWebページのコンテンツを配置するためのダイアログが表示されます。 スクリーンショットを参照してください:
ドキュメント インポート コネクト ウェブサイト 3

4。 クリック OK。 これで、画像を除くすべてのWebページコンテンツがシートにインポートされました。
ドキュメント インポート コネクト ウェブサイト 4

5.次に、ワークシート全体を選択し、[ 且つ > プロパティ セクションに Connections グループ。 スクリーンショットを参照してください:
ドキュメント インポート コネクト ウェブサイト 5

6。 の中に 外部データ範囲のプロパティ ダイアログで、必要に応じてオプションを確認します リフレッシュコントロール セクションをクリックして OK.
ドキュメント インポート コネクト ウェブサイト 6

7.手動でクリックして、シートの内容を更新することもできます すべてリフレッシュ > すべて更新/更新.
ドキュメント インポート コネクト ウェブサイト 7

最高のオフィス生産性向上ツール

🤖 Kutools AI アシスタント: 以下に基づいてデータ分析に革命をもたらします。 インテリジェントな実行   |  コードを生成  |  カスタム数式の作成  |  データを分析してグラフを生成する  |  Kutools関数を呼び出す...
人気の機能: 重複を検索、強調表示、または識別する   |  空白行を削除する   |  データを失わずに列またはセルを結合する   |   数式なしのラウンド ...
スーパールックアップ: 複数の基準の VLookup    複数の値の VLookup  |   複数のシートにわたる VLookup   |   ファジールックアップ ....
詳細ドロップダウン リスト: ドロップダウンリストを素早く作成する   |  依存関係のドロップダウン リスト   |  複数選択のドロップダウンリスト ....
列マネージャー: 特定の数の列を追加する  |  列の移動  |  Toggle 非表示列の表示ステータス  |  範囲と列の比較 ...
注目の機能: グリッドフォーカス   |  デザインビュー   |   ビッグフォーミュラバー    ワークブックとシートマネージャー   |  リソースライブラリ (自動テキスト)   |  日付ピッカー   |  ワークシートを組み合わせる   |  セルの暗号化/復号化    リストごとにメールを送信する   |  スーパーフィルター   |   特殊フィルター (太字/斜体/取り消し線をフィルター...) ...
上位 15 のツールセット12 テキスト ツール (テキストを追加, 文字を削除する、...)   |   50+ チャート 種類 (ガントチャート、...)   |   40+ 実用的 (誕生日に基づいて年齢を計算する、...)   |   19 挿入 ツール (QRコードを挿入, パスから画像を挿入、...)   |   12 変換 ツール (数字から言葉へ, 通貨の換算、...)   |   7 マージ&スプリット ツール (高度な結合行, 分割セル、...)   |   ... もっと

Kutools for Excel で Excel スキルを強化し、これまでにない効率を体験してください。 Kutools for Excelは、生産性を向上させ、時間を節約するための300以上の高度な機能を提供します。  最も必要な機能を入手するにはここをクリックしてください...

説明


Officeタブは、タブ付きのインターフェイスをOfficeにもたらし、作​​業をはるかに簡単にします

  • Word、Excel、PowerPointでタブ付きの編集と読み取りを有効にする、パブリッシャー、アクセス、Visioおよびプロジェクト。
  • 新しいウィンドウではなく、同じウィンドウの新しいタブで複数のドキュメントを開いて作成します。
  • 生産性を 50% 向上させ、毎日何百回もマウス クリックを減らすことができます!
Comments (8)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Hello,
I am wondering about something.
I understand how to connect data from a webpage to Excel, through the URL. Although the URL gives access to one page on the net, but you can switch pages (all the results are not available in onepage, you need to click to the next page and so on). When i connect it to my Excel file, only the first page appears. How could I do this?
This comment was minimized by the moderator on the site
Sunny, thanks for the reply. Indicating that it couldn't be done gave me the incentive to "make it happen". With a combination of "AppActivate" and "Sendkeys" commands, I was able to accomplish my task of jumping from an Excel VBA macro where I copied a list of IDs over to a Chrome link where I pasted those IDs to get information about them, and then jump back to Excel to get the next batch of IDs. It's not the most efficient code BUT it does what I want very nicely. Thanks.
This comment was minimized by the moderator on the site
To clarify my request a bit. I have cell F1 which contains the code to Link to a website. In my macro, I execute: Range("F1").Hyperlinks(1).Follow and the link is opened. I minimize it after I have done what I need to do in the website and that gets me back into the macro. A few instructions later I am trying to jump back to the url but cannot do so without issuing the same command: Range("F1").Hyperlinks(1).Follow which open another screen but all I want to do is redisplay the already open url. Can't figure it out.
This comment was minimized by the moderator on the site
Hi, Roger Plant, sorry that there is no way to do this.
This comment was minimized by the moderator on the site
Thank you for your quick reply. Unfortunately, I am trying to jump to the already opened website from within a VBA macro to automate the process. Thanks for trying.
This comment was minimized by the moderator on the site
I have an OPENED web site and I'd like to jump from a worksheet into that web site, without having to open it again. I'm trying to paste a number of IDs into a field in the Web site to look up their email and address but since I am limited to only 75 ids at a time I need to bounce back and forth copying 75 ids from the worksheet, jump into the web site, paste the data (and look up their information and save it as a PDF), then jump back to the Excel worksheet to copy the next 75 ids, again and again. How can I do this?
This comment was minimized by the moderator on the site
Thank you so much, I have searching the web all over for this. YOU SERIOUSLY ROCK!!!!! Love from Kansas, US.
This comment was minimized by the moderator on the site
سلام ممنون از مطالب مفیدتون... اگر موقع اتصال و دانلود دیتا از سایت مورد نظر تقاضای username و password کرد و نداشتیم آیا راهی وجود داره؟ ممنونم
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations