Thread
:
Obtain Path on open workbook
View Single Post
#
5
Posted to microsoft.public.excel.programming
ssGuru
external usenet poster
Posts: 63
Obtain Path on open workbook
OK. This works
=LEFT(CELL("filename",A1),FIND("[",CELL("filename",A1))-1)
Bracket needed to be reversed
Thanks Bob for getting me started in the right direction.
Dennis
Reply With Quote
ssGuru
View Public Profile
Find all posts by ssGuru