![]() |
#1
|
|||
|
|||
![]() I'm relatively new to the forum, although I got some help here years ago with getting rid of extra carriage returns with a great macro (that still works, BTW), so perhaps these should have been posted as separate threads, but they seem related, at least to me. Be patient and consider me a "newby" even though I've been using MSW for many years.Three issues:What I’m currently doing is when I find the macro list blank and sigh angrily, I go to a copied text version of the VBA file with all the macros in it, copy it, and paste it into the new file (I guess it’s really getting saved in the normal.dotm file) and for the remainder of the session I can still access all my macros. Immediately below is the box I want to be able to call up with a macro:3. A very simple key sequence that I would like to record as a macro is the following: Try as I might I cannot paste this picture here, it can be arrived at with File tab>Optiions>Proofing>AutoCorrect options [IMG]file:///C:/Users/rjosl/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg[/IMG] As I've said, all I want is to have a macro that will get me to that screen and StOP, allowing me to input text at that pointRick J |
#2
|
|||
|
|||
![]()
I moved your posts to the vba forum.
You have several questions but the primary one seems t be about macros. You can add AutoCorrect Options to your QAT rather easily. I did a number of years ago. Modifying the Quick Access Toolbar (QAT) in Microsoft Word That gives you access to the full (four-tab) AutoCorrect Options dialog. Some things cannot be recorded or even written as macros. I believe this is one of them. You can also assign a keyboard shortcut directly to the command. There are two commands available. The first "ToolsAutoCorrect" gives you only the main AutoCorrect Options dialog (the first tab); the second "ToolsAutoCorrectManager" would give you access to the first tab and the Math AutoCorrect tab. (There are separate ones, also for AutoFormat Options and AutoFormat as you type Options.) I prefer to simply put it on the QAT. |
#3
|
|||
|
|||
![]()
Back to your main question about disappearing macros...
The default location for storing recorded macros is in NewMacros module of the normal.dotm template. I suspect that is what you exported as text. That is seldom the best location to keep macros you want to use regularly. It is in the nature of a temporary workbench. See:
|
#4
|
|||
|
|||
![]() I don't know that this thread is really "new," but I can't seem to find anything like it by searching, so... [Moderator's note - this was separately posted again in the Word forum. I combined it.] Last edited by Charles Kenyon; 10-08-2024 at 12:43 PM. Reason: add moderator's note |
#5
|
|||
|
|||
![]() |
#6
|
|||
|
|||
![]() Quote:
As I told you yesterday, I moved your post to the vba forum. I have combined your new post into that thread. Please look at the links I gave you in a previous response. They describe some of the best practices and tell you how to create a Global Template other than the Normal Template . It is not difficult. Such a template supplements the Normal template; it does not replace it. You can have multiple such templates. (I have more than ten that are active and work together.) You should store all of the following in the same template:
Last edited by Charles Kenyon; 10-13-2024 at 05:50 PM. |
#7
|
|||
|
|||
![]()
First, Charles, I apologize; I thought my first (longer) post had somehow not been posted--failed to see you had moved it to VBA. That's when I sent the more concise and focused version and started looking for replies, I found yours telling me they both had been transferred to the VBA forum. I'll try everything you mentioned before posting again, and will stick with the VBA forum.
Second, I've seen your name all over the website and have noted contributions by you almost everywhere I looked. I Appreciate the work involved in helping people with their frustrations, and give you my thanks for doing it. Thanks again. R. Joslin |
#8
|
|||
|
|||
![]()
Thanks to everyone who responded, but I'm still somewhat lost. Most of the recommended readings seem far over my head. Maybe I can focus more clearly on exactly the result I want, someone can tell me precisely what to do in order to get there.
Goals: 1. I want all my recorded macros to be available to me for all documents I might create on word. 2. I want all my keyboard customizations (KC's) for the macros to be available as well. I need some detailed instructions on how to accomplish this seemingly simple (to me, at least) mission. Someone told me that tech people (and they were actually referring to ME, ha-ha) often leave out steps that novices wouldn't think of doing. I need small steps, as in a recipe. And yes, I know there are usually 5 or 6 ways to accomplish the same thing in situations like this. I just want one, and the simplest. For example, something like this: 1. fashion a file with all your macros and key customizations and no text 2. Save it as a .dotm file in a certain directory 3. Tell Word in some way that you want it to do vis-a-vis this template etc. I'm not desperate. There's no dire consequences if I don't succeed. I can keep reloading my VBA file of macros, and reassigning keys manually over and over. Nothing I'm doing is important to national security, or nuclear .codes or the like. I'm just trying to make my journaling a bit easier. Thanks in advance for any help. ![]() |
#9
|
|||
|
|||
![]() Quote:
Note that to record new macros in that file, you will need to either open it for editing or create a document based on it. Likewise to add keyboard shortcuts or QAT modifications to it. You may want to move it out of the Startup Folder and close and restart Word first. Then when you are done making changes, move it back there. |
#10
|
|||
|
|||
![]()
Charles
I've created rixtemplate.dotm and stored it my startup folder i.e. "C:\Users\rjosl\AppData\Roaming\Microsoft\Windows\ Start Menu\Programs\Startup\rixtemplate.dotm" This file seems to have all my macros and even SOME of my key customizations. Oddly, though, it seems to be a "word for windows 10" file, which was put on this laptop before word365 and is STILL on here. Is it possible that having both Word for Windows 10 (from MS Office for which I still have the original CD) and Word 365 which was added later--is causing some sort of conflict that could be related to my problem. I've always though the older version was a better fit for me. should I perhaps get rid of 365 entirely and just go with the older version. Frankly, I don't really know how I got into Word365; it clearly became active when I first launched this new laptop. The very name seems to imply that's it's a yearly subscription, and I'm just waiting for an email that tells me it's time to renew. And lastly, when I've visited forums in the past (even THIS one, I think), it was easy to get back to a thread or a post that one started. I seem to be having trouble with this now. So I'm never sure that I'm posting in the right place. Perhaps there's something I am missing. |
#11
|
|||
|
|||
![]() Quote:
Your template should be in the Word startup folder located at "C:\Users\rjosl\AppData\Roaming\Microsoft\Word\STA RTUP" |
#12
|
|||
|
|||
![]()
Kudos for catching my mistaking a WINDOWS startup folder for a WORD startup folder. I'm glad I included the file location that enabled you to pick up on my error.
![]() Is it likely that including the "rixtemplate.dotm" file in the Windows startup folder resulted in a blank Word10 file being created every time I re-start Word? Thanks for your help. RJ |
#13
|
|||
|
|||
![]()
I think this is the FIRST time my macros did not dsappear when I reopened my journal in Word. This is quite a relief! Thanks SO much.
|
#14
|
|||
|
|||
![]()
No. Files in that folder are only executed when Windows first starts. By default Word creates a blank document when started based on Normal.dotm, unless "Show the Start screen when this application starts" is set (File | Options | General | Start up options)
|
#15
|
|||
|
|||
![]() Quote:
I moved your post from the general Word forum to the Word vba forum because that seemed a better fit for the questions. That may be why you had trouble finding it, even though you should have received a link. For more on the Startup Folder, please see: Microsoft has a weird way of designating versions. See What version of Word do I have? by Shauna Kelly. Word 97 was Word 8.Your Word for Windows on Windows 10 would work fine on Windows 11 unless, I think, it was Word 95 which was released as part of Office 95. Word 97 runs on Windows 11 if I need it. |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Transferring keyboard shortcuts | Firefox1701 | Office | 5 | 10-05-2021 02:24 AM |
Keyboard shortcuts won't execute macros in Word 2010 | kozureokami | Word | 4 | 02-26-2017 03:16 PM |
Finding keyboard shortcuts for my macros | tcantrell | Word VBA | 1 | 12-07-2015 02:04 PM |
Importing Macros from 2007 with keyboard shortcuts | gyro2222 | Word VBA | 19 | 03-02-2015 09:33 AM |
Customizing Keyboard Shortcuts | zextrot | Outlook | 0 | 11-11-2010 01:43 PM |