Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default why will my copy and paste button not work

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default why will my copy and paste button not work

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default why will my copy and paste button not work

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why does this Macro not work - cut, copy and paste Sunnyskies Excel Discussion (Misc queries) 3 October 11th 07 01:39 PM
copy paste between two instances does not work [email protected] Excel Discussion (Misc queries) 5 August 3rd 06 01:06 AM
Copy and paste between windows in excel 2003 will not work april g. Excel Worksheet Functions 0 March 2nd 06 07:35 PM
Copy paste in excel dont work properly [email protected] Excel Discussion (Misc queries) 0 December 30th 05 09:57 AM
Data validation does not seem to work with copy/paste LAF Excel Discussion (Misc queries) 1 September 15th 05 09:31 PM


All times are GMT +1. The time now is 03:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"