
- MS Excel Basics
- Excel - Home
- Excel - Getting Started
- Excel - Explore Window
- Excel - Backstage
- Excel - Entering Values
- Excel - Move Around
- Excel - Save Workbook
- Excel - Create Worksheet
- Excel - Copy Worksheet
- Excel - Hiding Worksheet
- Excel - Delete Worksheet
- Excel - Close Workbook
- Excel - Open Workbook
- Excel - Context Help
- Editing Worksheet
- Excel - Insert Data
- Excel - Select Data
- Excel - Delete Data
- Excel - Move Data
- Excel - Rows & Columns
- Excel - Copy & Paste
- Excel - Find & Replace
- Excel - Spell Check
- Excel - Zoom In-Out
- Excel - Special Symbols
- Excel - Insert Comments
- Excel - Add Text Box
- Excel - Undo Changes
- Formatting Cells
- Excel - Setting Cell Type
- Excel - Setting Fonts
- Excel - Text Decoration
- Excel - Rotate Cells
- Excel - Setting Colors
- Excel - Text Alignments
- Excel - Merge & Wrap
- Excel - Borders and Shades
- Excel - Apply Formatting
- Formatting Worksheets
- Excel - Sheet Options
- Excel - Adjust Margins
- Excel - Page Orientation
- Excel - Header and Footer
- Excel - Insert Page Breaks
- Excel - Set Background
- Excel - Freeze Panes
- Excel - Conditional Format
- Working with Formula
- Excel - Creating Formulas
- Excel - Copying Formulas
- Excel - Formula Reference
- Excel - Using Functions
- Excel - Builtin Functions
- Advanced Operations
- Excel - Data Filtering
- Excel - Data Sorting
- Excel - Using Ranges
- Excel - Data Validation
- Excel - Using Styles
- Excel - Using Themes
- Excel - Using Templates
- Excel - Using Macros
- Excel - Adding Graphics
- Excel - Cross Referencing
- Excel - Printing Worksheets
- Excel - Email Workbooks
- Excel- Translate Worksheet
- Excel - Workbook Security
- Excel - Data Tables
- Excel - Pivot Tables
- Excel - Simple Charts
- Excel - Pivot Charts
- Excel - Keyboard Shortcuts
- MS Excel Resources
- Excel - Quick Guide
- Excel - Useful Resources
- Excel - Discussion
How to Copy Data from Protected Sheets in Excel?
The Excel sheets where we can put some restrictions on the sheet are known as "protected sheets." In Excel, you may want to copy protected data to another sheet or within the same sheet at times. If we try to copy the data directly, then Excel will not allow us to copy the data. But we can use the tricks given in this tutorial to copy the data from a protected sheet.
Read this tutorial to learn how we can copy data from a protected sheet in Excel. We can solve this task using these two methods. The first method is to use VBA, and the second is to use the name box.
Copy Data from a Protected Sheet Using Name Box
Here we will select the data using the address box, then copy the data, and finally paste the data. Let's go over a simple procedure for copying data from a protected sheet using the name box.
Step 1
Let us consider any protected sheet.
When we try to select the data in the protected area, an error will appear, as shown in the image below.

First, click on the name box, enter the range of data you want to copy, and click enter. Then use the command "CTRL + C" to copy the data, and in any other workbook, use the command "CTRL + V" to paste the data.
Name box > Range > Enter > CTRL + C > CTRL + V

Copy Data from Protected Sheet Using Vba
Here we will use the VBA application to complete our task. Let us look at a simple procedure for copying data from a protected sheet using the vba application .In this case, the whole sheet will be copied.
Step 1
Let us consider the same sheet that we used in the above example.
Then right-click on the sheet name and select View Code to open the VBA application. Then in the vba application, use the command "CTRL + G" to open the immediate and enter "Activesheet.cells.select" in the text box as shown in the below image, and click enter.
Right click > View code > CTRL + G > Activesheet.cells.select > Enter

Step 2
Then in Excel, use the command CTRL + C, and the whole worksheet will be copied.

Conclusion
In this tutorial, we used a simple example to demonstrate how we can copy data from a protected sheet in Excel.
- Related Articles
- How to Allow Sorting and Filtering of Locked Cells in Protected Sheets in Excel?
- How to save Pandas data into Excel multiple sheets?
- How to Apply Data Validation to Multiple Sheets at Once in Excel?
- How to calculate average cells from different sheets in Excel?
- Excel data validation: Add, use, copy and remove data validation in Excel
- How to Copy Cells Data with Row Height and Column Width in Excel?
- How to Apply the Same Filter to Multiple Sheets in Excel?
- How to Allow to Edit Objects in a Protected Worksheet in Excel?
- How to Auto-Sort Data Alphabetically in Google Sheets?
- How to Copy a Hidden Sheet in Excel?
- How to Copy a Column Width in Excel?
- How to hide columns on multiple sheets in a workbook in Excel?
- How To Check If a Worksheet Or Workbook Is Protected In Excel?
- How to Copy and Paste Without Borders in Excel?
- How to Copy Chart with Text Boxes in Excel?
