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

Home › 2014 › July
VBA – HH:MM:SS from Minutes – Format in Access(Excel)
VBA \ Excel

VBA – HH:MM:SS from Minutes – Format in Access(Excel)

Vitosh Jul 30, 2014 Tagged with HH:MM:SS from Minutes, VBA

Today I was building some Access DB, where I had to sum two variables in HH:MM:SS format. Then I had to multiply them by one integer and at the end to display them as HH:MM:SS once again. It seems really …

VBA – HH:MM:SS from Minutes – Format in Access(Excel) Read more →

VBA – Getting column name from number in Excel – Function
VBA \ Excel

VBA – Getting column name from number in Excel – Function

Vitosh Jul 28, 2014 Tagged with Excel, Generating column names from number, VBA

Long long time ago, when I was building some Excel VBA spreadsheet tool for a leading retailer, I was having some cheat-sheet in Excel, in order to find the number of the column in Excel – e.g. A-1, B-2, C-3 …

VBA – Getting column name from number in Excel – Function Read more →

VBA – Displaying the available AddIns in Excel
VBA \ Excel

VBA – Displaying the available AddIns in Excel

Vitosh Jul 6, 2014 Tagged with array, Excel AddIns, VBA

With the current article, I simply present a good way to list all the AddIns you have in MS Office, using VBA.   Pretty much, I declare a string array and I redimensionize it. Then for each addin in the …

VBA – Displaying the available AddIns in Excel Read more →

VBA – Early and Late Binding
VBA \ Excel

VBA – Early and Late Binding

Vitosh Jul 6, 2014 Tagged with Early and late binding, early binding, late binding, VBA

What exactly are early and late bindings? This is what MSDN tells us about it: The Visual Basic compiler performs a process called binding when an object is assigned to an object variable. An object is early bound when it is assigned to a …

VBA – Early and Late Binding Read more →

Copyright © 2026 VitoshAcademy