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". 2024.06.14 Excel Macro (VBA)
Excel Functions Linking two pull-downs (drop-downs) without macros (when reflected in multiple rows) Excel (Excel) Excel複数行連動プルダウンを作りたい人は必見!この記事ではマクロなしで複数行のドロップダウンを連動させる方法を詳しく解説します。実はINDIRECT関数と名前定義で簡単に実現できるんです。この記事を読めば効率的な一覧表が作れます。 2025.06.09 Excel Functions
Excel Functions Excel (Excel) Conditional Formatting Methods Excel has a function to change the format according to cell values and various conditions. Here is an example of a specific setting. Suppose you have a simple table like the one below, and you want to shade in red the cells where no sales have been entered. First, select the range you want to format. Next, select "Home"... 2023.12.27 Excel Functions
Excel Macro (VBA) How to pass arguments between procedures ByRef,ByVal Excel(Excel) Macro(VBA) This section describes how to pass arguments when procedures are separated. In the article below, I mentioned that it is easier to read and process the code by separating the procedures... 2023.12.27 Excel Macro (VBA)
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 VLOOKUP function gives #N/A or #REF! The VLOOKUP function is a very useful function for handling data, but many of you may have experienced that once you get stuck in the error swamp of #N/A or #REF! In this article, we will discuss how to use the VLOOKUP function to get rid of the #N/A and #REF! 2024.07.05 Excel Functions
Excel Macro (VBA) "How to Create Your First Excel Macro (Beginner’s VBA Guide) To write a VBA, you start with the "Development" tab, which is not present by default. Click on the File tab, then click on the option... 2024.05.28 Excel Macro (VBA)
Excel Functions Forgot Password] How to remove sheet protection Excel (Excel) I have a "sheet-protected" Excel file that I really need to unprotect, but the person in charge of applying the protection has already left the company or lost the memo, and I don't know the password. In such cases, do I have no choice but to give up? No, you can... 2024.10.29 Excel Functions
Excel Functions How to use the Spill function Excel (Excel) I had neglected the "spill" feature implemented in Microsoft365 and Excel2021 for a while because I didn't really understand it, but when I tried it, I found it to be very useful. I found it to be very useful. Moreover, I thought that I could do a lot of things by applying this function... 2024.07.04 Excel Functions
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... 2024.06.14 Excel Macro (VBA)