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

Data Analysis

  • Use Data Form to input, edit and delete records in Excel
  • Understanding Anova in Excel
  • How to calculate average last N values in a table in Excel
  • How To Remove Duplicates In Excel Column Or Row?
  • Filter Data Based on Date in Excel

References

  • Offset in Excel
  • Two-way lookup with VLOOKUP in Excel
  • Excel Advanced Lookup using Index and Match Functions
  • Basic INDEX MATCH approximate in Excel
  • How to use Excel FORMULATEXT function

Data Validations

  • Excel Data validation unique values only
  • Excel Data validation specific characters only
  • Excel Data validation date in specific year
  • Excel Data validation date in next 30 days
  • Excel Data validation don’t exceed total

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: Description, Usage, Syntax, Examples and Explanation
  • IF, AND, OR and NOT Functions Examples in Excel
  • Extract multiple matches into separate rows in Excel
  • Check multiple cells are equal in Excel
  • SWITCH function example in Excel

Date Time

  • Get days before a date in Excel
  • Get last weekday in month in Excel
  • Get day name from date in Excel
  • MINUTE function: Description, Usage, Syntax, Examples and Explanation
  • Calculate retirement date in Excel

Grouping

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

General

  • Check if multiple cells have same value with case sensitive in Excel
  • How to get original number from percent change in Excel
  • Count cells that do not contain errors in Excel
  • Excel Operators
  • Basic numeric sort formula in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning