View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default filisystem again

does this help?

Sub mypath()
MsgBox ActiveWorkbook.Path
End Sub

--
Don Guillett
SalesAid Software

"alvin Kuiper" wrote in message
...
Hi

Is there away where i can see the drive name
i'm running the file from?

I have try whit filesystem getdrivename
but i can't get i to work

It shall juts returning the drive name where i running
the file from.

Hope someone can help

best redards

alvin