Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Close Properties Window via VBA 2

Status
Not open for further replies.

maxhugen

Programmer
May 25, 2004
498
AU
Does anyone know of a method to close the Form/Report Properties window using VBA?

MTIA

Max Hugen
Australia
 
The only thing I can think of is setting the forms and reports property "Allow design changes" to design view only.

You can run code that will set that property for all forms and reports, but you cant set that in the form when it's open.

ChaZ

There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.

 
Just what I needed. Thanks!

Max Hugen
Australia
 
ChaZ:

I was long looking for something like this

Have A Pink one
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top