P1xelfehler Posted September 14, 2015 Posted September 14, 2015 Hi,As you can see on the Picture, i want to find the text "Entwicklertools" and uncheck the Checkbox (maybe with a mouse click, better: with the Keyboard).How do i do this?Thanks
jguinch Posted September 14, 2015 Posted September 14, 2015 instead of trying to automate the checkbox state, it should be easier to apply the modification in the registry :RegWrite("HKCU\Software\Microsoft\Office\14.0\Excel\Options", "DeveloperTools","REG_DWORD", 1 ) ; use 15.0 for Office 2013 Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now