There is not a shortcut unless you create one to insert a {filename
\p} field.
or you can create an autotext entry and add it to building blocks,
normal.dot -
http://www.gmayor.com/Macrobutton.htm shows the method albeit for a
different purpose.
or you can create a macro to insert it at the cursor eg
Sub InsertFileNameAndPath()
Dim fFname As String
With ActiveDocument
If Len(.Path) = 0 Then
.Save
End If
fFname = .FullName
End With
Selection.TypeText fFname
End Sub
http://www.gmayor.com/installing_macro.htm
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site
www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Deb T wrote:
Thanks for the site. I believe the MS Office I was previously using
was 97, if you can believe that! I don't seem to find what I am
looking for there. But I will keep trying.
:
http://office.microsoft.com/en-us/word/HA100744321033.aspx
(I love this site!)
--
JoAnn Paules
MVP Microsoft [Publisher]
~~~~~
How to ask a question
http://support.microsoft.com/KB/555375
I am trying to use Microsoft Office 2007 by winging it. My
employer provided
me with a new computer but no books for any programs.
I was used to my prior Office which I could go into insert grab
the dropdown
Menu and pick "Insert Path & Filename."
Does anyone know how I can quickly do this in MS2007? I can't
figure it out.
Thanks.
Deb