Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Name: jgalty Date: July 22, 2009 at 20:21:49 Pacific
Reply:
Did you by chance install and excel add-in like essbase if so do the following. * Go to the Essbase menu and choose Options.... * Click on the global tab * Uncheck the "enable secondary button" under the "mouse actions" section
If not then try this solution below.
First open Excel and hit "Alt + F11" This will bring up the VBEditor.
From the Menu select Insert -> Module and then copy the following code:
Sub Enable_All_Right_Click_Menus() 'This will enable all BuiltIn Command bars Dim Cbar As CommandBar For Each Cbar In Application.CommandBars Cbar.Enabled = True Next End Sub
Summary: Im not able to right click in Internet Explorer. It is not disabled for the page and I am able to right click in any other app. have reinstalled IE but this did not resolve the problem. IE version...
Summary: In Excel 2003, I was able to drag individual xy scatter point data to a new position on the actual graph. This was a great feature when one wanted to move data to get them to coalesce with a scanned...
Summary: I am using Excel 2007 and would like to add a button that when clicked will add a numeric value of 1 in a seperate field. The idea is if my kids are good, we can click the button to add a point and an...