↓ 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

Home › 2014 › September
VBA – Excel custom functions – Document Properties
VBA \ Excel

VBA – Excel custom functions – Document Properties

Vitosh Sep 27, 2014 Tagged with custom function with vba, Excel, VBA

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)
VBA \ Excel

VBA – Save a Chart as a Picture (Gif)

Vitosh Sep 27, 2014 Tagged with Excel, save diagram as gif, Save Diagram as picture, VBA

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
C Sharp Tricks

C# – Enumeration – Classes builders

Vitosh Sep 23, 2014 Tagged with C#, Classes builders, Enumeration

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
C Sharp Tricks

C# – Defining Classes – SoftUni Homework

Vitosh Sep 22, 2014 Tagged with C#, Defining Classes, LINQ

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
VBA \ Excel

VBA – Create Query with VBA

Vitosh Sep 6, 2014 Tagged with create query, ms access, query, 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