Learn Excel: Very Hidden Tabs #excel

Maven Analytics · Beginner ·📊 Data Analytics & Business Intelligence ·4mo ago

Key Takeaways

The video demonstrates how to make worksheets extra hidden in Excel using the Visual Basic editor, showcasing the difference between Visible, Hidden, and Very Hidden tabs, and providing a step-by-step guide on how to achieve this level of hiding.

Full Transcript

Did you know that there's a secret option in Excel to make worksheets extra hidden? Let me show you how this works. Here, I've built a pretty sweet performance dashboard that I present to the CEO every week. I also have a raw data tab that contains all of the information that feeds into the report. So, as you can imagine, it's important to make sure other users don't mess with the raw data. There are a few things I can do here in Excel. I could open up the review tab and password protect this workbook to prevent users from editing formulas or cells. But in this case, I actually want to hide this sheet from view entirely. So the common approach is to rightclick that tab and choose hide. But the problem is that anyone can simply rightclick a visible sheet, choose unhide, and select that worksheet to restore it. Now I don't want users to even know that a hidden sheet exists. So, what I can do is press Alt F11 or rightclick the tab and click view code to launch the Visual Basic editor. And when I click on that raw data sheet and look at the properties window below, I'll actually see three different visibility options. Visible, hidden, or very hidden. So, check this out. Let's set this sheet to very hidden. Close the editor. And now, when I rightclick, I don't even have the option to unhide. And even if I could, I wouldn't see that very hidden worksheet listed. Now, of course, this doesn't completely protect the data since users can simply view the code to open the editor, select that raw data sheet, and change the property back to visible. But it can be a great way to add one extra layer of security to your Excel workbooks.

Original Description

Did you know that there is a secret option in Excel to make worksheets extra hidden? In this quick video, we'll show you the difference between Visible, Hidden, and Very Hidden tabs. What other cool things are you doing with Excel? Drop a comment below and share your favorite tricks. Happy Learning! Maven Analytics is an award-winning learning platform where individuals and teams build new skills, showcase work, and connect with experts around the world. We've helped 2M+ people build job-ready data literacy & AI skills, master tools like Excel, SQL, Power BI, Tableau and Python, and build the foundation for successful careers. Start building life-changing skills for FREE at mavenanalytics.io.
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

This video teaches how to make worksheets extra hidden in Excel, providing an additional layer of security to protect sensitive data. It demonstrates the steps to achieve this using the Visual Basic editor. By following these steps, users can add an extra level of protection to their Excel workbooks.

Key Takeaways
  1. Open the Visual Basic editor by pressing Alt F11 or right-clicking the tab and clicking View Code
  2. Select the worksheet to be hidden and view its properties in the Properties window
  3. Set the visibility option to Very Hidden
  4. Close the editor to apply the changes
💡 The Very Hidden option in Excel provides an additional layer of security to protect sensitive data, but it is not foolproof as users can still access the hidden sheet by viewing the code.

Related Reads

📰
Por qué el "precio de lista" de una tienda no vale nada (y cómo construimos un tracker honesto)
Learn why list prices in stores are often misleading and how to build a tracker to monitor honest prices, applying data analysis and programming skills to make informed purchasing decisions.
Dev.to · Edu Tor
📰
FDA Recall API: A Working Guide to openFDA Enforcement
Learn to navigate the openFDA Enforcement API to retrieve drug, device, and food recall data, overcoming common issues like the 26,000-record skip wall and silent OR bug
Dev.to · Mayd-It
📰
Common Mistakes New Data Engineers Make (And How to Avoid Them)
Learn to avoid common mistakes new data engineers make to improve data pipeline efficiency and reliability
Dev.to · Abhishek Konagalla
📰
DuckDB vs PostgreSQL: I Ran the Same Query on Both. One Finished in 12ms. The Other Timed Out.
Compare DuckDB and PostgreSQL performance by running the same query on both to determine when to use each database system
Medium · Programming
Up next
How to Prompt Your LLM Directly from SQL
Ian Wootten
Watch →