↓ 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: September 2014

VBA – Excel custom functions – Document Properties

By Vitosh Posted on September 27, 2014 Posted in VBA \ Excel Tagged with custom function with vba, Excel, VBA
VBA – Excel custom functions – Document Properties

If you program with Excel and VBA, probably you have plenty of various functions, showing you how to access some of the file properties. Mainly file path and file name. With the current VBA module, you may see how to …

VBA – Excel custom functions – Document Properties Read more »

VBA – Save a Chart as a Picture (Gif)

By Vitosh Posted on September 27, 2014 Posted in VBA \ Excel Tagged with Excel, save diagram as gif, Save Diagram as picture, VBA
VBA – Save a Chart as a Picture (Gif)

With the current article I will simple present some easy code, transferring Chart (diagram) to a picture. It is not something unusual, but sometimes it may be very handy, if you are trying to use the picture later. So, let’s imagine …

VBA – Save a Chart as a Picture (Gif) Read more »

C# – Enumeration – Classes builders

By Vitosh Posted on September 23, 2014 Posted in C Sharp Tricks Tagged with C#, Classes builders, Enumeration
C# – Enumeration – Classes builders

This week I have started again to look into Object Oriented Programming with C#. Thus, I have built a small example of OOP, using Enumeration. In the example I have two classes – the class “RunningCar”, containing the Main method …

C# – Enumeration – Classes builders Read more »

C# – Defining Classes – SoftUni Homework

By Vitosh Posted on September 22, 2014 Posted in C Sharp Tricks Tagged with C#, Defining Classes, LINQ
C# – Defining Classes – SoftUni Homework

Some time ago I wrote a homework, concerning building classes. The easiest part of it looked like this as a task: Define a class Person that has name, age and email. The name and age are mandatory. The email is optional. …

C# – Defining Classes – SoftUni Homework Read more »

VBA – Create Query with VBA

By Vitosh Posted on September 6, 2014 Posted in VBA \ Excel Tagged with create query, ms access, query, VBA
VBA – Create Query with VBA

There are many ways to create a query in Access. However, creating a query with VBA code is something quite challenging. The code below creates an object of type query, named “MyQuery”. The SQL of the object is also given …

VBA – Create Query with VBA Read more »

Copyright © 2026 VitoshAcademy