Tagged: Excel VBA

Excel VBA Course (7): Excel VBA Language Basics - Syntax

This article looks at syntax among the basics of the Excel VBA language. This is a continuation of the previous article. Excel VBA Course (6): Excel VBA Language Basic-Variables 3.2. Language Syntax The VBA language syntax is the same as the Visual Basic syntax. You don't need to know all the syntax at first, just the syntax summarized here is sufficient. all...

Excel VBA Course (6): Excel VBA Language Basics - Variables

In this article, we look at the contents of variables among the basics of the Excel VBA language. This is a continuation of the previous article. Excel VBA Lecture (5): Excel File Extension, VBE, Font Setting 3. Excel VBA Language Basics 3.1. Variables Examine variable declarations and binding methods. 3.1.1. Declare a variable with the following syntax...

Excel VBA Course (5): Excel File Extension, VBE, Font Settings

This article examines the differences in Excel file extensions, VBE (Visual Basic Editor), and recommended font settings. This is a continuation of the previous article. Excel VBA Lecture (4): Handling Excel Object Model 2.6. Excel file extension Excel versions prior to 2007 had only one extension, '.xls'. Since Excel 2007 '.xlsx', 'xlsm', 'xlsb'...

엑셀 Object Model(전체) Page 3

Excel VBA Course (4): Working with Excel Object Model

In this article, we will look at how to handle the Excel Object Model. 2.4. Understanding the Excel Object Model with Simple Code 2.4.1. Basic Object Access Let's look at the most basic code that accesses files, sheets, ranges, and cells. For reference, the global object Application can be omitted when accessing the object. 1 below...

Excel VBA Course (3): Excel Object Model

2.3. Excel Object Model Excel VBA is a programming language that handles Excel. More precisely, it is a language that handles Excel's Object Model. You need to know how Excel is structured to be able to handle it well. If you understand just one picture below, the most important and frequently used in Excel Object Model...

Excel VBA Course (2): Excel VBA Basics

2. Excel VBA Basics 2.1. Basic Environment Settings To use VBA-related functions, first set the Developer tab to be visible on the Excel ribbon menu. Depending on the Excel version, the displayed screen is slightly different, but the method is almost the same. Run Excel and proceed with the following steps to set it up. File > Options >...

Excel VBA Course(1): Overview of Excel VBA

This is the first article of the main part of the previous Excel VBA lecture preview. Welcome to the Excel VBA course. (Lecture notice, feat. Reason for recommending Excel VBA) 1. Excel VBA Overview A function written in VBA language similar to VB is called Macro. 1.1. VBA, Macro concept VBA (Visual Basic for Application) is a development language (and...

Start the Excel VBA course. (Lecture notice, feat. Why we recommend Excel VBA)

I am planning to organize the Excel VBA PPT materials that I presented to company employees a few years ago and post them on my blog. It may be a little difficult for those who have no coding experience in programming languages, but I will try to explain it as simply as possible. 😅 If you use Excel VBA well, your work productivity will increase and the quality of your output will increase....

black and white ceramic tea cup with saucer on black wooden table

Work distribution optimization tool using one-dimensional bin packing algorithm Full Contents, Download

The entire table of contents of the explanation about the work distribution optimization tool using the one-dimensional bin packing algorithm is separately organized. I put a link in the entire table of contents so that you can find the contents of this article as an index. 1. Overview of 1D Bin Packing Optimization Algorithm 1.1. Necessity of Bin Packing 1.2....

One-dimensional Bin Packing Tool Recent Changes (as of March 21, 2021)

1. The description of the one-dimensional bin packing tool written on the summary of changes blog is based on 2017-11-19. Related article: Work distribution optimization using one-dimensional bin packing algorithm_1. Overview – Productivity Skill (prodskill.com) There are improvements while carrying out the K company project on 2021-03-21, so they are organized separately. Item Size from Integer (Long) to Real (Double)...

en_USEnglish