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

Data Analysis

  • Reverse List in Excel
  • Create Scatter Chart in Excel
  • How to create Checklist in Excel
  • How to Use Solver Tool in Excel
  • How to Create One and Two Variable Data Tables in Excel

References

  • Find closest match in Excel
  • Complete List of Excel Lookup and Reference Functions, References and Examples
  • Last row number in range
  • Approximate match with multiple criteria in Excel
  • How to get last row in numeric data in Excel

Data Validations

  • Excel Data validation only dates between
  • Excel Data validation date in next 30 days
  • Excel Data validation don’t exceed total
  • Data validation must not exist in list
  • Excel Data validation must begin with

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

  • How to use Excel NOT Function
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • Invoice status with nested if in Excel
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • FALSE function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • ISOWEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • Add years to date in Excel
  • Get month name from date in Excel
  • Get day name from date in Excel
  • Convert date to Julian format in Excel

Grouping

  • Map text to numbers in Excel
  • If cell contains one of many things in Excel
  • How to randomly assign data to groups in Excel
  • How to randomly assign people to groups in Excel
  • Categorize text with keywords in Excel

General

  • How to calculate percentage discount in Excel
  • Select, Insert, Rename, Move, Delete Worksheets in Excel
  • Mark Workbook as Final in Excel
  • Basic numeric sort formula in Excel
  • How to generate random number between two numbers in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning