Excel VBA

Free downloadable Excel templates for project management, budgeting, invoicing, scheduling, and data analysis. Professional templates compatible with Excel 365, 2024, and 2021.

Advanced Excel VBA Programming

2022-06-17T03:52:29+05:30


Advanced VBA Programming helps you to develop user friendly applications.Learn by following our easy to follow step by step tutorials and automate any task.

In this Section:
  • Advanced VBA Programming - Learning Outcomes.
  • Learning Path (TOC): Start Learning Advanced VBA.
  • Are you feeling these topics are more advanced? Don't panic!
  • Are you novice to Excel? Start Learning from the Basics!
  • I have completed Advanced VBA, What Next?
Advanced Excel VBA Programming2022-06-17T03:52:29+05:30

Get Active Workbook or Worksheet Name Path FullName in Excel VBA

2022-06-17T03:52:44+05:30

When we are working with workbooks and worksheets, some times we may required to access the workbook name or a worksheet name.

Solution:
You can get a workbook or a worksheet names by using Name property of the workbook or worksheet.
Get Active Workbook or Worksheet Name Path FullName in Excel VBA2022-06-17T03:52:44+05:30

Run a Macro Automatically on Opening Excel Workbook

2022-06-17T03:52:36+05:30

Sometimes you may want to run a particular macro automatically while opening the excel file.

Example Cases:
  • You may want to show a welcome message to the user
  • You may want to run some sarting scripts before while opening the workbook
  • You may want to fill some data while opening the workbook
  • You may want to activate a particular sheet while opening the workbook
  • You may want to show a user form while opening the workbook
Solution:
We can use Workbook_Open() method or Auto_Open() method to achieve this.
Run a Macro Automatically on Opening Excel Workbook2022-06-17T03:52:36+05:30

Excel VBA Programming

2013-01-05T00:00:00+05:30

Excel VBA Programming helps to learn from the basics to [...]

Excel VBA Programming2013-01-05T00:00:00+05:30
Go to Top