Excel Objects


Project Explorer

VBA is a language that can be used not only with the Microsoft Office applications as Excel but also with the Windows operating system […]


Range & Cells

The cells object always refers to a single cell, while the range object can refer to one or more disjoined cells […]


Workbook

There are a lot ofย methods,ย propertiesย andย eventsย attached to the workbook object. The workbook object is, in fact, an element of theย workbooksย collection […]


Row & Column

On a spreadsheet, the rows and columns are the key elements on which you will manipulate your data. These objects have manyย propertiesย andย methodsย  […]


Sheet

Sheets are presented in the Excel tool as tabs. A sheet has since the 2007 version of Excelย 1,048,576 rowsย forย 16,384 columns […]