Prev: How can I check a collection (e.g. worksheets) collection to be empty?
Next: Go to record end, then one across
From: Alec Mclintock on 25 Mar 2010 09:51 Ca anyone help me with hiding menus and options in xl. I managed this in a very early version of xl but can't seem to be able to do it in the version I have at the moment - which itself is a bit long in the tooth (2002)
From: Bob Phillips on 25 Mar 2010 10:32
Application.Commandbars(1).Controls("Format").Controls("Row").Visible = False as an example -- HTH Bob "Alec Mclintock" <AlecMclintock(a)discussions.microsoft.com> wrote in message news:6EF9E96A-E5EB-471A-AC0B-0F0802D33C07(a)microsoft.com... > Ca anyone help me with hiding menus and options in xl. I managed this in > a > very early version of xl but can't seem to be able to do it in the version > I > have at the moment - which itself is a bit long in the tooth (2002) |