Home     Contact Us    
Main Board Job Seeker's Board Job Wanted Board Resume Bank Company Board Word Help Medquist New MTs Classifieds Offshore Concerns VR/Speech Recognition Tech Help Coding/Medical Billing
Gab Board Politics Comedy Stop Health Issues
ADVERTISEMENT




Serving Over 20,000 US Medical Transcriptionists

macro to import expansion list into MSWord Autocorrect

Posted By: TheMacroDiva on 2008-08-23
In Reply to: Conversion programs (see message) - mt1982

Here is my macro that will import your expansions into MSWord.  Your list needs to be in the following format for this macro to work:


tp=the patient


copd=COPD


chf=CHF



There needs to be a hard return at the end of each entry.  If you have any expansions that contain an equal sign or a hard return, you will need to enter those into your autocorrect manually.  Here is the macro:


Sub Add2AutoCorrectList()
Dim AddName, AddValue As String
Dim W, C, A, L, Y, T, N As Long
Dim CountWords As Boolean
Selection.WholeStory: Selection.Collapse
N = ActiveDocument.Words.Count: C = 0: A = 0: T = 0
ScreenUpdating = False
While N > 0
x = Selection.MoveEndUntil(cset:=("=), Count:=wdForward)
    If x = 0 Then
        End
    End If
Selection.MoveEndUntil cset:=("=), Count:=wdForward
AddName = Trim(Selection.Text)
L = Selection.Words.Count
With Selection
    .Delete: .Delete
    .MoveEndUntil cset:=Chr$(13), Count:=wdForward
End With
AddValue = Trim(Selection.Text)
Y = Selection.Words.Count
AutoCorrect.Entries.Add (AddName), Value:=(AddValue)
Selection.Delete , Count:=2
T = L + 2
N = N - T
C = C + 1
A = A + 1
If N < 1000 Then
ScreenUpdating = True
N = ActiveDocument.Words.Count
End If


If A = 100 Then
Application.ScreenRefresh
'ScreenUpdating = True
StatusBar = N & " " & C & " " & " entries processed!"
A = 0
End If
Wend


  
End Sub


One word of warning:  When I posted a line counting macro here some time ago, I could not get a quote mark in the code to post, so the macro as posted would not work, and I had to followup with a post explaining how to correct that.  This macro is a bit more complicated than the other one was, and although I will look at the code as soon as this posts, if it doesn't come through perfectly, and you don't understand my corrections, you can e-mail and I will send it to you.


Also, I wrote a companion macro that will list your autocorrect into a document so that you can import it into another computer or just keep it as a backup in case you lose your normal.dot.


 




Complete Discussion Below: marks the location of current message within thread

The messages you are viewing are archived/old.
To view latest messages and participate in discussions, select the boards given in left menu


Other related messages found in our database

You can import your AutoCorrect list

Hi Patty,


You can import your AutoCorrect list into Instant Text so you can continue using the list that you have already created.


IT will expand using the font that is currently active in your document.  If you have an entry that you want to be in a certain font every time you expand, you can do that as well using Formatted Entries.


For more information on IT V Pro, please see the link below.  Or you can always give us a call at 800-355-5251.


Kind regards,


Kristen


Import from SFW to AutoCorrect
I have been hired by an employer who uses AutoCorrect.  My entries are all in ShortHand for Windows.  Does anyone know how to import (COPY into, NOT MOVE) expansions from Shorthand for Windows to AutoCorrect?  Very much appreciated. 
How to import autocorrect instructions

Okay..I went to the Escription site the other day and searched the knowledgebase on how to backup and save your autocorrect files..but that information didn't help me. It didn't work on my machine, because it said to do a bunch of steps andthen told me to find the Macros folder in the office program files folder.. but I didn't have a macros folder on my machine and the file it told me to find wasn't installed on my machine anywhere.. anyway, I contacted support at Escription and they told me how to do it, so I figured I'd post here for anyone else who needs the information. Hope it helps!


You can navigate to the following directory to back up your auto correct file for Word.


C:/Documents and Settings/your name/Application Data/MicroSoft/Office/


and back up the file named MSO1033.acl.


This is the auto correct file.


If you do not see the Application Data directory click on the 'Tools' option on the top menu and select 'Folder options'. From here click on the 'View' tab and click on the radio button that says 'Show hidden files and folders'.


Thanks,


oh..and just in case you can't figure it out how to import it to the new machine...once you save that file to a CD or disk or whatever, you just navigate to the same folder on your new machine and paste it, click yes to overwrite the existing file and you're done .  I know you all probably know that part, but you just never should assume that people know things. LOL


Is there a way to import autocorrect from Word to EMDAT?
I would still have to redo a bunch because they start with . but it would speed things up a bit!  Any tips for EMDAT appreciated.
Is there any way to import Word Autocorrect entries into WordPerfect?

I've been Googling it and there is some info about going from WordPerfect to Word, but I can't find anything about importing them from Word to WordPerfect.


I just got really screwy account where we have to transcribe the reports in WordPerfect to get the line count, then save them in Word to send to the client. 


Easier way to sort an address list in MSWord?
The only way I know to sort an address list in MSWord is by making the first line of the address a Heading. Is there an easier way? I received a 150-page address list from a doctor and it isn't organized in any way whatsoever. And *snif* I'm not looking forward to manually changing the first line of each addy to a heading, but I don't know any other way to do it. Hey! 'Tis the season for miracles, no?
If you don't have an expansion program, you can put stuff in Word in your AutoCorrect/AutoText un
s
That list in the macro box is just awesome. Thanks SO much!!! sm

I noticed that the control/alt/L inserts the bulleted list.  Any idea how I can easily insert the numbered list?


Thanks so much for your help.


Printing AutoCorrect List
Does anyone know how to print the autocorrect list on Microsoft Word 2007?  I've searched it on Google, but I keep getting odd articles that don't make any sense to me at all.  If anyone can explain it to me in layman's terms, I would be forever grateful!  Thanks!
Autocorrect list of everyday
I am looking for a list of everyday short phrases that we type alot because I know I am missing some.  Is there a website that has a list?  Also, is there a way to compile a list from the reports we type to show which phrases and words are used the most?  Isn't there software that does this?  Thanks a lot 
Have you ever checked the autocorrect exceptions list to see if you added those letters without
You need to uncheck the automatically add box.
Can I transfer instant text word list to autocorrect??
Hi all. Well I have a ton of entries stored in my Instant Text program. The problem is, that now that I am using Editscript version 8 instead of version 6, whenever I use my instant text program, it freezes up on me.. So I am just wondering, is there any way that I can transfer over my IT word lists over to autocorrect in microsoft word?? I think this is the only text Expander I can use with editscript 8. I really appreciate any help with this!!
I need step-by-step instructions to make a macro in word that aligns automatic numbered list to the
HELP!!!!! Thanks in advance.
You can use Shorthand to make a Macro, then bring the macro up in WP. nm
nm
Re companion macro. Do you know there is already a macro
in Word that will create a document with all entries from both the normal.dot and the .acl file? The normal.dot only stores the formatted entries.
YES, it is possible to import them to Word
My husband has done this for me, but he had to write a program to do it (easy for him because he is a software engineer!). I have no idea exactly how he did it (he also wrote a program to import them into DQS from Word when I first started on the platform with all my little macros). He is currently in the Middle East working on a project and cannot help us right now, but try posting on MTDesk and see if anyone can help. The point is that it CAN be done! Good luck. :-)
Did you get to import your old expander? (sm)
I would think switching would be super hard if you didn't have your old word list. Also like others said, the marker keys are a trick. I introduced several at my old company to IT. I used to tell people to start with the spacebar as expander, then when they got comfortable with the screen at the bottom, to choose their marker keys and practice using their old list with the new keys. Once that got easier, then I had them do an "includes" to put the Medstart list under their own list and to start getting acquainted with the IT list, OR do a compilation from documents and make their account list for account-specific terms. It's easier to just to do one little thing at a time rather than get overwhelmed.

Also, on the bottom screen, people would tell me they felt like they had to slow down and look because the selections keep changing and I used to recommend only looking down there when you thought "hey, wonder if there is a shortcut for that?" and to remember that the program is basically only saying "you want fries with that?" Don't know if that's one of the issues you have, but it was pretty common IME.

Sometimes it's just too much information, too fast, and that can slow you down for sure.
Why not just import the file?
If you are already using a transcribing program like Express Scribe or Olympus can't you copy the file from the CD and upload it into that program? You need a special program to type from a CD directly, I think. Just a thought.
need to import DQS expander to Shorthand (sm)
What file do I look for and where/how do I find it?  Step by step instructions would be nice.  Thank you. :-)
How to import Shorthand macros into ESP?
Can anyone tell me how to import my ShortHand macros into ESP? My company would not help me do it. I can't believe they wouldn't when they are the ones who tolld me Shorthand macros were compatible with ESP anyway.
Can't the tech in the new account just import them for
s
About MSWord......
Some companies have different interfaces and formats (Spheris was horrible...my opinion, of course....) was interested in using MSWord itself.
MSWord
This is certainly not an answer to your question, but one of my own.  I make samples, too, but I just store them out in the expander, rather than as a document in a file.  Is there any reason you don't do this, or any reason I should not be doing this?  So far it works fine.  I just type in my code words (part of doc's name with let for letter) and it pops onto the screen.
MSWord
Okay, a question about using dot doc. Those are Word documents, right? The problem is, I cannot have Word open while I am transcribing, because the platform I use is Word-based and attaches itself to Word. If I try to use Word, then everything locks up.

Right now what I am doing works for me. I have a limited number of cardiology docs (clinic), so my macros are limited, too. If Autocorrect begins to have problems with it, then I will have to try something else - like IT. And if I had a program that wasn't Word based, then I could use Word for storing my macros, too. I agree - trying to edit is not very convenient! And trying to copy from the text into something that is already in Autocorrect usually doesn't work, either; it's a hit-and-miss project, and I have never figured out why sometimes it works and sometimes it doesn't. Anyway, for me right now, it works. If things change, then I will have to re-evaluate what I do. Thanks for all the input.
Ha! Those jobs they'll just import the foreign PhD on
on one of those work visas as they do nurses and teachers. Pay 'em less and put another American out of work.

Wake up, America! No job is safe any more.
Instant Text is best by far and it will import your AC entries.
xx
Instant Text can import your SH entries. nm
nm
Can someone help me with an MSWord ? on Techn
d
MSWord companies
Any preference as to companies using MSWord?????
Can you help me with MSWord Template? SM

Hi everyone!  I'm working on about 20+ reports by the same doctor.  I have a template that I saved for him under MSOffice, Templates, his name.  In the past, I've been going to explore (right clicking on the start menu) and physically pulling up the template for each and every report.


Is there a way I can just open the template once.  Finish the first report and then automatically when a new Word document opens it will open that template?


Thanks,


Chickadee


Learning MSWord - need help

Finally have given in and am switching from WP to MSWord. I work from home. If anyone has any encouraging words about MSWord, I certainly would like to hear them. So far, I am going crazy, i.e., I have put in "gray boxes" but when I enter my autocorrect short cut for the "shell", my cursor goes to the bottom of the page and I have to page up 2-3 times. I am missing something?


Any help would be so very much appreciated


Thank you.... bw...


Macros - MSWord

When I do clinic notes I need to make a log, so have been copying the heading over to another document.


However, someone told me that in WP8 there is a macro that can do this automatically. If true, is there such a thing in Word?


If anyone keeps a separate log, can you tell me how you do it.


Thank you.


Try the MSWord tutorial. It is all there.
x
MSWord question

is there a way to make a * hard hypen * in Word?


TIA for any help.


An MSWord question

I make normals of my own for reports I do on a company platform.  I save my normals in the My Documents folder under the hospital number. 


Some of my normals are saved in blue letters and some in black letters.  Can anyone tell me what the difference is and how I can make them all black.


Sounds trivial, I know, but.....


TIA


Stand alone MSWord
You can get it at Office Max, etc., it is the full version and costs around $450-500. Getting it in the Suite is much much less expensive (I think about $90-100, it has been a long time) and is all you will ever need for transcription.
MSWORD question. sm
There use to be a way in Word when if you were typing listed items by number, that when you got to #10, you could move one space to the left so the items on the right would be in proper alignment.  Anyone know how to do this.  Thanks.
or another w ay MSWord 2003-
Click VIEW (top on tool bar) Click FULL SCREEN
Unfortunately, you can't import your ESP file to EXText. It won't convert. I've tried and

I would just turn off ESP as suggested below and use your Shorthand.  I didn't do that because the hospital I work for provided my equipment and were told in no uncertain terms we could not load any software on our PCs without it being approved by the IT department and since EXText comes with its own abbreviation expander, there was not reason to approve mine.  I had to input each and every Expander from scratch!  It sucked, but in the long run it was a good thing.  My ShortHand file was geared more towards radiology because that's basically all I did on my last job.  So a lot of it would not have been helpful for the medical records stuff I'm doing now. 


Like you care why I don't use my Shorthand still!  Sorry to go on and on.  I get so bored by myself here at home, I can't help myself from virtually gabbing every chance I get. 


Instant Text can import your SH entries so you can continue
to use those shortcuts you are used to. IT can also import AutoCorrect and AutoText.

I used SH for a whole lot of years and switched to IT and have never looked back!
with 1 job I do, with the other 2 spaces. You can program MSword to do 1 or 2. - nm
x
MSWord 2003 problem
Help! I recently purchased a new computer and reloaded my old Word 2003 on it. I have customized some of the settings according to Laura Bryan's MT Werks book that I've used before. I prefer to type using normal view. The status bar at the bottom is NOT showing me the Ln at the bottom; i.e., 6.5, 6.7, etc. unless I switch to print view. So I don't know where I am on the page, doesn't display page breaks, etc. This USED to show up, now it doesn't. I really don't like to type in print view as well. What happened? Any ideas??
The platform I use pulls from my MSWord
nm
I use QuickCorrect in my MSWord. Used to use expanders but don't need them now (nm)
x
It's only when I use an expansion
at the beginning of the sentence that I can't get it to automatically capitalize the first letter. I have the auto-cap option checked and it works for regular typing. I have been planning on getting Instant Text forever now and just keep putting it off. Probably going to do it soon because this is driving me crazy. Thanks.
expansion, expansion, expansion
Use your expansion tools. I have just about every acronym under the sun set up into my expansions. It really helps.
Expansion help
I have a great primary account, make usually more than 2000 lines a day, and I have several of the same docs who say the same things repeatedly, so I have their "normal" ROS or PE set up as an expansion.  I make sure to proof those really well for changes.  And I have any phrase that is three words long as an expansion.  Like ctax for clear to auscultation, rrrx for regular rate and rhythm, etc.  And if a word is long, like hepatosplenomegaly, I make an expansion for it with hsmx.  You just need to play around and see what you come up with...
Or send the file to your desktop and then import into your player from there. Easy
s
Need help on technical board - doing search on MSWord. tks.
.
Check your MSWord tutorial and resources before asking for help here.
x
The "counter" in MSWord is not accurate. While it is after the fact, (sm)
I highly recommend purchasing Slycount.(http://www.sylvansoftware.com/sylcount.htm).  First and foremost, be honest.  Tell him/her the invoice you submitted is not accurate, and after deciding exactly what and how you wish to charge, send an amended invoice.