Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I seem to be unable to copy or paste anything. The icons on the tool bar are
shaded and unable to be used. Even if I right click the copy and paste options are also shaded and will not work |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe you can close Excel and reopen it, but that probably won't do anything.
This is more likely to help, but a little tricky to implement unless you know VBA..do you know VBA? Sub Enable() Application.CommandBars.Item("Edit").Enabled = True End Sub Hit Alt+F11 and a window will open. Copy/paste the code into the window and click the small green triangle at the top of the screen. Hope that helps, Ryan--- -- RyGuy "Gerryites" wrote: I seem to be unable to copy or paste anything. The icons on the tool bar are shaded and unable to be used. Even if I right click the copy and paste options are also shaded and will not work |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is the worksheet protected?
ToolsProtectionUnprotect Sheet. Gord Dibben MS Excel MVP On Thu, 6 Mar 2008 06:27:06 -0800, Gerryites wrote: I seem to be unable to copy or paste anything. The icons on the tool bar are shaded and unable to be used. Even if I right click the copy and paste options are also shaded and will not work |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why does this Macro not work - cut, copy and paste | Excel Discussion (Misc queries) | |||
copy paste between two instances does not work | Excel Discussion (Misc queries) | |||
Copy and paste between windows in excel 2003 will not work | Excel Worksheet Functions | |||
Copy paste in excel dont work properly | Excel Discussion (Misc queries) | |||
Data validation does not seem to work with copy/paste | Excel Discussion (Misc queries) |