+ Reply to Thread
Results 1 to 2 of 2

Pull drive information into worksheet

Hybrid View

  1. #1
    CM
    Guest

    Pull drive information into worksheet

    Is there an Excel function that captures which drive partition the worksheet
    is in (e.g., C:\, D:\, etc.) ?

    Thank you,

    CM

  2. #2
    Ian
    Guest

    Re: Pull drive information into worksheet

    One way

    Sub FindDrive()

    MsgBox "The drive is " & Left(ActiveWorkbook.Path, 3)

    End Sub

    --
    Ian
    --
    "CM" <CM@discussions.microsoft.com> wrote in message
    news:67437381-FB9D-4CAD-B850-3C6D0DE28081@microsoft.com...
    > Is there an Excel function that captures which drive partition the
    > worksheet
    > is in (e.g., C:\, D:\, etc.) ?
    >
    > Thank you,
    >
    > CM




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1