Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
pubscout pubscout is offline
external usenet poster
 
Posts: 25
Default Macro help please!

I'm completely new to Word 2007. While trying to figure out how to have all
my business cards absorb the same changes I made to one, i went to Graham
Major's site and downloaded what i thought was the right macro.
I created the macro, but now I can't get things that I used to be able to
do. For example, I created a template wherein I inserted the date update with
each new letter. It worked fine, until I installed this macro. Now, where the
date is supposed to show up on the template, I get a strange configuration of
characters that says:

{DATE\@"M/d/yyyy"}

No date shows up on the letter. How do I get my old system back? I've
deleted what I though was the macro that caused the problem, but the above
keeps showing up whenever I go to insert a date.

Help Please!



  #2   Report Post  
Posted to microsoft.public.word.newusers
Lene Fredborg Lene Fredborg is offline
external usenet poster
 
Posts: 1,291
Default Macro help please!

You only need to toggle field codes. To do this, press Alt+F9.

The date is a field and fields can be in two modes: they can show the
result, i.e. the content that will print, or they can show the code behind.
Alt+F9 toggles field codes on and off.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"pubscout" wrote:

I'm completely new to Word 2007. While trying to figure out how to have all
my business cards absorb the same changes I made to one, i went to Graham
Major's site and downloaded what i thought was the right macro.
I created the macro, but now I can't get things that I used to be able to
do. For example, I created a template wherein I inserted the date update with
each new letter. It worked fine, until I installed this macro. Now, where the
date is supposed to show up on the template, I get a strange configuration of
characters that says:

{DATE\@"M/d/yyyy"}

No date shows up on the letter. How do I get my old system back? I've
deleted what I though was the macro that caused the problem, but the above
keeps showing up whenever I go to insert a date.

Help Please!



  #3   Report Post  
Posted to microsoft.public.word.newusers
pubscout pubscout is offline
external usenet poster
 
Posts: 25
Default Macro help please!

Thanks, Lene! That fixed it! Now once I toggle the field codes, will they
stay that way? Or must I toggle for every new document?

And what caused them to "toggle" without my input?

Once again, my thanks for your help.

"Lene Fredborg" wrote:

You only need to toggle field codes. To do this, press Alt+F9.

The date is a field and fields can be in two modes: they can show the
result, i.e. the content that will print, or they can show the code behind.
Alt+F9 toggles field codes on and off.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"pubscout" wrote:

I'm completely new to Word 2007. While trying to figure out how to have all
my business cards absorb the same changes I made to one, i went to Graham
Major's site and downloaded what i thought was the right macro.
I created the macro, but now I can't get things that I used to be able to
do. For example, I created a template wherein I inserted the date update with
each new letter. It worked fine, until I installed this macro. Now, where the
date is supposed to show up on the template, I get a strange configuration of
characters that says:

{DATE\@"M/d/yyyy"}

No date shows up on the letter. How do I get my old system back? I've
deleted what I though was the macro that caused the problem, but the above
keeps showing up whenever I go to insert a date.

Help Please!



  #4   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Macro help please!

It should hold until you toggle it back again. The ability to display the
construction or content of a field is an essential tool.
The macro you downloaded from http://www.gmayor.com/graphics_on_labels.htm
toggles the display to show the content. I will modify it this morning to
reset the view to what it was when you ran the macro. I'll post back when
the revised code is in place.

--

Graham Mayor - Word MVP

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


pubscout wrote:
Thanks, Lene! That fixed it! Now once I toggle the field codes, will
they stay that way? Or must I toggle for every new document?

And what caused them to "toggle" without my input?

Once again, my thanks for your help.

"Lene Fredborg" wrote:

You only need to toggle field codes. To do this, press Alt+F9.

The date is a field and fields can be in two modes: they can show the
result, i.e. the content that will print, or they can show the code
behind. Alt+F9 toggles field codes on and off.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft
Word


"pubscout" wrote:

I'm completely new to Word 2007. While trying to figure out how to
have all my business cards absorb the same changes I made to one, i
went to Graham Major's site and downloaded what i thought was the
right macro.
I created the macro, but now I can't get things that I used to be
able to do. For example, I created a template wherein I inserted
the date update with each new letter. It worked fine, until I
installed this macro. Now, where the date is supposed to show up on
the template, I get a strange configuration of characters that says:

{DATE\@"M/d/yyyy"}

No date shows up on the letter. How do I get my old system back?
I've deleted what I though was the macro that caused the problem,
but the above keeps showing up whenever I go to insert a date.

Help Please!



  #5   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Macro help please!

That didn't take long - job done
http://www.gmayor.com/graphics_on_labels.htm#macro

--

Graham Mayor - Word MVP

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


Graham Mayor wrote:
It should hold until you toggle it back again. The ability to display
the construction or content of a field is an essential tool.
The macro you downloaded from
http://www.gmayor.com/graphics_on_labels.htm toggles the display to
show the content. I will modify it this morning to reset the view to
what it was when you ran the macro. I'll post back when the revised
code is in place.

pubscout wrote:
Thanks, Lene! That fixed it! Now once I toggle the field codes, will
they stay that way? Or must I toggle for every new document?

And what caused them to "toggle" without my input?

Once again, my thanks for your help.

"Lene Fredborg" wrote:

You only need to toggle field codes. To do this, press Alt+F9.

The date is a field and fields can be in two modes: they can show
the result, i.e. the content that will print, or they can show the
code behind. Alt+F9 toggles field codes on and off.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft
Word


"pubscout" wrote:

I'm completely new to Word 2007. While trying to figure out how to
have all my business cards absorb the same changes I made to one, i
went to Graham Major's site and downloaded what i thought was the
right macro.
I created the macro, but now I can't get things that I used to be
able to do. For example, I created a template wherein I inserted
the date update with each new letter. It worked fine, until I
installed this macro. Now, where the date is supposed to show up on
the template, I get a strange configuration of characters that
says: {DATE\@"M/d/yyyy"}

No date shows up on the letter. How do I get my old system back?
I've deleted what I though was the macro that caused the problem,
but the above keeps showing up whenever I go to insert a date.

Help Please!





  #6   Report Post  
Posted to microsoft.public.word.newusers
pubscout pubscout is offline
external usenet poster
 
Posts: 25
Default Macro help please!

Thanks, Graham, although the toggle held without it. But I'm having a devil
of a time understanding this whole macro world. Sometimes I see what looks
like a little cassette player attached to my cursor, sometimes i don't. I
can't seem to get the process of launching a macro, let alone utilizing it
once it's launched. Is there some sort of "Macros for Dummies" site I can
access?

Microsoft Help doesn't seem to cut it.

I tried to create a business card and launch your macro to apply the changes
I made to one to all of them. No go.

I appreciate your assistance so far, too.

"Graham Mayor" wrote:

That didn't take long - job done
http://www.gmayor.com/graphics_on_labels.htm#macro

--

Graham Mayor - Word MVP

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


Graham Mayor wrote:
It should hold until you toggle it back again. The ability to display
the construction or content of a field is an essential tool.
The macro you downloaded from
http://www.gmayor.com/graphics_on_labels.htm toggles the display to
show the content. I will modify it this morning to reset the view to
what it was when you ran the macro. I'll post back when the revised
code is in place.

pubscout wrote:
Thanks, Lene! That fixed it! Now once I toggle the field codes, will
they stay that way? Or must I toggle for every new document?

And what caused them to "toggle" without my input?

Once again, my thanks for your help.

"Lene Fredborg" wrote:

You only need to toggle field codes. To do this, press Alt+F9.

The date is a field and fields can be in two modes: they can show
the result, i.e. the content that will print, or they can show the
code behind. Alt+F9 toggles field codes on and off.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft
Word


"pubscout" wrote:

I'm completely new to Word 2007. While trying to figure out how to
have all my business cards absorb the same changes I made to one, i
went to Graham Major's site and downloaded what i thought was the
right macro.
I created the macro, but now I can't get things that I used to be
able to do. For example, I created a template wherein I inserted
the date update with each new letter. It worked fine, until I
installed this macro. Now, where the date is supposed to show up on
the template, I get a strange configuration of characters that
says: {DATE\@"M/d/yyyy"}

No date shows up on the letter. How do I get my old system back?
I've deleted what I though was the macro that caused the problem,
but the above keeps showing up whenever I go to insert a date.

Help Please!




  #7   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Macro help please!

My expertise with Word 2007 is relatively slim, but for access to macros you
need first to add the Developer tab to the Ribbon. Presumably you have got
that far as you appear to have installed the macro. But see
http://www.gmayor.com/installing_macro.htm . The dialogs are for Word 2003,
but the essentials are identical for Word 2007

The macro is intended to work on the table produced by the labels tool on
the Mailings tab. Create your content in the first label, then run the macro
from Developer Macros .

I have tested and it works fine in Word 2007 though it runs much faster in
Word 2003 .

--

Graham Mayor - Word MVP

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



pubscout wrote:
Thanks, Graham, although the toggle held without it. But I'm having a
devil of a time understanding this whole macro world. Sometimes I see
what looks like a little cassette player attached to my cursor,
sometimes i don't. I can't seem to get the process of launching a
macro, let alone utilizing it once it's launched. Is there some sort
of "Macros for Dummies" site I can access?

Microsoft Help doesn't seem to cut it.

I tried to create a business card and launch your macro to apply the
changes I made to one to all of them. No go.

I appreciate your assistance so far, too.

"Graham Mayor" wrote:

That didn't take long - job done
http://www.gmayor.com/graphics_on_labels.htm#macro

--

Graham Mayor - Word MVP

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


Graham Mayor wrote:
It should hold until you toggle it back again. The ability to
display the construction or content of a field is an essential tool.
The macro you downloaded from
http://www.gmayor.com/graphics_on_labels.htm toggles the display to
show the content. I will modify it this morning to reset the view to
what it was when you ran the macro. I'll post back when the revised
code is in place.

pubscout wrote:
Thanks, Lene! That fixed it! Now once I toggle the field codes,
will they stay that way? Or must I toggle for every new document?

And what caused them to "toggle" without my input?

Once again, my thanks for your help.

"Lene Fredborg" wrote:

You only need to toggle field codes. To do this, press Alt+F9.

The date is a field and fields can be in two modes: they can show
the result, i.e. the content that will print, or they can show the
code behind. Alt+F9 toggles field codes on and off.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft
Word


"pubscout" wrote:

I'm completely new to Word 2007. While trying to figure out how
to have all my business cards absorb the same changes I made to
one, i went to Graham Major's site and downloaded what i thought
was the right macro.
I created the macro, but now I can't get things that I used to be
able to do. For example, I created a template wherein I inserted
the date update with each new letter. It worked fine, until I
installed this macro. Now, where the date is supposed to show up
on the template, I get a strange configuration of characters that
says: {DATE\@"M/d/yyyy"}

No date shows up on the letter. How do I get my old system back?
I've deleted what I though was the macro that caused the problem,
but the above keeps showing up whenever I go to insert a date.

Help Please!



  #8   Report Post  
Posted to microsoft.public.word.newusers
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Macro help please!

The "cassette player" indicates that you are recording a macro (see
http://word.mvps.org/FAQs/MacrosVBA/UsingRecorder.htm); that should not be
necessary when you have been provided a macro and just need to install it
(following Graham's instructions at
http://www.gmayor.com/installing_macro.htm).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"pubscout" wrote in message
...
Thanks, Graham, although the toggle held without it. But I'm having a

devil
of a time understanding this whole macro world. Sometimes I see what looks
like a little cassette player attached to my cursor, sometimes i don't. I
can't seem to get the process of launching a macro, let alone utilizing it
once it's launched. Is there some sort of "Macros for Dummies" site I can
access?

Microsoft Help doesn't seem to cut it.

I tried to create a business card and launch your macro to apply the

changes
I made to one to all of them. No go.

I appreciate your assistance so far, too.

"Graham Mayor" wrote:

That didn't take long - job done
http://www.gmayor.com/graphics_on_labels.htm#macro

--

Graham Mayor - Word MVP

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


Graham Mayor wrote:
It should hold until you toggle it back again. The ability to display
the construction or content of a field is an essential tool.
The macro you downloaded from
http://www.gmayor.com/graphics_on_labels.htm toggles the display to
show the content. I will modify it this morning to reset the view to
what it was when you ran the macro. I'll post back when the revised
code is in place.

pubscout wrote:
Thanks, Lene! That fixed it! Now once I toggle the field codes, will
they stay that way? Or must I toggle for every new document?

And what caused them to "toggle" without my input?

Once again, my thanks for your help.

"Lene Fredborg" wrote:

You only need to toggle field codes. To do this, press Alt+F9.

The date is a field and fields can be in two modes: they can show
the result, i.e. the content that will print, or they can show the
code behind. Alt+F9 toggles field codes on and off.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft
Word


"pubscout" wrote:

I'm completely new to Word 2007. While trying to figure out how to
have all my business cards absorb the same changes I made to one, i
went to Graham Major's site and downloaded what i thought was the
right macro.
I created the macro, but now I can't get things that I used to be
able to do. For example, I created a template wherein I inserted
the date update with each new letter. It worked fine, until I
installed this macro. Now, where the date is supposed to show up on
the template, I get a strange configuration of characters that
says: {DATE\@"M/d/yyyy"}

No date shows up on the letter. How do I get my old system back?
I've deleted what I though was the macro that caused the problem,
but the above keeps showing up whenever I go to insert a date.

Help Please!





Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro cannot be found or has been disabled because of Macro settin JD2 Microsoft Word Help 5 March 15th 07 04:00 AM
Pause an executing Word Macro to enter info and then Macro continu strongwell Microsoft Word Help 1 August 11th 06 06:57 PM
macro runs from keyboard, but not from macro button-why? BobW Microsoft Word Help 7 May 10th 06 11:33 PM
Running Macro from Word vs running macro from vb.net prog Simon New Users 0 July 16th 05 10:17 AM
2000 to 2002 macro and "Could not open macro storage" Art Farrell Mailmerge 1 December 6th 04 12:40 PM


All times are GMT +1. The time now is 12:44 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"