Thread: filepath
View Single Post
  #9   Report Post  
Charles Kenyon
 
Posts: n/a
Default

The fields converting is a separate issue. This is normal behavior for a
mailmerge.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"Adrian" wrote in message
...
Yes, I entered correctly.

Another problem:
I got some templates, have following fields:-
Name
Address
.....
.....
filepath

After I merged the document, the filepath just become a plain text, so
actually the macro just can't update this filepath field. Is there a way
to
get around this?

"Graham Mayor" wrote in message
...
Have you entered the code correctly - see
http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Adrian wrote:
Hi,
There're some bugs on the code:-

1) When I save the file onto the read-only file, normally, it will
pop up a window and say this is read-only, cannot replace it. But
this macro just create an error, and the debugger pops up.

2) After I pressed "save as", if I cancel out, it also pop up the
debugger.

Is there a way to solve these two problems?


"Charles Kenyon" wrote in
message ...

Take a look at
http://gregmaxey.mvps.org/File_Name_And_Path.htm.

--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"Adrian" wrote in message
...
Hi,

In excel, after we add the filepath to the footer, whenever we move
the file
into different location, the filepath will update itself. But in
Word, the filepath just stay the same, and I have to manually
update the filepath. Is
there a way to make it update itself automatically?

Thanks

Adrian