Archive for the ‘Excel VBA’ Category

Excel Macro | VBA Macro | Recording Excel Macro

Sunday, October 25th, 2009

We can programmatically control the features of ms-office application using VBA. This customization is done in Visual Basic 6 editor which is built-in feature of all office application like MS Excel. We use Visual Basic language to write programming code. Any piece of code written in VBA is called a MACRO. (more…)

Excel VBA | Excel Object Model

Wednesday, October 14th, 2009

VBA stands for visual basic for applications. VBA is a programming language which is used to customize MS Excel features through piece of code. AS its name suggests, VBA infact is Visual Basic style of programming. (more…)