+ Reply to Thread
Results 1 to 16 of 16

Paste function disabled / can't paste from another excel file

Hybrid View

  1. #1
    Registered User
    Join Date
    03-18-2014
    Location
    burlington, nj
    MS-Off Ver
    Excel 365
    Posts
    73

    Question Paste function disabled / can't paste from another excel file

    So I am having a weird issue. I have this particular excel file in which i can't paste anything from any other excel file. It appears paste button is disabled. I can copy and paste WITHIN the file without any issue BUT if i copy something from different excel file i can't paste. Paste function seems disabled. The only way to make paste work is by clicking on the arrow in the lower corner of clipboard (under home tab) which will open up clipboard side window and paste it from there (see uploaded photoAlternative way to paste.jpg). Also, this file require password to open - in case if this has anything do with it. All the sheets inside the workbook are not protected. I have tried copied and paste between all other excel files and they all work but only this particular file i am issue with. It doesn't have any macro or vba. Any idea what's causing this issue? Thank you for all the help i can get.

  2. #2
    Forum Expert JLGWhiz's Avatar
    Join Date
    02-20-2011
    Location
    Florida, USA
    MS-Off Ver
    Windows 10, Excel 2013
    Posts
    2,070

    Re: Paste function disabled / can't paste from another excel file

    Look in your ThisWorkbook code module and see if there is code to disable 'CutCopyAndPaste'. It would be in Workbook_Open, Workbook_BeforeSave and maybe one or two more Workbook macros. The code disables the keyboard shortcuts as well as the menu buttons. Before deleting the code, you might want to check around and find out why it was put there.
    Any code provided by me should be tested on a copy or a mock up of your original data before applying it to the original. Some events in VBA cannot be reversed with the undo facility in Excel. If your original post is satisfied, please mark the thread as "Solved". To upload a file, see the banner at top of this page.
    Just when I think I am smart, I learn something new!

  3. #3
    Registered User
    Join Date
    03-18-2014
    Location
    burlington, nj
    MS-Off Ver
    Excel 365
    Posts
    73

    Re: Paste function disabled / can't paste from another excel file

    I am not sure if i am looking at right place but below i what i found under view code
    this workbook code.jpg

    Am i looking at right place? I can't find workbook_open or workbook_beforesave. Thank you for your help

  4. #4
    Registered User
    Join Date
    03-18-2014
    Location
    burlington, nj
    MS-Off Ver
    Excel 365
    Posts
    73

    Re: Paste function disabled / can't paste from another excel file

    attached is the file for your reference that is having issue.
    Attached Files Attached Files
    Last edited by vani2004; 11-14-2019 at 12:32 PM.

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,870

    Re: Paste function disabled / can't paste from another excel file

    No idea why you can't, but I can't as the file is password protected & I don't know the password.

  6. #6
    Registered User
    Join Date
    03-18-2014
    Location
    burlington, nj
    MS-Off Ver
    Excel 365
    Posts
    73

    Re: Paste function disabled / can't paste from another excel file

    I have removed the file and attached it again
    Last edited by vani2004; 11-14-2019 at 11:54 AM.

  7. #7
    Registered User
    Join Date
    03-18-2014
    Location
    burlington, nj
    MS-Off Ver
    Excel 365
    Posts
    73

    Re: Paste function disabled / can't paste from another excel file

    Here is the file that i am having issue with. i have removed the password.
    Attached Files Attached Files

  8. #8
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,870

    Re: Paste function disabled / can't paste from another excel file

    I have no problems pasting into that workbook from another workbook. So not sure what to suggest.

  9. #9
    Registered User
    Join Date
    03-18-2014
    Location
    burlington, nj
    MS-Off Ver
    Excel 365
    Posts
    73

    Re: Paste function disabled / can't paste from another excel file

    Hmm...that's interesting because all of my coworker (at my current location and at our corporate office) they all having issues with pasting in this file. I wonder why?

  10. #10
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,870

    Re: Paste function disabled / can't paste from another excel file

    Is the original file an xlsx, or xlsm?

  11. #11
    Registered User
    Join Date
    03-18-2014
    Location
    burlington, nj
    MS-Off Ver
    Excel 365
    Posts
    73

    Re: Paste function disabled / can't paste from another excel file

    Original file is an .xlsx
    We are using office 2016

  12. #12
    Forum Expert JLGWhiz's Avatar
    Join Date
    02-20-2011
    Location
    Florida, USA
    MS-Off Ver
    Windows 10, Excel 2013
    Posts
    2,070

    Re: Paste function disabled / can't paste from another excel file

    Can you paste to it with the protection removed? You would not be able to paste to it from external source if it is protected.
    Last edited by JLGWhiz; 11-14-2019 at 01:03 PM.

  13. #13
    Registered User
    Join Date
    03-18-2014
    Location
    burlington, nj
    MS-Off Ver
    Excel 365
    Posts
    73

    Re: Paste function disabled / can't paste from another excel file

    Protection is on the workbook and not on the worksheet. I have removed protection on the workbook and then tried to paste into it and it still won't work. Copy and paste functions works within the workbook from one sheet to another sheet but just an issue when pasting into from another file.

  14. #14
    Registered User
    Join Date
    03-18-2014
    Location
    burlington, nj
    MS-Off Ver
    Excel 365
    Posts
    73

    Re: Paste function disabled / can't paste from another excel file

    Solved: I had two things that was checked marked under file/advance option (see attachment below). Once i unchecked this two items under lotus compatibility - i can now paste
    Attachment 649895

  15. #15
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,870

    Re: Paste function disabled / can't paste from another excel file

    Glad you solved it & thanks for the feedback

  16. #16
    Forum Expert JLGWhiz's Avatar
    Join Date
    02-20-2011
    Location
    Florida, USA
    MS-Off Ver
    Windows 10, Excel 2013
    Posts
    2,070

    Re: Paste function disabled / can't paste from another excel file

    Interesting! I'll have to figure out how that impedes posting from external sources. Meanwhile, thanks for the information.
    Regards, JLG

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Right Mouse Click Cut,Copy & Paste Options disabled When ST3(Excel Utility) is Open
    By ITRestore in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-17-2017, 01:03 AM
  2. How do I copy data from one file to another using VBA when copy/cut/paste disabled
    By osbornedj in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-28-2015, 04:24 PM
  3. Replies: 3
    Last Post: 11-29-2014, 01:14 PM
  4. Replies: 1
    Last Post: 10-01-2012, 11:11 PM
  5. Replies: 4
    Last Post: 09-04-2012, 09:23 AM
  6. Paste disabled when toolbar is Hidden in Excel 2007
    By loknath in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-23-2012, 02:57 AM
  7. Replies: 1
    Last Post: 10-17-2005, 04:05 AM

Tags for this Thread

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