Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OLAP キューブへの接続を使用して、Excel 2010 でピボット テーブルを作成しています。
キューブのパスとファイル名、および最後に更新された日時を表示して Excel シートに印刷する方法を見つけようとしています。
基本的に、ワークブック接続 (データ タブの下) に表示されるのと同じ情報が、ピボット テーブルが配置されているシート内に印刷されます。
これを行う方法はありますか?
ありがとう!
これにより、すべての接続名がデバッグウィンドウに出力されます。
Dim conn As WorkbookConnection For Each conn In ActiveWorkbook.Connections Debug.Print conn.Name Next conn
同様に、シートに情報を表示することができます。