↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Month: August 2013

Home › 2013 › August
MS Excel – Simple Linear Regression
Else - Just Tricks

MS Excel – Simple Linear Regression

Vitosh Aug 31, 2013 Tagged with Excel, Forecasting

Linear regression is something rather useful for forecasting analysis. If you want to understand more about linear regression, you may go to wikipedia, there you have a wonderful article about it. Long story short, linear regression is an approach, modeling …

MS Excel – Simple Linear Regression Read more →

SQL – Simple query with MS Access – Best In Class per Class
Else - Just Tricks

SQL – Simple query with MS Access – Best In Class per Class

Vitosh Aug 30, 2013

In this article with MS Access I will show how to create a good MS Access query, which results in best in class results. Let’s imagine, that we have the following data: In this database, we have four columns – …

SQL – Simple query with MS Access – Best In Class per Class Read more →

VBA – Open a Table at MS Access
VBA \ Excel

VBA – Open a Table at MS Access

Vitosh Aug 20, 2013

In this article I will continue the subject concerning VBA and MS Access. I have thought of a rule of a thumb, presenting only 3 macros per article, thus being sure that the reader does not get bored. Here I …

VBA – Open a Table at MS Access Read more →

VBA – Three easy Excel Macros which will make your life easier
VBA \ Excel

VBA – Three easy Excel Macros which will make your life easier

Vitosh Aug 17, 2013

With this article I am going to present just a few easy Excel Macros, which I have found useful once. The first one is a typical example of loops in VBA and it creates an excel spreadsheet with tabs for …

VBA – Three easy Excel Macros which will make your life easier Read more →

SQL – Access and Wikipedia – quick way to learn the basics
Else - Just Tricks

SQL – Access and Wikipedia – quick way to learn the basics

Vitosh Aug 15, 2013

It is quite challenging and quite not interesting to learn SQL if you are a complete beginner – after reading a lot, about installation of servers and programs many people just quit and state that it is not their thing. …

SQL – Access and Wikipedia – quick way to learn the basics Read more →

VBA – Export of selected cells to HTML
VBA \ Excel

VBA – Export of selected cells to HTML

Vitosh Aug 13, 2013

Hello! In this article I will present a code for the easy export of selected cells into a HTML file. In general, the code functions in the following way: 1. Takes a look at the selected range and performs a …

VBA – Export of selected cells to HTML Read more →

C Sharp Tricks

C# – Check number and fill lists – Video

Vitosh Aug 8, 2013

In this video I perform a check whether a number is an integer or a double. If it is double, it fills out a List<double>(); and if it is integer, it fills out a List<int>(); Once something is entered, which …

C# – Check number and fill lists – Video Read more →

C Sharp Tricks

C# – Random Password Generator – Video

Vitosh Aug 7, 2013

I know a lot of people, having problems creating passwords. With the current code I will show you how to create a password using C#. The password consists of at least two capital letters, two small letters, a digit and …

C# – Random Password Generator – Video Read more →

VBA – Opening and closing Word from Excel
VBA \ Excel

VBA – Opening and closing Word from Excel

Vitosh Aug 6, 2013

Do you know that VBA can take over all the control over different MS Office applications? This is a simple example how you can open and close a Word application from Excel. In order to do this, you may use …

VBA – Opening and closing Word from Excel Read more →

VBA – Custom Excel Formulas
VBA \ Excel

VBA – Custom Excel Formulas

Vitosh Aug 4, 2013

In this article I will show how to make custom MS Formulas. This is quite useful, if you want to use a formula, which is not available in the predefined Excel formulas. The inspiration for this article came, after I …

VBA – Custom Excel Formulas Read more →

VBA – Puzzle Game in Excel
VBA \ Excel

VBA – Puzzle Game in Excel

Vitosh Aug 2, 2013

So, in this post I will show you a puzzle game in MS Excel – it is like the old one, the kids from the ’90s used to have, before we had PCs. So, the excel file is here, just …

VBA – Puzzle Game in Excel Read more →

C Sharp Tricks

C# – Quick Exchange Rate Calculator – Video

Vitosh Aug 1, 2013

Hello All, I have created a small video, showing how to make use of the do-while loop for creation of small console applications. The interesting part of the code is the usage of the do-while loop, which executes the code …

C# – Quick Exchange Rate Calculator – Video Read more →

Copyright © 2026 VitoshAcademy