Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Excel Frequency Function Example
  • How To Perform and Interpret Regression Analysis in Excel
  • Conflicting Multiple Conditional Formatting Rules in Excel
  • How to calculate current stock or inventory in Excel
  • How to count table rows in Excel

References

  • Perform case-sensitive Lookup in Excel
  • To count total rows in a range in Excel
  • Basic INDEX MATCH approximate in Excel
  • How to get address of first cell in range in Excel
  • Get nth match with INDEX / MATCH in Excel

Data Validations

  • Excel Data validation number multiple 100
  • Excel Data validation exists in list
  • Excel Data validation must begin with
  • Prevent invalid data entering in specific cells
  • Excel Data validation require unique number

Path and FullName property in Excel VBA

by

The Path property in Excel VBA returns the complete, saved path to the workbook (Excel file). The FullName property in Excel VBA returns the complete, saved path, including the name of the workbook.

Download path-fullname.xls and add it to “C:\test\”

Place a command button on your worksheet and add the following code lines:

1. The following code line returns the complete path to path-fullname.xls.

MsgBox Workbooks("path-fullname.xls").Path

Result:

2. The following code line returns the complete path, including the name of the active workbook.

MsgBox ActiveWorkbook.FullName

Result:

Post navigation

Previous Post:

How to use Excel CHOOSE Function

Next Post:

Customize Ribbon In Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel XOR Function
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • IF with boolean logic in Excel
  • IF with wildcards in Excel

Date Time

  • How to calculate future date say 6 months ahead in Excel
  • Count day of week between dates in Excel
  • Basic Overtime Calculation Formula in Excel
  • How to calculate quarter from date in Excel
  • How to calculate next scheduled event in Excel

Grouping

  • Group numbers at uneven intervals in Excel
  • If cell contains one of many things in Excel
  • Group arbitrary text values in Excel
  • How to randomly assign people to groups in Excel
  • Group times into unequal buckets in Excel

General

  • Basic error trapping example in Excel
  • How to calculate percentage of total in Excel
  • Subtotal invoices by age in Excel
  • Freeze and Unfreeze Panes in Excel
  • Find, Trace and Correct Errors in Excel Formulas using ‘Formula Auditing’
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning