Excel

Excel Example – AutoFit in Excel

What is AutoFit in Excel? AutoFit in Excel is a feature that automatically adjusts the width of columns or the height of rows to fit the contents inside them. This...

Excel Example – Hide Columns or Rows in Excel

Hide Columns or Rows Sometimes it can be useful to hide columns or rows in Excel. Learn how to...

Excel Example – Custom Lists in Excel

Custom Lists If you create a custom lists in Excel, you can easily fill a range with your own...

Excel Example – Fibonacci Sequence in Excel

Fibonacci Sequence The Fibonacci sequence is one of the most famous and fascinating mathematical patterns. It begins with 0...
spot_img

Excel VBA – Userform in Excel

Excel VBA - Userform in Excel: A UserForm in Excel is a custom dialog box that allows you to interact with users in a...

Excel VBA – ActiveX Controls in Excel

Excel VBA - ActiveX Controls in Excel: Learn how to create ActiveX controls, such as command buttons, text boxes, list boxes etc. Introduction To ActiveX...

Excel VBA – Application Object in Excel

Excel VBA - Application Object in Excel: The mother of all objects is Excel itself. We call it the Application object. The application object...

Excel VBA – Function and Sub in Excel

Excel VBA - Function and Sub in Excel: The difference between a function and a sub in Excel VBA is that a function can...

Excel VBA – Array in Excel

Excel VBA - Array in Excel: An array is a group of variables. In Excel VBA, you can refer to a specific variable (element)...

Excel VBA – Events in Excel

Excel VBA - Events in Excel: Events are actions performed by users which trigger Excel VBA to execute code. Workbook Open Event Code added to the...
spot_img