View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Craig B Craig B is offline
external usenet poster
 
Posts: 11
Default VBA edit menu actions

Hey Pete,
You rock!

Thanks for the assistance, that did the trick.

Appreciate everyone's assistance with this amazingly annoying issue.
Didn't think I used those functions as much as I do!

Craig

Peter T wrote:
I don't quite follow that, when doing what.

Dim ctr As Object
For Each ctr In _
Application.VBE.CommandBars(1).Controls("Edit").Co ntrols
Debug.Print ctr.Caption, ctr.Enabled, ctr.Visible
Next

They might not be enabled but should be visible

Regards,
Peter T

"Craig B" wrote in message
ups.com...
Oh and yes I have my cursor in a code window, it disappears, like the
focus has switched to the nonexsistent dialog box.

CB

On Nov 9, 2:28 pm, "Peter T" <peter_t@discussions wrote:
Have you tried re-setting the toolbars.
Do Ctrl-F & Ctrl-H

Is the cursor in a code module

Regards,
Peter T

"Craig B" wrote in

ooglegroups.com...



I just changed to a new computer, fresh load of Office 2003, does
anyone out there have any idea why my Edit Find command, or Edit--
replaced commands no longer show thier dialog box on screen?

Very odd behavior.

CB- Hide quoted text -- Show quoted text -