Excel Unlocked https://excelunlocked.com/ Let's Unlock the Power of Excel for You Tue, 06 Jun 2023 23:30:12 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.4 https://excelunlocked.com/wp-content/uploads/2020/02/cropped-Excel-Unlocked-Logo-Canva-5000x5000-1-9-32x32.png Excel Unlocked https://excelunlocked.com/ 32 32 Hide / Unhide Gridlines in Excel – VBA https://excelunlocked.com/hide-unhide-gridlines-excel https://excelunlocked.com/hide-unhide-gridlines-excel#respond Tue, 06 Jun 2023 23:30:00 +0000 https://excelunlocked.com/?p=16104 In this article, we will learn to hide and unhide the gridlines in Excel. We will learn to do this from the Excel ribbon and… Read Article

The post Hide / Unhide Gridlines in Excel – VBA appeared first on Excel Unlocked.

]]>
Read Article

The post Hide / Unhide Gridlines in Excel – VBA appeared first on Excel Unlocked.

]]>
https://excelunlocked.com/hide-unhide-gridlines-excel/feed 0
Application.ActiveWindow Property in VBA https://excelunlocked.com/application-activewindow-property-in-vba https://excelunlocked.com/application-activewindow-property-in-vba#respond Tue, 06 Jun 2023 07:37:59 +0000 https://excelunlocked.com/?p=16068 Today we will learn the usage of the ActiveWindow property in VBA. It is used along with the Application object. Let us study some of… Read Article

The post Application.ActiveWindow Property in VBA appeared first on Excel Unlocked.

]]>
Read Article

The post Application.ActiveWindow Property in VBA appeared first on Excel Unlocked.

]]>
https://excelunlocked.com/application-activewindow-property-in-vba/feed 0
Clear in VBA – Content, Comment, Outline https://excelunlocked.com/clear-in-vba https://excelunlocked.com/clear-in-vba#respond Sat, 13 May 2023 11:35:32 +0000 https://excelunlocked.com/?p=16026 In the previous article, we learned to use the PaseSpecial method with the help of VBA. Today we will learn to clear cell content with… Read Article

The post Clear in VBA – Content, Comment, Outline appeared first on Excel Unlocked.

]]>
Read Article

The post Clear in VBA – Content, Comment, Outline appeared first on Excel Unlocked.

]]>
https://excelunlocked.com/clear-in-vba/feed 0
How to Indent in Excel ? (VBA) https://excelunlocked.com/indent-in-excel-vba https://excelunlocked.com/indent-in-excel-vba#respond Sat, 06 May 2023 16:46:20 +0000 https://excelunlocked.com/?p=15945 In this article, we will learn to apply indentation on cells in Excel. We will learn the normal methods to apply indentation and learn shortcut… Read Article

The post How to Indent in Excel ? (VBA) appeared first on Excel Unlocked.

]]>
Read Article

The post How to Indent in Excel ? (VBA) appeared first on Excel Unlocked.

]]>
https://excelunlocked.com/indent-in-excel-vba/feed 0
Hide / Unhide Rows and Columns using VBA https://excelunlocked.com/hide-unhide-rows-and-columns-using-vba https://excelunlocked.com/hide-unhide-rows-and-columns-using-vba#respond Mon, 01 May 2023 16:54:00 +0000 https://excelunlocked.com/?p=15984 This blog will teach us to hide columns or rows using VBA. Hiding rows and columns declutters a spreadsheet and improves its readability.Hidden Property in… Read Article

The post Hide / Unhide Rows and Columns using VBA appeared first on Excel Unlocked.

]]>
Read Article

The post Hide / Unhide Rows and Columns using VBA appeared first on Excel Unlocked.

]]>
https://excelunlocked.com/hide-unhide-rows-and-columns-using-vba/feed 0
Font Properties in VBA – Color, Size, Style https://excelunlocked.com/font-properties-in-vba https://excelunlocked.com/font-properties-in-vba#respond Sun, 30 Apr 2023 14:31:55 +0000 https://excelunlocked.com/?p=15856 In the previous article, we learned to change the background color of the cells using VBA. Today we will learn to change the font properties… Read Article

The post Font Properties in VBA – Color, Size, Style appeared first on Excel Unlocked.

]]>
Read Article

The post Font Properties in VBA – Color, Size, Style appeared first on Excel Unlocked.

]]>
https://excelunlocked.com/font-properties-in-vba/feed 0
PasteSpecial VBA – Other Examples https://excelunlocked.com/pastespecial-vba-examples https://excelunlocked.com/pastespecial-vba-examples#respond Sat, 29 Apr 2023 06:08:39 +0000 https://excelunlocked.com/?p=15802 In the previous blog, we learned to use the basic functionality of the PasteSpecial method in VBA. Now we will learn to implement the other… Read Article

The post PasteSpecial VBA – Other Examples appeared first on Excel Unlocked.

]]>
Read Article

The post PasteSpecial VBA – Other Examples appeared first on Excel Unlocked.

]]>
https://excelunlocked.com/pastespecial-vba-examples/feed 0
Wrap Text Using VBA – Examples https://excelunlocked.com/wrap-text-using-vba https://excelunlocked.com/wrap-text-using-vba#respond Fri, 28 Apr 2023 02:40:00 +0000 https://excelunlocked.com/?p=15899 In the previous article, we learned to use different Font properties using VBA. Today we will learn to wrap text in Excel with the help… Read Article

The post Wrap Text Using VBA – Examples appeared first on Excel Unlocked.

]]>
Read Article

The post Wrap Text Using VBA – Examples appeared first on Excel Unlocked.

]]>
https://excelunlocked.com/wrap-text-using-vba/feed 0
Paste Special Method in VBA https://excelunlocked.com/paste-special-method-in-vba https://excelunlocked.com/paste-special-method-in-vba#respond Tue, 25 Apr 2023 16:04:21 +0000 https://excelunlocked.com/?p=15757 In the previous article, we learned to copy and paste cells with the help of VBA. The method pastes everything including the cell content, formulas,… Read Article

The post Paste Special Method in VBA appeared first on Excel Unlocked.

]]>
Read Article

The post Paste Special Method in VBA appeared first on Excel Unlocked.

]]>
https://excelunlocked.com/paste-special-method-in-vba/feed 0
Selection Property VBA – Usage With Examples https://excelunlocked.com/selection-property-vba https://excelunlocked.com/selection-property-vba#respond Mon, 24 Apr 2023 09:47:34 +0000 https://excelunlocked.com/?p=15722 Today we will learn an important property to work with while using VBA in Excel. The Selection Property in VBA is very easy to learn.… Read Article

The post Selection Property VBA – Usage With Examples appeared first on Excel Unlocked.

]]>
Read Article

The post Selection Property VBA – Usage With Examples appeared first on Excel Unlocked.

]]>
https://excelunlocked.com/selection-property-vba/feed 0
Copy Worksheet using VBA – Examples https://excelunlocked.com/copy-worksheet-using-vba https://excelunlocked.com/copy-worksheet-using-vba#respond Sat, 22 Apr 2023 10:37:57 +0000 https://excelunlocked.com/?p=15672 In this article, we will learn to copy worksheet using VBA. Copying or Duplicating the worksheets is very easy and can be automated using macros… Read Article

The post Copy Worksheet using VBA – Examples appeared first on Excel Unlocked.

]]>
Read Article

The post Copy Worksheet using VBA – Examples appeared first on Excel Unlocked.

]]>
https://excelunlocked.com/copy-worksheet-using-vba/feed 0
Cells in VBA – Usage With Examples https://excelunlocked.com/cells-in-vba https://excelunlocked.com/cells-in-vba#respond Sun, 16 Apr 2023 07:44:04 +0000 https://excelunlocked.com/?p=15632 In one of the previous articles, we learned to select the ranges and cells with the help of VBA in Excel. Today we will learn… Read Article

The post Cells in VBA – Usage With Examples appeared first on Excel Unlocked.

]]>
Read Article

The post Cells in VBA – Usage With Examples appeared first on Excel Unlocked.

]]>
https://excelunlocked.com/cells-in-vba/feed 0