Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I have a repetitive task on each title. I think it is better to write a Macro
for it and perform the macro over each title. I have the Excel experience and I thought by selecting Macro, I will perform steps inside word and word will automatically record them in Macro in background. Apparently this excel procedure does not apply to word. Is there any way to activate this procedure for Word as well? Otherwise it will be very difficult for me to write the Macro from scratch in Word.Word 2003 SP2 -- Rasoul Khoshravan Azar Civil Engineer, Osaka, Japan |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Tools Macro Record New Macro will activate the macro recorder, but not
all functions are recordable. What is it that you wish to achieve? -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Khoshravan wrote: I have a repetitive task on each title. I think it is better to write a Macro for it and perform the macro over each title. I have the Excel experience and I thought by selecting Macro, I will perform steps inside word and word will automatically record them in Macro in background. Apparently this excel procedure does not apply to word. Is there any way to activate this procedure for Word as well? Otherwise it will be very difficult for me to write the Macro from scratch in Word.Word 2003 SP2 |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I want to do:
Alt o-p, remove a tik mark (Adjust characters to grid line when number of lines are fixed in one page) change the space for after paragraph to 0.5 closes the window. I have many titles, which I want to apply above changes. So the ideal is that I put curser in target line and hit the short cut key for my Macro and it performs those two changes. -- Rasoul Khoshravan Azar Civil Engineer, Osaka, Japan "Graham Mayor" wrote: Tools Macro Record New Macro will activate the macro recorder, but not all functions are recordable. What is it that you wish to achieve? -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Khoshravan wrote: I have a repetitive task on each title. I think it is better to write a Macro for it and perform the macro over each title. I have the Excel experience and I thought by selecting Macro, I will perform steps inside word and word will automatically record them in Macro in background. Apparently this excel procedure does not apply to word. Is there any way to activate this procedure for Word as well? Otherwise it will be very difficult for me to write the Macro from scratch in Word.Word 2003 SP2 |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
This sounds like changes to Japanese script which I cannot help you with,
however, couldn't you just create a paragraph style with the layout you require and apply it as required? -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Khoshravan wrote: I want to do: Alt o-p, remove a tik mark (Adjust characters to grid line when number of lines are fixed in one page) change the space for after paragraph to 0.5 closes the window. I have many titles, which I want to apply above changes. So the ideal is that I put curser in target line and hit the short cut key for my Macro and it performs those two changes. Tools Macro Record New Macro will activate the macro recorder, but not all functions are recordable. What is it that you wish to achieve? -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Khoshravan wrote: I have a repetitive task on each title. I think it is better to write a Macro for it and perform the macro over each title. I have the Excel experience and I thought by selecting Macro, I will perform steps inside word and word will automatically record them in Macro in background. Apparently this excel procedure does not apply to word. Is there any way to activate this procedure for Word as well? Otherwise it will be very difficult for me to write the Macro from scratch in Word.Word 2003 SP2 |
#5
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
How do you know that I am working with Japanese scripts? Are that command
specially for Japanese scripts? Yes you are right. I can define a style and apply. I wanted to learn VBA as well. For VBA, I read Bill Coan article whish sounds simple and stright forward but I don't know how to apply in diffenet locations (paragraphs) -- Rasoul Khoshravan Azar Civil Engineer, Osaka, Japan "Graham Mayor" wrote: This sounds like changes to Japanese script which I cannot help you with, however, couldn't you just create a paragraph style with the layout you require and apply it as required? -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Khoshravan wrote: I want to do: Alt o-p, remove a tik mark (Adjust characters to grid line when number of lines are fixed in one page) change the space for after paragraph to 0.5 closes the window. I have many titles, which I want to apply above changes. So the ideal is that I put curser in target line and hit the short cut key for my Macro and it performs those two changes. Tools Macro Record New Macro will activate the macro recorder, but not all functions are recordable. What is it that you wish to achieve? -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Khoshravan wrote: I have a repetitive task on each title. I think it is better to write a Macro for it and perform the macro over each title. I have the Excel experience and I thought by selecting Macro, I will perform steps inside word and word will automatically record them in Macro in background. Apparently this excel procedure does not apply to word. Is there any way to activate this procedure for Word as well? Otherwise it will be very difficult for me to write the Macro from scratch in Word.Word 2003 SP2 |
#6
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi Koshravan
Khoshravan wrote: How do you know that I am working with Japanese scripts? Are that command specially for Japanese scripts? The "Adjust characters to grid line" is not something I've seen before, I would've guessed some Asian language. Yes you are right. I can define a style and apply. I wanted to learn VBA as well. For VBA, I read Bill Coan article whish sounds simple and stright forward but I don't know how to apply in diffenet locations (paragraphs) If you intend to "walk" through the document manually and apply the formatting, then a style seems really called for. You can then assign a keyboard shortcut to it and no macro is needed. If you can identify all paragraphs that are "headings" somewhat formally, then you can use Find | Replace to search for them and apply the style. You may or may not use a macro for that, too. HTH Robert -- /"\ ASCII Ribbon Campaign | MS \ / | MVP X Against HTML | for / \ in e-mail & news | Word |
#7
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Khoshravan wrote:
How do you know that I am working with Japanese scripts? Are that command specially for Japanese scripts? The fact that you are an engineer from Osaka was a clue - as was adjusting characters to grid line ![]() Yes you are right. I can define a style and apply. I wanted to learn VBA as well. For VBA, I read Bill Coan article whish sounds simple and stright forward but I don't know how to apply in diffenet locations (paragraphs) You dont really need a macro to apply a style - assign a keyboard shortcut to the style. Put your cusror in the paragraph and hit the keyboard shortcut. If you want to apply a style by macro (and correct for any manual formatting) then you could use the following code: Selection.Style = ActiveDocument.Styles("Heading 1") Selection.Font.Reset Select the text and run the macro: 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 This sounds like changes to Japanese script which I cannot help you with, however, couldn't you just create a paragraph style with the layout you require and apply it as required? -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Khoshravan wrote: I want to do: Alt o-p, remove a tik mark (Adjust characters to grid line when number of lines are fixed in one page) change the space for after paragraph to 0.5 closes the window. I have many titles, which I want to apply above changes. So the ideal is that I put curser in target line and hit the short cut key for my Macro and it performs those two changes. Tools Macro Record New Macro will activate the macro recorder, but not all functions are recordable. What is it that you wish to achieve? -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Khoshravan wrote: I have a repetitive task on each title. I think it is better to write a Macro for it and perform the macro over each title. I have the Excel experience and I thought by selecting Macro, I will perform steps inside word and word will automatically record them in Macro in background. Apparently this excel procedure does not apply to word. Is there any way to activate this procedure for Word as well? Otherwise it will be very difficult for me to write the Macro from scratch in Word.Word 2003 SP2 |
#8
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Why not create and apply a style?
-- 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! My criminal defense site: http://addbalance.com --------- --------- --------- --------- --------- --------- 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. "Khoshravan" wrote in message ... I want to do: Alt o-p, remove a tik mark (Adjust characters to grid line when number of lines are fixed in one page) change the space for after paragraph to 0.5 closes the window. I have many titles, which I want to apply above changes. So the ideal is that I put curser in target line and hit the short cut key for my Macro and it performs those two changes. -- Rasoul Khoshravan Azar Civil Engineer, Osaka, Japan "Graham Mayor" wrote: Tools Macro Record New Macro will activate the macro recorder, but not all functions are recordable. What is it that you wish to achieve? -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Khoshravan wrote: I have a repetitive task on each title. I think it is better to write a Macro for it and perform the macro over each title. I have the Excel experience and I thought by selecting Macro, I will perform steps inside word and word will automatically record them in Macro in background. Apparently this excel procedure does not apply to word. Is there any way to activate this procedure for Word as well? Otherwise it will be very difficult for me to write the Macro from scratch in Word.Word 2003 SP2 |
#9
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
You can try this EnergyKey
http://www30.webSamba.com/SmartStudio This may be help you. Now I always use EnergyKey, it helps me so much in my work. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting WordPerfect 12 files to Word 2003 | New Users | |||
Reveal codes in a word document | Microsoft Word Help | |||
Macro for Letter Settings Help | New Users | |||
How can Word display full path of a file in the title bar? | Microsoft Word Help | |||
Macros - Keyboard Commands | Microsoft Word Help |