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

Data Analysis

  • Data Series in Excel
  • How to calculate current stock or inventory in Excel
  • Get column index in Excel Table
  • Get column name from index in Excel Table
  • How to combine 2 or more chart types in a single chart in Excel

References

  • Extract all partial matches in Excel
  • Vlookup Examples in Excel
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel FORMULATEXT function
  • How to use Excel OFFSET function

Data Validations

  • Excel Data validation number multiple 100
  • Excel Data validation don’t exceed total
  • Excel Data validation must not contain
  • Excel Data validation must begin with
  • Excel Data validation must contain specific text

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

  • XOR function: Description, Usage, Syntax, Examples and Explanation
  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel FALSE Function
  • How to return blank in place of #DIV/0! error in Excel
  • How to use Excel XOR Function

Date Time

  • How to get same date next month or previous month in Excel
  • Create date range from two dates in Excel
  • Get first Monday before any date in Excel
  • Pad week numbers with zeros in Excel
  • How to calculate next scheduled event in Excel

Grouping

  • How to randomly assign data to groups in Excel
  • Categorize text with keywords in Excel
  • If cell contains one of many things in Excel
  • Group times into unequal buckets in Excel
  • How to randomly assign people to groups in Excel

General

  • How to calculate percent sold in Excel
  • Split Cell Content Using Text to Columns in Excel
  • 3D SUMIF for multiple worksheets in Excel
  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
  • Excel Default Templates
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning