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

Home › 2018 › January
The dates in Excel, VBA and SQL Server
VBA \ Excel

The dates in Excel, VBA and SQL Server

Vitosh Jan 29, 2018 Tagged with dates problem, Excel, SQL Server, VBA

There is a lot over the Internet, written for the dates in Excel, VBA and SQL Server, but still, there is quite much to be written. In general, it all has started, when the developers of Lotus 1-2-3 have decided …

The dates in Excel, VBA and SQL Server Read more →

VBA – Sum array with recursion
VBA \ Excel

VBA – Sum array with recursion

Vitosh Jan 22, 2018 Tagged with recursion, VBA

This is what Wikipedia says about Recursion: Recursion occurs when a thing is defined in terms of itself or of its type. Recursion is used in a variety of disciplines ranging from linguistics to logic. The most common application of recursion is in mathematics and …

VBA – Sum array with recursion Read more →

VBA – How to refer a function ByVal, when the parameter is explicitly ByRef
VBA \ Excel

VBA – How to refer a function ByVal, when the parameter is explicitly ByRef

Vitosh Jan 9, 2018 Tagged with by ref, by val, VBA, why byref byval

Ok, you have read the title correctly – there is a way to refer a parameter ByValue, even though the parameter contains explicitly the word ByRef in it. Let’s start with the functions. Imagine a function, getting an array as parameter …

VBA – How to refer a function ByVal, when the parameter is explicitly ByRef Read more →

Copyright © 2026 VitoshAcademy