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

テキストボックスをExcelの特定のセルにリンクするにはどうすればよいですか?

著者: テクニカルサポート 最終更新日:2020年05月19日

テキストボックスをExcelのセルにリンクする方法を知っていますか? これにより、セルの値をテキストボックスでフォーマットし、テキストボックスの色を変更できます。リンクされたセルの値が変更されると、テキストボックスは自動的に更新されます。 この記事では、テキストボックスをExcelの特定のセルにすばやくリンクするための優れたトリックを紹介します。

テキストボックスをExcelの特定のセルにリンクする


テキストボックスをExcelの特定のセルにリンクする

Microsoft Excelでは、テキストボックスを特定のセルにリンクして、リンクされたセルのコンテンツをテキストボックスに表示できます。 さらに、リンクされたセルの値が変更されると、テキストボックスが自動的に更新されます。 次の手順で実行できます。

ステップ1: テキストボックス 下のボタン インセット タブをクリックし、ワークシートにテキストボックスを挿入します。

ステップ2:テキストボックスが選択されている間に、カーソルを数式バーに置き、次のように入力します = 記号をクリックしてから、リンクするセルをクリックし、最後にを押します。 入力します キー。 スクリーンショットを参照してください:

これで、テキストボックスにリンクされたセルA3のコンテンツがテキストボックスに表示されます。 また、リンクされたセルA3のコンテンツを変更すると、テキストボックスのコンテンツが自動的に更新されます。


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

🤖 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 (10)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Please refer attached snap
This comment was minimized by the moderator on the site
To reduce manual error of not updating particular value in text box which ideally should be same as page no. in top right cell, so I was thinking if we could link the content in text box with the content in cell.Can anyone help me on this?
This comment was minimized by the moderator on the site
Is there any way I can change a negative number (coming through a link) in a text box with bracket in place of "-ve" sign
This comment was minimized by the moderator on the site
How to give a link from textbox to cell
Not from cell to textbox
This comment was minimized by the moderator on the site
Thank you very much for your this useful post. I rescue me from trucking in how to do paste data onto the text box.
This comment was minimized by the moderator on the site
I have part numbers that I put in my spreadsheet for certain machines using a text box. Now, how can I search for the part number that is in a text box in Excel?
This comment was minimized by the moderator on the site
Is it possible to link multiple cells to the same text box so clicking different cells displays different text?
This comment was minimized by the moderator on the site
Dear guy,
Please insert an ActiveX textbox in your worksheet first. Then right click the sheet tab, select View Code from the right-clicking menu, copy and paste below VBA code into the Code window.
VBA code:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)

If Target.Column = 3 Then ActiveSheet.TextBox1.Text = Target
End Sub
Note: In the above code, the number 3 indicates the column number which your linked cells locate, and Textbox1 is the textbox name you inserted, please change them to your need.
Thank you for your comment!
This comment was minimized by the moderator on the site
Hello, This information is very useful thank you! Is there a way to do the opposite? Link a cell to the textbox? Thank you
This comment was minimized by the moderator on the site
Is it possible to also link the color? For example, if the cell is red can the text box fill color also be set red automatically?
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations