LoginSignup
3
4

More than 3 years have passed since last update.

Excel VBAのショートカットとTips

Last updated at Posted at 2015-07-14

仕事で少しVBAを組むことになったので、参考情報をまとめます。

ショートカット

全般

コマンド 説明
Alt + F11 VBE(Visual Basic Editor)起動。VBAにロックがかかっている場合でもエディタを起動でき、エディタからロックを解除できる。

デバッグ

コマンド 説明
F8 ステップイン
(変数を選択して)Shift + F9 クイックウォッチ(変数の内容を確認)

Tips

隠しシートを表示

ホームタブ > 書式 > 非表示/再表示 > シートの再表示

データの入力規則が設定されたセルを強調表示する

ドラフト: データの入力規則が設定されたセルを検索する

クラスモジュールを使う

連想配列を使う

エクセル列番号対応表

参考

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4