Manager

Sponsored Links
Excel Functions

How to apply mosaic (blur) Excel

When you are preparing a document or manual for external publication, you may need to refer to a web site or a screen where non-public information is visible. In such a case, you would like to put a mosaic like this on the non-public part. We will explain this method in detail in this issue...
Excel Macro (VBA)

How to use the property of variable type "Workbook" Excel (Excel) Macro (VBA)

You can read more about how to use the variable type "Workbook" in this blog. How to use the variable type "Workbook" Excel(Excel)Macro(VBA)Here we will explain the "Workbook" property in a little more detail.Wo...
Excel Macro (VBA)

How to use the method of variable type "Workbook" Excel (Excel) Macro (VBA)

You can read more about how to use the variable type "Workbook" in this blog. How to use the variable type "Workbook" Excel(Excel)Macro(VBA)Here we will explain the "Workbook" method in a little more detail.Wor...
Sponsored Links
Excel Macro (VBA)

How to use the variable type "Workbook" Excel(Excel) Macro(VBA)

For other variable types, please refer to Excel (Excel) Macro (VBA) about variable types. First, we will explain the basic usage of the variable type "Workbook".
Excel Macro (VBA)

About Variable Types Excel(Excel) Macro(VBA)

This section explains the types used when declaring variables in "Dim Variables". Here are some typical types of variables that you only need to remember. I almost always use only these. Variable typeThe range of data that can be storedstring stringlong integer (-2,14...)
Excel Macro (VBA)

Excel Macro (VBA) to stop automatic calculations

One of the factors that can make a macro very heavy is a large number of formulas in an Excel sheet. In such cases, it may be possible to speed up the process at once by stopping the automatic calculations. First, we will show you how to do this. Calculations without macros...
Excel Macro (VBA)

Measure macro processing time Excel(Excel) Macro(VBA)

When trying to speed up a macro, it is first necessary to be able to determine how much time was saved before and after the improvement, and how much time was saved or not. To do this, it is necessary to be able to measure the time. In this article, we will show you how to do this. In this article, we will discuss the process of...
Excel Macro (VBA)

How to display the Immediate Window Excel(Excel) Macro(VBA)

One of the skills that you will need to learn as you progress in your VBA studies is the skill of using Immediate Windows. To use it, you must first display the Immediate Window. In this article, we will explain how to display the Immediate Window...
Excel Functions

SUMIF and SUMIFS Functions Excel

The SUMIF function can be used to change the contents of the total according to conditions, and the SUMIFS function can be used to specify multiple conditions. The reason why and how to use the SUMIF...
Excel Macro (VBA)

Delete data from a sheet Excel(Excel) Macro(VBA)

When you are dealing with a large amount of data in Excel, have you ever thought, "I want to delete all the contents of this sheet..."? Do you ever think "I want to delete all the contents of this sheet..."? Especially when updating data regularly, deleting the previous data is unavoidable. However, manually selecting all cells and deleting them is a hassle...
Sponsored Links
Copied title and URL