+ Reply to Thread
Results 1 to 8 of 8

COPY & PASTE problem

  1. #1
    Registered User
    Join Date
    07-11-2008
    Location
    THE NORTH
    Posts
    52

    COPY & PASTE problem

    Hi,

    Within Excel I am unable to copy and paste conventionally. ie) by right clicking and selecting copy. It is blanked out. However, I can copy by using the keyboard shortcut.

    can anyone shed somelight on to this situation please?

    thanks!!!

  2. #2
    Registered User
    Join Date
    10-18-2006
    Posts
    49
    Quote Originally Posted by strokebow
    Hi,

    Within Excel I am unable to copy and paste conventionally. ie) by right clicking and selecting copy. It is blanked out. However, I can copy by using the keyboard shortcut.

    can anyone shed somelight on to this situation please?

    thanks!!!
    Hi,
    The copy/paste option during right-click would've been disabled using VBA program. If you know VBA, open the program and you will find the related line where you can re-enable it.

  3. #3
    Registered User
    Join Date
    07-11-2008
    Location
    THE NORTH
    Posts
    52
    thanks for your reply.

    Could you please talk me through the process

    thanks again

  4. #4
    Registered User
    Join Date
    07-11-2008
    Location
    THE NORTH
    Posts
    52

    TALK me THROUGH

    Please guide me through how to enable my co[py and paste

    Thanks

  5. #5
    Registered User
    Join Date
    10-18-2006
    Posts
    49
    - On the top left corner of your workbook, next to the File menu, you will the excel X symbol.

    - right click on that and select view code

    - it will pop-up a screen what we call vba editor

    - there will find a line which looks like:
    Application.CommandBars("cell").Controls("copy").Enabled = False

    - change the false value in the end to "true", this will re-enable copy option

    - there must be a similar line for paste, change that too to true

  6. #6
    Registered User
    Join Date
    07-11-2008
    Location
    THE NORTH
    Posts
    52
    I was unable to locate these copy and paste 'functions'.

    I am using excel 2003

    anyone have any ideas?

    Thanks

  7. #7
    Forum Contributor
    Join Date
    07-10-2008
    Location
    UK
    Posts
    220
    you were unable to get into the vb editor....or you couldnt find the line once you were in there?

  8. #8
    Registered User
    Join Date
    07-11-2008
    Location
    THE NORTH
    Posts
    52
    I was unable to locate the spcific line

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1