View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Displaying the filename in a cell

See my response.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Bhupinder Rayat" wrote in
message ...
Paul,

That works like a charm!

Can I ask, wat are all the cell refs to A1 for? If I enter any value in

cell
A1 it doesn't effect the formula, which is great, but I was just wondering
wat they are for?

Thanks a bunch!

Bhupinder Rayat

"Paul B" wrote:

Bhupinder, try this in a cell, workbook has to be saved first

=MID(LEFT(CELL("filename",A1), FIND("]",

CELL("filename",A1))-1),FIND("[",
CELL("filename",A1))+1, 255)
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003


"Bhupinder Rayat" wrote in
message ...
Is there any way of displaying the filename of the spreadsheet in a

cell
within the workbook?

If not then how simple is it to create a user defined function to do

this?

Any help would be much appreciated.

Thanks,

Bhupinder Rayat