Issue to save file into Sharepoint

Peter_1985 2,736 Reputation points
2023-08-03T04:56:28.4033333+00:00

Hi,

I have a problem below to save O365 Excel file into the Sharepoint folder. Issue arose since the upgrade to Office 365. I pressed Save and there was no response. Can you help?

圖片

Microsoft 365 and Office | SharePoint Server | For business
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft 365 and Office | SharePoint | Development
Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Zehui Yao_MSFT 5,876 Reputation points
    2023-08-03T08:54:27.52+00:00

    Hi Peter_1985, it is a pleasure to be able to help you : )

    For this issue, I tested locally. In my environment, my office version is 2016, I can reproduce similar situation that there is no response when editing a .xlsm file in app and pressing save.

    Finally, I can solve the issue by pressing save as and then replacing the previous file in site.

    You can try to see if this solution works in your environment.

    Best Regards.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Emi Zhang-MSFT 30,046 Reputation points Microsoft External Staff
    2023-08-04T09:14:48.6233333+00:00

    Hi,

    I suggest you go to Contral Panel- Credential Manager, try to remove Office credentials from Web and Windows lists.

    After removing Credentials if this issue is still existed, try to check the status of Office license in PC, please follow these steps:
    Search CMD, right-click the Command Prompt and run as administrator. Then copy and paste the command, click Enter at last:
    cscript.exe "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" /dstatus

    If you are running 32-bit Office on a 64-bit operating system:
    cscript.exe "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" /dstatus
    User's image

    If you can find the Office product key in list, try to remove it by typing the following command with the Last 5 characters of installed product key (I replace it with XXXXX, but what you type in is what you see on your computer) in this interface:
    cscript.exe "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" /unpkey:XXXXX

    If the 32bit version of Office installed on a 64bit operation, run the following command:
    cscript.exe "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" /unpkey:XXXXX

    User's image

    Just checking in to see if the information was helpful. Please let us know if you would like further assistance.


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.