数式バーの表示・非表示を設定する
サンプルソース
|
' 数式バーを表示 Application.DisplayFormulaBar = True ' 数式バーを非表示 Application.DisplayFormulaBar = False |
解説
DisplayFormulaBarで数式バーの表示・非表示を制御します。
DisplayFormulaBarの設定値
| 設定 | 内容 |
|---|---|
| True | 数式バーの表示 |
| False | 数式バーの非表示 |
[ツール]→[表示]タブ→[数式バー]と同じ操作です。
|
' 数式バーを表示 Application.DisplayFormulaBar = True ' 数式バーを非表示 Application.DisplayFormulaBar = False |
| 設定 | 内容 |
|---|---|
| True | 数式バーの表示 |
| False | 数式バーの非表示 |