REAL-TIME

VBA Projects

Full Access with Source Code
  • Designed and Developed by PNRao

  • Full Access with VBA Source Code

  • Well Commented Codes Lines

  • Creative and Professional Design

Effortlessly
Manage Your Projects

120+ Project Management Templates

Seamlessly manage your projects with our powerful & multi-purpose templates for project management.

120+ PM Templates Includes:
  • 50+ Excel Templates

  • 50+ PowerPoint Templates

  • 25+ Word Templates

Share Post

Excel VBA Workbook object is the one of the most frequently used object while automating any task with VBA. We refer different Workbooks in Excel and perform various operation on Excel Workbooks. We have different Properties, Methods to deal with Excel Workbook Object. Here you can find a brief explanation about each on most useful Properties and Methods while automation any tasks.

Our objective of building this Excel VBA Explorer is to provide suitable examples on most frequently used methods and properties of Workbook object. So that you can quickly find the solution, syntax whenever you required it.

Workbook Object

We can refer any Excel Workbook using Workbook Object. Workbook is the member of the Workbooks Collection.

'Refers first workbook in the opened Workbooks
Set Wb=Workbooks(1) 

'Refers the currently Active Workbook
Set Wb=ActiveWorkbook 

'Refers the workbook where the Visual Basic code is running
Set Wb=ThisWorkbook 

Methods

Workbook methods helps us to perform different actions with Excel Workbooks. For example, we can Activate a Workbook and Delete a Workbook or Move Workbook. And also we can Protect and UnProtect Workbooks.

Excel VBA Workbook Object Methods

Properties

Properties of Workbook object will helps us to deal with various properties of Excel Workbooks. For example, we can change the Workbook tab color, we can change the name(rename) of the Workbook, etc.

More Explanation and Examples on Properties of Workbook Object will be available soon.

Effortlessly Manage Your Projects and Resources
120+ Professional Project Management Templates!

A Powerful & Multi-purpose Templates for project management. Now seamlessly manage your projects, tasks, meetings, presentations, teams, customers, stakeholders and time. This page describes all the amazing new features and options that come with our premium templates.

Save Up to 85% LIMITED TIME OFFER
Project Management Templates

All-in-One Pack
120+ Project Management Templates

Essential Pack
50+ PM Templates

Excel Pack
50+ Excel PM Templates

PowerPoint Pack
50+ Excel PM Templates

MS Word Pack
25+ Word PM Templates

Ultimate Project
Management Template
Ultimate Resource
Management Template
Project Portfolio
Management Templates
Last Updated: March 18, 2023

2 Comments

  1. Latha Madhu June 6, 2016 at 2:50 PM

    Wonderful site.. I have benefited a lot from this.
    Please update the properties section aswell.

  2. PNRao June 6, 2016 at 7:44 PM

    Hi Latha, We are glad to know that you have benefited form our blog. And sure, we will try our best to provide as many example codes as possible.

    Thanks-PNRao!

Leave A Comment