VBA

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