top of page
Recent Posts
![What are Do While Loops and How to Use Them - VBA Tutorial](https://static.wixstatic.com/media/2d24e3_733370e9c0a047e388910e6d7aa042f3~mv2.png/v1/fill/w_293,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_733370e9c0a047e388910e6d7aa042f3~mv2.webp)
What are Do While Loops and How to Use Them - VBA Tutorial
In VBA, a Do While loop is a type of loop that will continue to repeat a set of instructions until a specific condition is met. Contents:...
![VBA Naming Conventions & How to Write Good Variable Names - VBA Tutorial](https://static.wixstatic.com/media/2d24e3_26815fdda9034a0fbe4994754fd3b429~mv2.png/v1/fill/w_294,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_26815fdda9034a0fbe4994754fd3b429~mv2.webp)
VBA Naming Conventions & How to Write Good Variable Names - VBA Tutorial
Naming your variables properly is an important, but often overlooking, building block that, once learned, will improve your codes...
![How to Declare Variables and Data Types - VBA Tutorial](https://static.wixstatic.com/media/2d24e3_26815fdda9034a0fbe4994754fd3b429~mv2.png/v1/fill/w_293,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_26815fdda9034a0fbe4994754fd3b429~mv2.webp)
How to Declare Variables and Data Types - VBA Tutorial
Declaring variables is an essential part of programming in VBA. Declaring properly will help you avoid errors and improve the overall...
![How to Structure VBA Code and Macros in Excel - VBA Tutorial](https://static.wixstatic.com/media/2d24e3_e54f9310d98641a991fafe3ca4679279~mv2.png/v1/fill/w_293,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_e54f9310d98641a991fafe3ca4679279~mv2.webp)
How to Structure VBA Code and Macros in Excel - VBA Tutorial
When creating macros and writing VBA, it is important to logically structure your code to maximize readability and ensure your code is as...
![How to Write Presentable VBA Code and Macros - VBA Tutorial](https://static.wixstatic.com/media/2d24e3_f65bde1789d94d4c9d9d3bc579878f2d~mv2.png/v1/fill/w_294,h_189,fp_0.50_0.50,q_95,enc_auto/2d24e3_f65bde1789d94d4c9d9d3bc579878f2d~mv2.webp)
How to Write Presentable VBA Code and Macros - VBA Tutorial
Good code presentation is an important part of writing VBA (or any other programming language for that matter), and will make your code...
![What are For Loops and How to Use Them - VBA Tutorial](https://static.wixstatic.com/media/2d24e3_733370e9c0a047e388910e6d7aa042f3~mv2.png/v1/fill/w_293,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_733370e9c0a047e388910e6d7aa042f3~mv2.webp)
What are For Loops and How to Use Them - VBA Tutorial
For loops are an essential programming method used across many different languages, and allow for more precise, readable, and flexible...
![How to use the BAHTTEXT Function in Excel with Examples](https://static.wixstatic.com/media/2d24e3_d5eb659c37cf45fb91e71d605e61ab32~mv2.png/v1/fill/w_293,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_d5eb659c37cf45fb91e71d605e61ab32~mv2.webp)
How to use the BAHTTEXT Function in Excel with Examples
The BAHTTEXT function will convert any number into Thai text while applying a "Baht" suffix. Contents: Syntax Explanation Example -...
![How to use the DOLLAR Function in Excel with Examples](https://static.wixstatic.com/media/2d24e3_8b51a71a156441e2af0d2ae48d568595~mv2.png/v1/fill/w_294,h_181,fp_0.50_0.50,q_95,enc_auto/2d24e3_8b51a71a156441e2af0d2ae48d568595~mv2.webp)
How to use the DOLLAR Function in Excel with Examples
The DOLLAR function will convert any number into text while applying the standard dollar currency format. Contents: Syntax Explanation...
![How to Calculate the Number of Days in a Month From a Date](https://static.wixstatic.com/media/2d24e3_2f14e8cfcd5049fab1a35190e3172c47~mv2.png/v1/fill/w_293,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_2f14e8cfcd5049fab1a35190e3172c47~mv2.webp)
How to Calculate the Number of Days in a Month From a Date
A quick way to return the number of days in any given month using a formula. Contents: Formula Explanation Formula = EOMONTH(date,0) -...
![How to Return the End of the Month From A Date in Excel](https://static.wixstatic.com/media/2d24e3_d62d76de54f342f49da7e0a98773dfe0~mv2.png/v1/fill/w_293,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_d62d76de54f342f49da7e0a98773dfe0~mv2.webp)
How to Return the End of the Month From A Date in Excel
Here is a quick formula that will allow you to return the end of the month from any date in Excel. Contents: Formula Explanation Example...
![How to Get the First Day of the Month From A Date in Excel](https://static.wixstatic.com/media/2d24e3_d6cd2c91f25740cb92099430cafd03b0~mv2.png/v1/fill/w_294,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_d6cd2c91f25740cb92099430cafd03b0~mv2.webp)
How to Get the First Day of the Month From A Date in Excel
Here is a quick formula that will allow you to return the beginning of the month from any date in Excel. Contents: Formula Explanation...
![How to Extract The Year From any Date in Excel](https://static.wixstatic.com/media/2d24e3_6713b12ba88148b4bd105069f3479d00~mv2.png/v1/fill/w_293,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_6713b12ba88148b4bd105069f3479d00~mv2.webp)
How to Extract The Year From any Date in Excel
When working in Excel, often times you'll want to be pulling a lot of information automatically from dates. There are a couple different...
![How to Extract The Month From any Date in Excel](https://static.wixstatic.com/media/2d24e3_0bb75a7a6bf643c0b5aefcba0b808f4d~mv2.png/v1/fill/w_293,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_0bb75a7a6bf643c0b5aefcba0b808f4d~mv2.webp)
How to Extract The Month From any Date in Excel
When working in Excel, often times you'll want to be pulling a lot of information automatically from dates. There are a few different...
![How to Extract The Day From any Date in Excel](https://static.wixstatic.com/media/2d24e3_d89940d4554e426699271e7bc01e8ca9~mv2.png/v1/fill/w_294,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_d89940d4554e426699271e7bc01e8ca9~mv2.webp)
How to Extract The Day From any Date in Excel
When working in Excel, often times you'll want to be pulling a lot of information automatically from dates. There are a few different...
![How to Pull Quarters Out of a Date in Excel](https://static.wixstatic.com/media/2d24e3_30f2f3eb034247a989e45978ea4d3aea~mv2.png/v1/fill/w_293,h_220,fp_0.50_0.50,q_95,enc_auto/2d24e3_30f2f3eb034247a989e45978ea4d3aea~mv2.webp)
How to Pull Quarters Out of a Date in Excel
When doing any work with dates in Excel, often times you'll want to be able to split up your date into separate quarters. There is no...
bottom of page