VBA

Sponsored Links
Excel Macro (VBA)

PrintOut" printer and automatic printing Excel(Excel) macro(VBA)

Have you ever had the experience of printing the same Excel file every time, only to have to set it up again and again? Have you ever had such an experience? Many people spend a lot of time on Excel printing. Especially in an environment where multiple printers are used, it is a big hassle to change print settings...
Excel Macro (VBA)

Macro suddenly stopped working Excel(Excel) Macro(VBA)

I have been experiencing a phenomenon around me where macros suddenly stop working after having been used normally until yesterday. The phenomenon is that I had set up a macro that is activated by double-clicking on a specific cell, but it no longer responds when double-clicked. I went to "Develop..." to check the contents of the macro.
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...
Sponsored Links
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...
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 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