Auto Text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I have Excel enter the path of a workbook like the auto text function
does in Wrod?
 
Howard

Assuming you want the path and name in a cell you must enter a formula in that
cell.

See Bob Phillips' site for various combinations.

http://www.xldynamic.com/source/xld.xlFAQ0002.html

OR use a macro assigned to a button or shortcut key.

Sub PathInCell()
ActiveCell.Value = ActiveWorkbook.FullName
End Sub


Gord Dibben Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top