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

YES, it is possible to import them to Word

Posted By: typing in MS on 2006-02-02
In Reply to: DocQscribe normals - Soon-to-be-unemployed user of DocQscribe

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. :-)


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

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. 


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.
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. 
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.
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


Can't the tech in the new account just import them for
s
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


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
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!
Or send the file to your desktop and then import into your player from there. Easy
s
macro to import expansion list into MSWord Autocorrect

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.


 


You can save the SH file in a text file and import to IT that way. sm
You may have to do some cleanup in the SH text file, but it sure would be faster than re-entering them all manually.
Microsoft Word.. The oold Word used to do this and I'm new to 2003 Word..nm
/
If you picked the correct Word version at installation, if you pull up a blank Word page & do an inc
s
Sorry, but your schedule doesn't justify making up your own rules. Use the word board for word q
nm
I simply used the word as the point of reference. If I had referred to someone AS 'that word'

your read my post that said we are all just people no matter what color we are?


Info/help on open Word 2007 docx with Word 2003.

I have a friend who sent me a document with .docx extension, presumably Word 2007. I can open it in Word 2003; however, all I see are musical notes and highlighting, no text (this is a document with words and highlighting only, no pictures, music notes, etc.). I tried to open this with Notepad and only see the usual gibberish.


I know I opened another 2007 Word doc before and I remember seeing the converter load at that time but that was probably a year ago. Is there something that has changed that I'm not aware of?


Darn Microsoft.


Is any one running ExText with Word 2000 and EditScript with Word 2003 sm

I am interested to know if anyone is running two platforms with a different version of Word on one computer.


I am running eScription's ES with Word 2003 and want to run ExText but their version of Word is 2000.  Has anyone done this or doing it now.  If so, have you run into any problems. 


I can't seem to get a straightforward answer from the Techs at either company.    I can't just load ExText and jeopardize it interfering with eScription. 


I am interested to hear any and all comments.  Thank you so much in advance for any help!


 


it is attached to your version of Word. Open Word and it'll be on your tool bar. NM
.
I type the letter "l" in IT and the word cholelithiasis is my word selected?Why?
I want to get rid of this. Entered left again but it is still giving me cholelithiasis as the only word option to select from.

This is why I find this program crazy. Everytime I sit down for the day, there is a whole new experience with it!!! I have to stop and think before each word!!!
How do you make fields in Word Perfect like in Word? I'm drowning out here
in new keyboard commands, macros, etc.  Thanks.
In the future, please post word questions on the Word board.
i
Can you use the Word autocorrects or only Smartype? What about the Word auto text? tia nm
/
Word AutoText, AutoCorrect, and Spellchecker, and other Word features
I have just started working for a company that uses Word (my previous experience was HTML-based and had its own autotext and spellchecker).

I have never bought medical spellcheckers nor Instant Text, especially that I have learned a lot from posters here that one could use the autocorrect feature for long words/phrases/paragraphs/templates. I have heard of people saying autocorrect was not meant to be used for such.

I have been browsing some features of shortcuts in Word (using the Assistant), and have discovered that it has AutoText. I tried it by highlighting a whole document (canned procedured), then hit Alt+F3, assigned a code, and voila! I have a template that readily inserts into an open Word document by typing the code and hitting Enter.

Also, I have learned that I can insert empty fields (for variables in my templates like BP/HR/RR/Temp values by hitting Ctrl+F9, then when I have inserted the autotext for a template with such empty fields, I can readily jump from one field to the next (to fill them up with values) by hitting F11 (or Shift+F11 to go to previous empty field).

We do know that many dictators want us to type verbatim even for running sentences, so that I have found the Spelling and Grammar checker feature of Word quite cumbersome. I discovered tonight that I could use just the spellchecker feature by clicking on Tools > Customize, then under Categories, select Tools; under Commands, select Spelling. I dragged that onto my tool bars so I can do a quick spellcheck. Cool thing was, the previous documents I have made with new drug names, etc., which I have spellchecked using a non-Word program, were automatically included in its database (so I do not have to re-enter them as I begin to utilize this feature). Drawback: I could not make a shortcut key for this (have to use the mouse again!)

Then I made my OWN keyboard shortcut for autocorrect by going to Tools>Customize>Keyboard (click on button then another window appears), Under Categories, choose Tools; under Commands, choose AutoCorrect. Under Press new shortcut key, assign the shortcut you want (F key, Alt or Ctrl + desired key), then click on Assign button.

Well, that is all I can share for now. I have learned a lot from posters here, and I hope I have added some info, especially for Word users like me who can be categorized as average.javascript:editor_insertHTML('text','');
javascript:editor_insertHTML('text','');
Qa sent me 2 corrected report. One had hypenated word changed and other had same word
p
why on 1 computer for the same report would the word count be different in Word? (inside)
Like on 1 computer with word the document was 27000 character counts w/spaces

and the other computer (the one i type this account on says 13,000. How can there be such a difference with Word being the same? I am baffled.

Please post word questions on the Word board.
mm
Please post word questions on the Word board.
/
Post word questions on Word board.
/
Please kindly ask word questions on the Word board. Thank you.
/
How do they define a word? Is it characters? Is it the MS Word definition
of a word? You can fit approximately 500 words on one page of typing. It's about $.055 per line, or $2.75 per page. It's up to you. It's not great, but you are a newbie. If you don't have any other offers out there, try it for a while to gain some experience.
Switching from Word 2000 to Word 2003...
Has anyone upgraded from W2000 to W2003? If so, did all your autocorrect entries and normals transfer easily? I would like to upgrade but don't want 2 lose my shortcuts and expanders! TIA

Please post Word Help and s/l questions on Word Help Board.
//
Word/terminology assistance goes on Word board. (SM)
Please use boards appropriately.

Moderator
Post word questions on the Word board.
/
marking for Word Help questions on Word Board
// :)
A majority of the software used IS Word based, or do you just want to use Word by itself? nm
s
Word has its own excellent word expander in Autocorrect.
It reminds me of the old PRD
Are you trying to move your macros from Word on one computer to Word on another?

If so, try this....Go to microsoft.com and search for Word 2000 Supplemental Macros.  When you get the article, it will tell you to download the small application.  You will open the application in Word, and it will give you instructions on backing up the macros you already have.  You will do this on the computer you want to move macros from.  Once you have made a backup copy, email it to yourself.  Go to the computer you want to put the macros on.  You will need to download the Word Supplemental 200 Macro application on this computer also.  Save the email you sent yourself on your desktop, and open the application in Word again just as before.  You will select restore and pick the file on your desktop to restore to.  The macro will do all of the work and transfer all of the macros into your new computer. 


Now, if this is not want you wanted....... never mind.....


Post word questions on the Word board only.
/
what version of Word do you have? Here's a link for Word 2002 -sm
This looks like a long and drawn out thing to do, but it's not that hard really.

When I did it, I checked and found that I had the support template already in the folder, so I was able to skip down to "Back up your AutoCorrect entries on source computer." It's named support.dot and is found here:

C:Program FilesMicrosoft OfficeOffice10Macros

Just following the instructions closely, it was really easy.

If you don't have Word 2002, I think there are other methods avaialable.

Here's the link:

http://support.microsoft.com/kb/269006
Can you transfer them from Word 2002 to Word 2003?
I was able to transfer mine from one computer to another when I had Word 2002 on both of them.  Now I have a new computer with Word 2003, and have not been able to do it.  The autocorrect has a different file name. 
Now, regarding my use of the word 'nigger', I used the word as a point of reference. And, to

I had also said, before the thread got moved and deleted that we are all people and that color shouldn't make a difference.  What it all comes down to is Dog Chapman is a prejudiced person and he got caught.  What his son did was wrong, but it still doesn't make Dog Chapman right. 


Regarding AAMT, I thought what one poster said about Dog getting paid 6 cents a line for being AAMTs "motivational" speaker was hilarious.  And, what on Earth did having him as a speaker have to do with MT????  Again, I thought it was a tremendously dumb move on AAMTs part.


I dunno about Word 2007 but Word 2003

has AutoCorrect, which is probably what you're meaning. When you program a macro, it records your Keystrokes and actions and is more complicated than what you're needing.


In Word 2003, type the word/phrase you want (i.e., degenerative disc disease) then highlight it. Go to Tools, AutoCorrect Options, and your highlighted word should be in the "with" box. Type your shortcut (i.e., ddd) in the "replace" box. Click Add then OK. To use the new entry, just type what you put in the replace box (ddd). No other keys necessary. I would guess it should be about the same in Word 2007.


Hope that helps! Feel free to email if you have more questions...



Calculating lines using Word Count in Word
I have recently started a job where lines are calculated using the Microsoft Word word count tool. I think I read that you get cheated out of lines if a company counts this way. Is this true?