↓ 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: July 2018

Home › 2018 › July
VBA – Fill Numbers in a Given Range
VBA \ Excel

VBA – Fill Numbers in a Given Range

Vitosh Jul 29, 2018 Tagged with Excel, matrix, range, VBA

So, the idea is the following –  imagine that you have an NxN range, which should be filled out with consecutive numbers. Thus, if the range is 6×6, you start filling the numbers normally and once you reach the 6. …

VBA – Fill Numbers in a Given Range Read more →

Format and Color Text in Excel Cell with VBA
Else - Just Tricks, VBA \ Excel

Format and Color Text in Excel Cell with VBA

Vitosh Jul 21, 2018 Tagged with Excel, format text in cell, VBA

Formatting a substring of a string in an Excel Cell is actually quite a challenging task. There are two ways to do it – select part of the substring that you wish to format and change its color. Then make …

Format and Color Text in Excel Cell with VBA Read more →

How to Change Tab Color in Excel with VBA
VBA \ Excel

How to Change Tab Color in Excel with VBA

Vitosh Jul 15, 2018 Tagged with Excel, Multiple Tabs color, VBA

Changing tab color of Excel is somehow useful. With VBA, it is easily programmed, as far as one can use the macro recorder to see the correct way to do it. However, if you need to change the color of …

How to Change Tab Color in Excel with VBA Read more →

VBA – Using Parameters in a VBA SQL Query To a Database
SQL, VBA \ Excel

VBA – Using Parameters in a VBA SQL Query To a Database

Vitosh Jul 7, 2018 Tagged with parameters, sql, sql query excel, VBA

In this article I will simply use the code from my first guest author Mathieu, to build up some small working solution, that uses parameters: So, the two classes, provided by Mathieu are here as well  GitHub, named AdoValueConventer.cls and SqlCommand.cls. …

VBA – Using Parameters in a VBA SQL Query To a Database Read more →

Copyright © 2026 VitoshAcademy