Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
CM CM is offline
external usenet poster
 
Posts: 136
Default 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   Report Post  
Posted to microsoft.public.excel.programming
Ian Ian is offline
external usenet poster
 
Posts: 238
Default Pull drive information into worksheet

One way

Sub FindDrive()

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

End Sub

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

Thank you,

CM



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pull Information from one sheet to another Christina Excel Worksheet Functions 1 December 3rd 08 07:24 PM
HOW CAN I PULL INFORMATION FROM ONE SHEET TO ANOTHER IF NOT # K Excel Worksheet Functions 4 June 8th 06 07:53 AM
Pull information from one worksheet to another Debbie Excel Discussion (Misc queries) 5 October 7th 05 02:16 PM
How do I pull information from one worksheet to another using cer. JeAnFrLe Excel Worksheet Functions 1 April 1st 05 07:18 AM
Pasting a range of information from a foler on F Drive to another folder on same drive Tom Ogilvy Excel Programming 1 August 3rd 03 01:50 AM


All times are GMT +1. The time now is 05:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"