Excel Macro (VBA) How to install .NET FrameWork What are the versions of the .NET Framework? NET Framework (DotNet Framework) comes in various versions (types of toolboxes) with slightly different tools inside... 2024.10.01 Excel Macro (VBA)
Excel Functions What does the error message "#NAME? Error messages are unavoidable when dealing with Excel, and you may be surprised when they suddenly appear. Here are the meanings and countermeasures for this error message. Meaning of "#NAME? 2024.06.05 Excel Functions
Excel Functions Insert rows without breaking formulas (using spil) Excel (Excel) With Microsoft365 and Excel 2021 or later versions, you can insert, delete, and rearrange rows without breaking the formula by using a feature called Spill. In this article, we will show you a specific example... 2024.09.13 Excel Functions
Excel Macro (VBA) Get the full path (save location and file name) of the opened Excel file "FullName" Excel (Excel) Macro (VBA) There are many situations where it is useful to be able to retrieve the location of the Excel file you are currently operating on when you are trying to retrieve values from another Excel file or save a file as a name using a macro. In this article, we will show you how to use the "FullName" command, which is useful in such cases. The currently open... 2024.05.30 Excel Macro (VBA)
Excel Macro (VBA) How to use the input screen "InputBox" Excel Macro (VBA) If you want to use values or arbitrary characters that do not exist in Excel, the "InputBox" is useful to easily create an input screen during macro execution. In this article, we will briefly explain how to use this "InputBox". 2025.02.21 Excel Macro (VBA)
Excel Functions Absolute and relative references in Excel (Excel) Absolute and relative references are explained below. Relative reference: If you want to display the same contents in cell "C3" as in the neighboring cell "B3", enter the following in cell "C3": =B3. If you want to display the same content in cell "C3" as in the neighboring cell "B3", enter the following in cell "C3": =B3 2023.12.27 Excel Functions
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... 2024.06.14 Excel Macro (VBA)
Excel Macro (VBA) Get the path (save location) of the opened Excel file "Path" Excel Macro (VBA) In many cases, it is useful to be able to get the location of the Excel file you are currently working on when you want to retrieve values from another Excel file or save a file as a name using a macro. In this article, we will show you how to use the "Path" command, which is useful in such cases. The currently open Excel file... 2024.05.30 Excel Macro (VBA)
Excel Functions How to Extract Text After a Specific Character in Excel Using RIGHT and FIND Struggling to extract text after a specific character in Excel when data lengths vary? This article explains how to combine the RIGHT and FIND functions to solve the problem—taught by an experienced Excel formula expert. 2025.06.18 Excel Functions
Excel Functions Name a cell Excel There are many times when you need to refer to a cell with coordinates such as "=A1" or "=C50". However, when you try to get the value from another sheet or another book, the coordinates are not always the same. 2024.09.17 Excel Functions