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

Data Analysis

  • How to combine 2 or more chart types in a single chart in Excel
  • Excel Frequency Function Example
  • How to sum a total in multiple Excel tables
  • Everything about Charts in Excel
  • Get column name from index in Excel Table

References

  • Find closest match in Excel
  • Merge tables with VLOOKUP in Excel
  • How to use Excel VLOOKUP Function
  • Offset in Excel
  • How to use Excel OFFSET function

Data Validations

  • Excel Data validation date in next 30 days
  • Prevent invalid data entering in specific cells
  • Excel Data validation no punctuation
  • 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

Next Post:

Count cells between dates 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

  • Extract multiple matches into separate rows in Excel
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel TRUE Function
  • NOT function: Description, Usage, Syntax, Examples and Explanation
  • Return blank if in Excel

Date Time

  • EDATE function: Description, Usage, Syntax, Examples and Explanation
  • Pad week numbers with zeros in Excel
  • Convert text timestamp into time in Excel
  • Get work hours between dates and times in Excel
  • Next biweekly payday from date in Excel

Grouping

  • Map text to numbers in Excel
  • If cell contains one of many things in Excel
  • How to randomly assign people to groups in Excel
  • Group times into 3 hour buckets in Excel
  • Running count group by n size in Excel

General

  • Excel Default Templates
  • How to fill cell ranges with random text values in Excel
  • How to count total number of cells in a rectangular range in Excel
  • With vs Without Array Formula in Excel
  • How to calculate percent of goal in Excel
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning