Hello Everyone
How can I change Display from to " NONE " by using Code ?
When I click on button automatically change Display Form to " NONE "
Hello Everyone
How can I change Display from to " NONE " by using Code ?
When I click on button automatically change Display Form to " NONE "
yes , I know that
but I want to change it , by using code
when I click on special button automatically change it to None
Are we can do it by using code ?
I used this code : Application.SetOption "Display Form",false
but did not succeed
Oh yes. sorry - didn't read your post properly
I don't know if that's a built in property. If not, you'll have to create it
See https://msdn.microsoft.com/en-us/VBA...-object-access
However, is it worth doing? How often will you need to reset it?
thanks a lot