Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
Chuckmg Chuckmg is offline
external usenet poster
 
Posts: 26
Default macro keyboard shortcuts in normal.dotm

I have long used shortcuts for simple macros: e.g., Alt+Ctrl+D = Date, Alt-T
= Time, etc. Now in Word 2007 I can't get these to work in normal.dotm.
They will work in a particular xxx.docx, but even though it indicates that
the customized shortcut is being placed in normal.dotm, it will not work in
normal.dotm or in any other doc. I have also installed the shortcut in
normal.dotm, but it doesn't even work there. Am very confused.

Chuck


  #2   Report Post  
Posted to microsoft.public.word.newusers
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default macro keyboard shortcuts in normal.dotm

FWIW, there's a built-in shortcut for the date: Alt+Shift+D.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Chuckmg" wrote in message
...
I have long used shortcuts for simple macros: e.g., Alt+Ctrl+D = Date,
Alt-T = Time, etc. Now in Word 2007 I can't get these to work in
normal.dotm. They will work in a particular xxx.docx, but even though it
indicates that the customized shortcut is being placed in normal.dotm, it
will not work in normal.dotm or in any other doc. I have also installed
the shortcut in normal.dotm, but it doesn't even work there. Am very
confused.

Chuck




  #3   Report Post  
Posted to microsoft.public.word.newusers
Terry Farrell Terry Farrell is offline
external usenet poster
 
Posts: 2,904
Default macro keyboard shortcuts in normal.dotm

Would you tell us what steps you are using to save an assigned shortcut?

--
Terry Farrell - MSWord MVP

"Chuckmg" wrote in message
...
I have long used shortcuts for simple macros: e.g., Alt+Ctrl+D = Date,
Alt-T = Time, etc. Now in Word 2007 I can't get these to work in
normal.dotm. They will work in a particular xxx.docx, but even though it
indicates that the customized shortcut is being placed in normal.dotm, it
will not work in normal.dotm or in any other doc. I have also installed
the shortcut in normal.dotm, but it doesn't even work there. Am very
confused.

Chuck


  #4   Report Post  
Posted to microsoft.public.word.newusers
Chuckmg Chuckmg is offline
external usenet poster
 
Posts: 26
Default macro keyboard shortcuts in normal.dotm

Thanks Suzanne. But with the built-in Alt-Shift-D, I can't specify the
format desired.

Chuck

"Suzanne S. Barnhill" wrote in message
...
FWIW, there's a built-in shortcut for the date: Alt+Shift+D.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Chuckmg" wrote in message
...
I have long used shortcuts for simple macros: e.g., Alt+Ctrl+D = Date,
Alt-T = Time, etc. Now in Word 2007 I can't get these to work in
normal.dotm. They will work in a particular xxx.docx, but even though it
indicates that the customized shortcut is being placed in normal.dotm, it
will not work in normal.dotm or in any other doc. I have also installed
the shortcut in normal.dotm, but it doesn't even work there. Am very
confused.

Chuck






  #5   Report Post  
Posted to microsoft.public.word.newusers
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default macro keyboard shortcuts in normal.dotm

Well, yes, you can. In the Insert | Date and Time dialog, you select a
format and then click Default.... From then on, that format will be used by
the shortcut. And of course, since it inserts a field, you can modify the
field code as desired.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Chuckmg" wrote in message
...
Thanks Suzanne. But with the built-in Alt-Shift-D, I can't specify the
format desired.

Chuck

"Suzanne S. Barnhill" wrote in message
...
FWIW, there's a built-in shortcut for the date: Alt+Shift+D.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Chuckmg" wrote in message
...
I have long used shortcuts for simple macros: e.g., Alt+Ctrl+D = Date,
Alt-T = Time, etc. Now in Word 2007 I can't get these to work in
normal.dotm. They will work in a particular xxx.docx, but even though it
indicates that the customized shortcut is being placed in normal.dotm, it
will not work in normal.dotm or in any other doc. I have also installed
the shortcut in normal.dotm, but it doesn't even work there. Am very
confused.

Chuck











  #6   Report Post  
Posted to microsoft.public.word.newusers
Chuckmg Chuckmg is offline
external usenet poster
 
Posts: 26
Default macro keyboard shortcuts in normal.dotm

Terry,

I have a macro called NewEntry which sets the style and creates a date in
the form "Sunday, November 09, 2008". When I run the macro it works fine.
I then go to Word Options Customize Keyboard shortcuts: Customize. Then
to Macros category, hightlight NewEntry, enter Alt+Ctrl+D, and assign. In
general, it doesn't work ... either when I enter it in the document or in
the dotm template.

There is one exception. I have an old word doc, my daily journal, in which
the shortcuts work fine. And!! ... not all of the shortcuts that work are
assigned in the document! Utter confusion!!

Chuck




"Terry Farrell" wrote in message
...
Would you tell us what steps you are using to save an assigned shortcut?

--
Terry Farrell - MSWord MVP

"Chuckmg" wrote in message
...
I have long used shortcuts for simple macros: e.g., Alt+Ctrl+D = Date,
Alt-T = Time, etc. Now in Word 2007 I can't get these to work in
normal.dotm. They will work in a particular xxx.docx, but even though it
indicates that the customized shortcut is being placed in normal.dotm, it
will not work in normal.dotm or in any other doc. I have also installed
the shortcut in normal.dotm, but it doesn't even work there. Am very
confused.

Chuck




  #7   Report Post  
Posted to microsoft.public.word.newusers
Terry Farrell Terry Farrell is offline
external usenet poster
 
Posts: 2,904
Default macro keyboard shortcuts in normal.dotm

The symptoms suggest that your daily journal is really a template and not a
document, so macros are being saved there instead of with normal.dot. Was
your journal ever a template? In Word, once a template, always a template.
The only way to change a template into a document is to open a new document
from the template: changing the extension from .dot to a .doc does nothing
and Word will still see it as a template regardless of the exention.

Terry

"Chuckmg" wrote in message
...
Terry,

I have a macro called NewEntry which sets the style and creates a date in
the form "Sunday, November 09, 2008". When I run the macro it works fine.
I then go to Word Options Customize Keyboard shortcuts: Customize.
Then to Macros category, hightlight NewEntry, enter Alt+Ctrl+D, and
assign. In general, it doesn't work ... either when I enter it in the
document or in the dotm template.

There is one exception. I have an old word doc, my daily journal, in
which the shortcuts work fine. And!! ... not all of the shortcuts that
work are assigned in the document! Utter confusion!!

Chuck




"Terry Farrell" wrote in message
...
Would you tell us what steps you are using to save an assigned shortcut?

--
Terry Farrell - MSWord MVP

"Chuckmg" wrote in message
...
I have long used shortcuts for simple macros: e.g., Alt+Ctrl+D = Date,
Alt-T = Time, etc. Now in Word 2007 I can't get these to work in
normal.dotm. They will work in a particular xxx.docx, but even though it
indicates that the customized shortcut is being placed in normal.dotm, it
will not work in normal.dotm or in any other doc. I have also installed
the shortcut in normal.dotm, but it doesn't even work there. Am very
confused.

Chuck





  #8   Report Post  
Posted to microsoft.public.word.newusers
Chuckmg Chuckmg is offline
external usenet poster
 
Posts: 26
Default macro keyboard shortcuts in normal.dotm

Terry,

You're great!!! ... and right on the money! Many thanks ... wished I'd
asked sooner instead of spending the time trying to debug it myself.

Cheers,
Chuck


"Terry Farrell" wrote in message
...
The symptoms suggest that your daily journal is really a template and not
a document, so macros are being saved there instead of with normal.dot.
Was your journal ever a template? In Word, once a template, always a
template. The only way to change a template into a document is to open a
new document from the template: changing the extension from .dot to a .doc
does nothing and Word will still see it as a template regardless of the
exention.

Terry

"Chuckmg" wrote in message
...
Terry,

I have a macro called NewEntry which sets the style and creates a date in
the form "Sunday, November 09, 2008". When I run the macro it works
fine. I then go to Word Options Customize Keyboard shortcuts:
Customize. Then to Macros category, hightlight NewEntry, enter
Alt+Ctrl+D, and assign. In general, it doesn't work ... either when I
enter it in the document or in the dotm template.

There is one exception. I have an old word doc, my daily journal, in
which the shortcuts work fine. And!! ... not all of the shortcuts that
work are assigned in the document! Utter confusion!!

Chuck




"Terry Farrell" wrote in message
...
Would you tell us what steps you are using to save an assigned shortcut?

--
Terry Farrell - MSWord MVP

"Chuckmg" wrote in message
...
I have long used shortcuts for simple macros: e.g., Alt+Ctrl+D = Date,
Alt-T = Time, etc. Now in Word 2007 I can't get these to work in
normal.dotm. They will work in a particular xxx.docx, but even though it
indicates that the customized shortcut is being placed in normal.dotm,
it will not work in normal.dotm or in any other doc. I have also
installed the shortcut in normal.dotm, but it doesn't even work there.
Am very confused.

Chuck







  #9   Report Post  
Posted to microsoft.public.word.newusers
Chuckmg Chuckmg is offline
external usenet poster
 
Posts: 26
Default macro keyboard shortcuts in normal.dotm

Thanks, Suzanne, I never thought about doing it that way. Live and learn!

Chuck

"Suzanne S. Barnhill" wrote in message
...
Well, yes, you can. In the Insert | Date and Time dialog, you select a
format and then click Default.... From then on, that format will be used
by the shortcut. And of course, since it inserts a field, you can modify
the field code as desired.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Chuckmg" wrote in message
...
Thanks Suzanne. But with the built-in Alt-Shift-D, I can't specify the
format desired.

Chuck

"Suzanne S. Barnhill" wrote in message
...
FWIW, there's a built-in shortcut for the date: Alt+Shift+D.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Chuckmg" wrote in message
...
I have long used shortcuts for simple macros: e.g., Alt+Ctrl+D = Date,
Alt-T = Time, etc. Now in Word 2007 I can't get these to work in
normal.dotm. They will work in a particular xxx.docx, but even though it
indicates that the customized shortcut is being placed in normal.dotm,
it will not work in normal.dotm or in any other doc. I have also
installed the shortcut in normal.dotm, but it doesn't even work there.
Am very confused.

Chuck











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
Normal.dotm andrswal Microsoft Word Help 2 May 30th 08 03:21 PM
Word 2007 macro keyboard shortcuts Chuckmg New Users 1 May 24th 08 04:50 PM
2007: Normal.dotm in Trusted Location, Still Gets Macro Warnings Joseph Morales New Users 3 May 2nd 08 10:16 PM
Normal.dotm Rick Microsoft Word Help 1 August 30th 07 06:45 AM
Convert normal.dot in W2000 to normal.dotm in W2007 Why did I update Microsoft Word Help 3 August 8th 07 09:42 PM


All times are GMT +1. The time now is 09:56 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"