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 do a t-Test in Excel?
  • How to calculate average last N values in a table in Excel
  • How to create Checklist in Excel
  • How To Load Analysis ToolPak in Excel

References

  • Extract data with helper column in Excel
  • How to get address of last cell in range in Excel
  • Excel Advanced Lookup using Index and Match Functions
  • Count unique text values with criteria
  • How to get first row number in range in Excel

Data Validations

  • How To Create Drop-down List in Excel
  • Excel Data validation must begin with
  • Excel Data validation whole percentage only
  • Excel Data validation only dates between
  • Excel Data validation no punctuation

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

  • OR function Examples in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • Return blank if in Excel
  • IF with wildcards in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Assign points based on late time in Excel
  • Add business days to date in Excel
  • How to calculate quarter from date in Excel
  • How to calculate Quarter of Date in Excel
  • TIMEVALUE function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Group numbers at uneven intervals in Excel
  • Running count group by n size in Excel
  • Group times into unequal buckets in Excel
  • Map inputs to arbitrary values in Excel
  • How to randomly assign people to groups in Excel

General

  • Subtotal by invoice number in Excel
  • Check if multiple cells have same value in Excel
  • Split Cell Content Using Text to Columns in Excel
  • How to calculate percent change in Excel
  • Hide and Unhide Columns or Rows in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning