Solution to pop-up privacy issues warning for Excel files

Source: Internet
Author: User

When using Excel, we often encounter an Excel file pop-up privacy warning, the problem should be to save the Excel table contains personal information, and this information can not be saved so as to cause the hint, there is another reason may include some irregular VBA code, Remove the hint by removing the VBA code or the control code.

Operation Steps

1, Punch the Excel table click the menu bar "Tools" → "Options".

2, into the "Options" settings, click "Security" under the "Personal information options" to tick off "save from the file properties to remove personal information" to solve the problem.

3, there is another way to use VBA code to solve this problem, press ALT+F11 into the VBA interface, select ThisWorkbook.

4, in the "ThisWorkbook" window to enter the following code, and then turn off excel in the open.

Private Sub Workbook_beforesave (ByVal SaveAsUi As Boolean, Cancel as Boolean)

Activeworkbook.removepersonalinformation = False

End Sub

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.