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

Data Analysis

  • Move chart to a separate worksheet in Excel
  • Working With Tables in Excel
  • Use Data Form to input, edit and delete records in Excel
  • Conditional Formatting Color Scales Examples in Excel
  • How to add Trendline to a chart in Excel

References

  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • How to create dynamic named range with OFFSET in Excel
  • How to get last row in text data in Excel
  • Create hyperlink with VLOOKUP in Excel
  • To count total rows in a range in Excel

Data Validations

  • Excel Data validation date in next 30 days
  • Excel Data validation with conditional list
  • Excel Data validation allow weekday only
  • Excel Data validation must begin with
  • Excel Data validation specific characters only

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

  • AND function: Description, Usage, Syntax, Examples and Explanation
  • How to return blank in place of #DIV/0! error in Excel
  • XOR function: Description, Usage, Syntax, Examples and Explanation
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • IF, AND, OR and NOT Functions Examples in Excel

Date Time

  • HOUR function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate next scheduled event in Excel
  • Add days to date in Excel
  • How to show last updated date stamp in Excel
  • Basic Overtime Calculation Formula in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • How to randomly assign data to groups in Excel
  • Group arbitrary text values in Excel
  • Running count group by n size in Excel
  • Map text to numbers in Excel

General

  • Currency vs Accounting Format in Excel
  • Automatically fill series of cells in Excel using AutoFill
  • How to calculate project complete percentage in Excel
  • Common Errors in Excel
  • Spell Check in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning