Deprecated: Creation of dynamic property CF\WordPress\DataStore::$logger is deprecated in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/cloudflare/src/WordPress/DataStore.php on line 23

Deprecated: Creation of dynamic property CF\WordPress\Proxy::$pluginAPI is deprecated in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/cloudflare/src/WordPress/Proxy.php on line 31

Deprecated: file_get_contents(): Passing null to parameter #2 ($use_include_path) of type bool is deprecated in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/codelights-shortcodes-and-widgets/codelights.php on line 20

Warning: session_start(): Session cannot be started after headers have already been sent in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/automatic-video-posts/vendor/ternstyle/wordpress/src/class/wordpress.php on line 53

Warning: Cannot modify header information - headers already sent by (output started at /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/cloudflare/src/WordPress/DataStore.php:23) in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/cloudflare/src/WordPress/DataStore.php:23) in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/cloudflare/src/WordPress/DataStore.php:23) in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/cloudflare/src/WordPress/DataStore.php:23) in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/cloudflare/src/WordPress/DataStore.php:23) in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/cloudflare/src/WordPress/DataStore.php:23) in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Deprecated: Creation of dynamic property ternplugin\youtube_video::$post is deprecated in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/automatic-video-posts/vendor/ternstyle/plugin/src/class/youtube_video.php on line 64

Warning: Cannot modify header information - headers already sent by (output started at /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/cloudflare/src/WordPress/DataStore.php:23) in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-content/plugins/cloudflare/src/WordPress/DataStore.php:23) in /home1/cassanoc/public_html/bonbonsguide.com/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831
{"id":1726,"date":"2019-09-10T06:20:31","date_gmt":"2019-09-10T13:20:31","guid":{"rendered":"https:\/\/bonbonsguide.com\/wp\/?p=1726"},"modified":"2019-09-10T06:20:31","modified_gmt":"2019-09-10T13:20:31","slug":"3-easy-ways-to-unhide-all-sheets-in-excel-with-without-vba","status":"publish","type":"post","link":"https:\/\/bonbonsguide.com\/wp\/blog\/2019\/09\/3-easy-ways-to-unhide-all-sheets-in-excel-with-without-vba\/","title":{"rendered":"3 Easy Ways to UNHIDE ALL SHEETS in Excel (with & without VBA)"},"content":{"rendered":"

In this video, I will show you how to unhide worksheets in Excel (with or without VBA).<\/p>\n

In Excel, you can hide multiple worksheets at one go but you can not unhide multiple sheets at one go. If you use the inbuilt functionality to unhide sheets, it will only unhide one sheet at a time.<\/p>\n

However, there are a couple of methods you can use to unhide all sheets at one go in Excel.<\/p>\n

This video covers the following methods to unhide sheets:
\n— Manually Unhide one sheet at a time
\n— Unhide all sheets using VBA code in the immediate window
\n— Unhide all sheets by using a VBA macro code and adding it to the quick access toolbar
\n— Unhide sheets using custom view option.<\/p>\n

With VBA immediate window, you can quickly run a line of code by simply adding it in the immediate window and hitting the enter key.<\/p>\n

Below is the line of code to use in the immediate window in the VB Editor:<\/p>\n

For each Sheet in Thisworkbook.Sheets: Sheet.Visible=True: Next Sheet<\/p>\n

As soon as you hit the enter key (after placing the cursor at the end of the line), it will instantly unhide all the hidden sheets.<\/p>\n

The good thing about this is that you don’t need to save the Excel workbook as a macro-enabled workbook.<\/p>\n

Another method is by saving a VBA macro code to unhide sheets in the personal macro workbook and then adding that code to the Quick Access Toolbar (QAT)<\/p>\n

Doing this would allow you to work on any workbook and instantly unhide sheets with a click of a button.<\/p>\n

Below is the VBA code to save in the personal macro workbook:<\/p>\n

Sub UnhideAllSheets()
\nFor Each Sheet In Sheets
\nSheet.Visible = True
\nNext Sheet
\nEnd Sub<\/p>\n

The third method to unhide sheets is by using custom views. You can save a custom view when all the sheets are visible and then when you have to unhide all the worksheets, you can go back to that view.<\/p>\n

This method to unhide sheets is not suited in all situations but can be useful if you’re using custom views anyway.<\/p>\n

Subscribe to this YouTube channel to get updates on Excel Tips and Excel Tutorials videos – https:\/\/www.youtube.com\/c\/trumpexcel<\/p>\n

This YouTube channel is managed by Sumit Bansal (who also runs the TrumpExcel website). This channel is meant for people who want to learn Excel. It covers a lot of Excel basics and advanced Excel topics such as Excel Formulas, Functions, Pivot Table, Shortcuts, Excel VBA, Macros, Excel Dashboards, Excel Charts, Conditional Formatting, Power Query, etc. Please subscribe to this channel to be the first to know when new Excel tutorials come out.<\/p>\n

You can find a lot of useful Excel resources on the following site: https:\/\/trumpexcel.com\/<\/p>\n

#Excel #ExcelTips #ExcelTutorial<\/p>\n