Arduino

Arduino is a prototype platform (open-source) based on an easy-to-use hardware and software. It consists of a circuit board, which can be programed (referred to as a microcontroller) and a…

Continue ReadingArduino

VBA – Excel Objects

  • Post author:
  • Post category:VBA
  • Post comments:1 Comment

When programming using VBA, there are a few important Excel objects that a user would be dealing with. Application ObjectsWorkbook ObjectsWorksheet ObjectsRange Objects Application Objects The Application object consists of…

Continue ReadingVBA – Excel Objects

VBA – Events

  • Post author:
  • Post category:VBA
  • Post comments:4 Comments

VBA, an event-driven programming can be triggered when you change a cell or range of cell values manually. Change event may make things easier, but you can very quickly end…

Continue ReadingVBA – Events