Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is it possible to get the name of a file path of a non active workbook using
a formula and vba? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You changed questions???
dim wkbk1 as workbook dim wkbk2 as workbook set wkbk1 = workbooks("book1.xls") set wkbk2 = workbooks("book2.xls") wkbk1.activate 'now wkbk1 is active msgbox wkbk2.name & wkbk2.fullname & wkbk2.path I'm not sure what you mean by formula. If you want a formula in book1.xls that returns the path of book2.xls, you could put this in a cell: =cell("filename", then use the mouse to point at a cell in any sheet in book2.xls and type a closing parenthesis ). Jane wrote: Is it possible to get the name of a file path of a non active workbook using a formula and vba? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
importing a particular excel worksheet into another excel file | Excel Worksheet Functions | |||
Excel file and path Footers | Excel Discussion (Misc queries) | |||
Using Relative path for XML data file? | Charts and Charting in Excel | |||
File A and File B Together | Excel Discussion (Misc queries) | |||
full path of excel file | Excel Discussion (Misc queries) |