Properties Window Is Blank

  • Thread starter Thread starter Faraz A. Qureshi
  • Start date Start date
F

Faraz A. Qureshi

Upon launching VBA Editor (Alt+F11) and pressing F4 is reflecting blank
window pane. Any reason?
 
Faraz -

What do you expect to see? This is the properties window for any selected
module (since you are in the VBA window). If you select a module, then the
properties window will not be blank, though I have never set properties on a
module. Do you want properties window for your objects (e.g. forms,
controls, tables, etc.)? If so, do that from design mode on the objects, not
from the VBA window.
 
Back
Top