VBAマクロでAccessデータベースへの「接続」ができるようになったら、次はいよいよ、その中にあるテーブルのデータを、Excelシート上に読み込んで、自由に扱いたくなりますよね。 Accessデータベースの中にある、特定のテーブル(例えば、「社員マスタ ...
VBAマクロで、あるシートにあるExcelテーブルを、別の場所にコピーしたい、ということはよくありますよね。でも、その時々で「見出し行も含めて全部」「いや、見出しは要らないから、データ本体だけ」「今回は見出しだけ欲しい」と、コピーしたい部分 ...
What’s the difference between a table and a range of columns and rows on an Excel spreadsheet? How do I create and populate tables? And, once a table is created, how do we custom filter, format, and ...
本連載では、Excel VBA (Visual Basic for Applications)を使ってできることを、トピックごとに紹介していきます。特に最近注目されている様々なWebサービスについて、Web API (Application Programming Interface)を経由して、Excelから利用する方法を多く取り上げる予定です。
Excel enables you to include data validation for a cell, limiting the type and content of any inputted data. In addition, you can limit data to a drop-down list of choices, further restricting what ...
Excelで作った住所録の地図を表示する場合、ブラウザを起動し、Googleマップのような地図ページを表示し、住所をコピペして検索するのが通常の操作です。複数の住所の地図を順次見たい場合は、ウィンドウの切替と住所のコピペとを、その都度繰り返す ...