M
Mike H.
What does "debug print" do? Nothing seems to come out on the printer. So
where does it print to?
I found this code on a posting from a while back but I get an error (Runtime
Error 438, Object doesn't support this property or method) when running it:
For Each ctl In Application.Commandbars("Worksheet Menu
Bar").Controls"File").Controls
Debug.Print ctl.Name, ctl.Id
Next Ctl
where does it print to?
I found this code on a posting from a while back but I get an error (Runtime
Error 438, Object doesn't support this property or method) when running it:
For Each ctl In Application.Commandbars("Worksheet Menu
Bar").Controls"File").Controls
Debug.Print ctl.Name, ctl.Id
Next Ctl