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

Data Analysis

  • How to create a Histogram in Excel
  • How to Create Thermometer Chart in Excel
  • Reverse List in Excel
  • Subtotal function in Excel
  • How to count table rows in Excel

References

  • Basic INDEX MATCH approximate in Excel
  • How to retrieve first match between two ranges in Excel
  • How to use Excel TRANSPOSE Function
  • How to use Excel ROW Function
  • How to use Excel INDIRECT Function

Data Validations

  • Excel Data validation must begin with
  • Excel Data validation exists in list
  • Excel Data validation only dates between
  • How To Create Drop-down List in Excel
  • Excel Data validation date in specific year

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

  • Return blank if in Excel
  • SWITCH function example in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • Nested IF function example in Excel

Date Time

  • How to calculate next scheduled event in Excel
  • Extract date from a date and time in Excel
  • Get work hours between dates in Excel
  • How to enter Today’s Date or Static Date and Time in Excel
  • How to calculate Quarter of Date in Excel

Grouping

  • Group times into 3 hour buckets in Excel
  • Group numbers with VLOOKUP in Excel
  • If cell contains one of many things in Excel
  • Running count group by n size in Excel
  • Group arbitrary text values in Excel

General

  • Check if multiple cells have same value with case sensitive in Excel
  • Share Excel data with Word documents
  • How to Insert Cells, Row and Rows in Excel
  • How to calculate percent variance in Excel
  • 231 Keyboard Shortcut Keys In Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning