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

Setting up macro in Word for jump code...inside

Posted By: moving on on 2008-12-08
In Reply to: WORD 2007 HELP WITH "JUMP CODE" - sm - greenie

(you can actually use any key on the keyboard, I actually use F3 because it doesn't seem to interfere with anyting.)

I call it a "jumpcode" and what you need to do is create a Word macro for it. For example, I use (Alt + /) to insert blanks in a document. Now if I want to jump to the blanks I use (Alt + >). In reading your question, it sounds as if the symbol you want to "jump" to is already in the document, so you would just have to define the jumpcode for that prompt.

So, first create your macro.
1. Tools - Macro - Record New Macro.
2. Name your macro (ex. Jumpcode) or use the default Macro name
3. Assign macro to Keyboard.
4. Pick what keys to assign the keyboard macro - Example Alt + J (NOTE - SOME KEYS ARE ALREADY DEFAULT ASSIGNED BY WORD. SYSTEM WILL ALERT YOU TO THIS FACT! YOU WOULD THEN PICK ANOTHER KEY OR THE DEFAULT WORD KEY WILL BE OVERWRITTEN)
5. Select Assign - Close
6. You will then notice the "record macro function" come on (symbol of a little tape cassette will appear on screen). All key strokes from this point will be recorded until you turn off record macro function.
7. Recording your macro. Since the jumpcode you want to jump to is the >" you should set it up this way:
A. Ctrl + F (the find function). This will pull up the "Find and Replace" box.
B. Type in the prompt you want to find which would be >"
C. Hit "Find Next"
D. Then close "Find and Replace" box.
E. Stop recording. (Hit the square in the record macro icon)

Now when you hit "Alt + J" system should jump to the >" prompt in your document



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

RE: Can someone help me - how do I set up the jump code in Word??
\
Jump code used in Word 2000
I'm hoping someone can help ~ I just started a new job where I'm working in Word 2000. My question is this ~ There are a lot of normals that I'm using for doctors and I need to figure out how to jump around the report (sets of ??) without having to use the mouse constantly. I've worked in a few different programs before, but never Word. Chartscript used, I believe, Ctr J to jump around. Anyway, I do think there is a way I can do this, macro maybe? Any help would be greatly appreciated! Thanks!!
Word Macro to count Lines Strict inside

Hi,


The solutions others gave are good, but if I just needed to get the number of lines with typing (and don't need an invoice or a report), I'd use a Word macro.


The other solutions offered have this drawback: If the body of your document contains tables, the count Word gives you is vastly inflated, for Word counts each cell in that table as a line. This is not what the eye sees, and becomes problematic when you try to justify such to your client.


Below is a macro for counting what we at Emmaus call Lines Strict. (i.e. Lines with typing on them, vs Lines Extended that includes the blank lines).


To use it, copy from Public Sub through End Sub, and paste it into your macros along with your other macros. Easiest way of doing this is (after you have copied the appropriate lines):


1. Click Tools | Macros, and select an existing macro.


2. Click the Edit button.


3. Once the Visual Basic Editor opens, press Ctrl+End to move to the bottom.


4. Paste the clipboard contents.


5. Click File | Compile Normal. (If you've pasted things that don't belong, it won't compile.)


6. Click File | Close and Return to MS Word.


Merry Christmas!
vJoe
http://www.mpword.com


OOPS! I looked at the HTML code after I pasted the code into the editor on this board, and it added things that when pasted into the Visual Basic Editor in Word will not compile. Here's the code if you want to retype it, but pasting won't work. If you send me an email, I'll attach the code into a .txt document, and you won't have any problems.  vjoet@attglobal.net


Public Sub GetLinesStrictCount()
    Dim CharsStrict As Long
    Dim Count As Long
    Dim ParaswBlanks As Long
    Dim ParasWOBlanks As Long
    Dim LineswBlanks As Long
    Dim BlankLines As Long
    Dim LinesWOBlanks As Long
    Dim NumOfTables As Long
    Dim NumOfRows As Long
    Dim TableRowCount As Long
    Dim x As Integer
   
    TableRowCount = 0
    NumOfTables = 0
    NumOfRows = 0
   
    ActiveDocument.ComputeStatistics (wdStatisticCharacters)
    ActiveDocument.ComputeStatistics (wdStatisticLines)
    CharsStrict = ActiveDocument.BuiltInDocumentProperties(wdPropertyCharacters)
    ParasWOBlanks = ActiveDocument.BuiltInDocumentProperties(wdPropertyParas)
    LineswBlanks = ActiveDocument.BuiltInDocumentProperties(wdPropertyLines)


    NumOfTables = ActiveDocument.Content.Tables.Count
    If NumOfTables > 0 Then
        For x = 1 To NumOfTables
            With ActiveDocument.Content.Tables.Item(x)
                NumOfRows = NumOfRows + .Rows.Count
            End With
        Next
        TableRowCount = NumOfRows
    End If
   
    If CharsStrict > 0 Then
        ParaswBlanks = ActiveDocument.Range(wdMainTextStory).Paragraphs.Count
    Else
        ParaswBlanks = 1
    End If
       
    If LineswBlanks > 1 Then
        LineswBlanks = LineswBlanks + 1
    End If
   
    If ParaswBlanks = 1 And ParasWOBlanks = 1 Then
        BlankLines = 0
    Else
        BlankLines = ParaswBlanks - ParasWOBlanks
    End If
   
    LinesWOBlanks = LineswBlanks - BlankLines
    Count = LinesWOBlanks
   
    MsgBox "Lines Strict (with typing) = " & CStr(Count + TableRowCount)
End Sub


 


 


JUMP code
I need to insert a "code" so I can jump from one place to another in document. using WORD 2002 XP. I had a macro set up for this and lost it and have tried to make another one, but when I try to do any macro Microsoft Visual Basics pops up. It will not allow me to assign anything to the keyboard...ANYONE? TIA
If you want to see the jump code, turn on the
Choose "Tools" then "Options" and on the "View tab" under "Formatting marks" check the "all" box. You will then see all codes including hard returns, spaces, etc., but it will show you the jump codes then.
MACRO FOR JUMP

Could you email it to me too?  I have not had 100% success with this in Word, having typed in WordPerfect for years and years.  I appreciate any help you may provide in this regard. 


I have ? or * put in my format documents and create a macro to find ? or * and jump from each. nm
.
setting up macros in word

I used to do this about 8-10 years ago, but forgot how to do this.  Please post how to do this.  This is for Word 2002.


Thanks


Need help setting up formatting in MS word - sm
Computer crashed and died and now setting up my backup computer.  I need to fix it so I don't have 2 spaces after a period.  It is doing it automatically and I cannot find where to "fix" this.  This is Word 2000 that I am using on a computer with XP Pro.  Any help with this would be appreciated, it is driving me nuts (I am ending up with 3 spaces after a period as I am so used to spacing it myself).
Is there a way to change the default setting in Word - sm

for line numbering?  It keeps indenting 1-2-3,etc. to the first tab and I need the numbers along the left margin.  I went to <format>, <bullets and numbering>, <customize>, and changed the number position and alignment, and it lines everything up on the left margin. 


However, if I have another numbered section in the report, it goes back to the default setting, indenting to the first tab. 


Is there a way to change the default, or do I have to go through these steps for each numbered list? 


Thanks!


Jump markers in Word
Can you please tell me how you created these in Word. Still trying to figure that out. TIA!
Need Word help again please :) (jump codes)

I posted yesterday about the jump codes. I put the brackets in by ctrl F9 and that worked great. The problem is that once I save it, I have to get the normal back to the screen when I want to use it by going to insert and then file and clicking on that normal. Once it loads the normal, all the brackets I inserted have turned to little square symbols and the F11 function is not working on them anymore.


Any ideas on what else I could do? I have to use the file and then insert though to retrieve the normal.


Thanks in advance!!


For jump codes in MS Word,
I believe that when you are setting up your template you use F9 to create the jump to field, and then use F11 to jump to it when you are transcribing.
Can you use any of the other Word shortcuts to jump around? Such as...
Ctrl+Right Arrow jumps to the next word on the right
Ctrl+Down Arrow jumps to the next paragraph (or paragraph mark)
Ctrl+Up Arrow jumps to the previous paragraph
Ctrl+Delete deletes one word to the right
Ctrl+Backspace deletes one word to the left

There are a bunch more shortcuts.

Try eBay. i got my MS Word 2000 there along with a COA and the code. nm
nm
WORD 2007 HELP WITH "JUMP CODE" - sm
I have researched on this board for help with inserting a "jump code" in a template, but all the examples do not seem to work or I cannot find the sections needed in Word to set this up in Word 2007...this is not a trial version.  Any computer savvy person out there to help?  I have tried with the Ctl +F9, but although the brackets show up in the document, hitting F11 doesn't move the cursor back up to the place of insertion.  The other tip I found suggested going to View - toolbar - check forms, etc, but I cannot even find that in 2007 - I found View, but that's it.  Nothing near close to what the rest of the tip says.  Any help would be appreciated.  I have lots of normals that I would like to have this "jump code" in.....TIA.
Need help on setting up Word expanders and spell check

Hi All,


I will be starting a new job soon, and it looks like I will be typing in my own computer's Word program.  I managed to download my old Expander entries from my old job into Notepad, so I now have a list of my expansions.  I am wondering if anyone has any good tips on doing something  with the Notepad entries to get them into AutoCorrect in Word, or do I have to just go through the whole list manually and make new entries into Word AutoCorrect to use for my new expander?


I am also open to any and all suggestions to the Word spellchecker since it does not know LOTS of medical terms and drugs.  Just start entering them manually or buy a medical spellchecker that interphases with Word? I saw some listed when I Googled it, but they seem awful expensive.  100$ and more.  Any suggestions?


THanks!


setting default view in Word 2000
My default view has changed to 90% and I have to manually change every report. Is there a way to fix this so it pulls in on the normal view every time?
What's the code to insert a degree symbol in MS-Word...
I know it's alt+ a set of numbers.  Thanks! 
There is a word macro that can change that
for you.  Not sure if it will work on your platform, though.  If you need it, just answer on here and I will post the macro so you can paste it into your program macros and assign a shortcut
No, not within SH. However, if you use Word, you can make a macro.nm
nm
When recording a macro in MS Word
what do you do in order to be able to jump from heading to heading; i.e., how do I get from HISTORY: to FINDINGS: ? Thanks for your help.
Microsoft Word Macro's
How do I set up macro's on Microsoft Word 2003 for frequently used terms?
Word 2007 macro help

I sure hope someone can help me here.  I have recently started using Word 2007 and am absolutely lost!  I finally figured out how to create a macro....but now cannot figure how how to call up that macro when I need it.  does this make sense???  example, ddd stands for degenerative disc disease..when I type "ddd"  do I hit a function key, just the tab key, CTL + function key?????  can't figure this out.  please help me!


thanks.  Rita



 


Word 2007 macro help
word 2007 is completely different than previous versions.  can you tell me where the autocorrect button/tab is??????  thanks for your help.
Word 2007 macro help
there is no "tools" in word 2007, or not that I can find.
Word 2007 macro help
thanks for all the help.  I absolutely hate word 2007 and as soon as I can I will be uninstalling it and reinstalling an older version.  it is completely different from previous versions. there are no toolbars at the top but a "ribbon" which is needlessly complicated.  sorry I'm cranky.  Thanks again though.
MS Word macro question. SM

All of sudden all my macros give me the "Code Execution has been Interrupted."  Then I have to click Continue, End, Debug, or Help.


Why is this happening?  I've tried deleting the macros and re-recording them, but it keeps doing it.  HELP!  It's making me crazy.


 


How can I make a macro in word

For some reason, I am unable to use the F11 key to jump to headers within a report when I use my macroed reports in EXtext.  So, I wanted to know how I could macro to jump from header to header in the word document and use a hot key.  If I could make a macro using word, I think I could still use my macro reports. 


Thanks


I use Word 2003 and I have text boxes I jump to using the F11 key. I have no idea what I did, but

using the F11 key, but I want to see the boxes where I enter the text. 


Any ideas on how to fix this?


TIA


Just an extremely simple Word macro SM
I'll try and explain it. I'm no Word genius, I PROMISE.

You get in a document you're typing.

Macros
Record new macro
I made mine a keyboard macro, you name it, assign it (mine happens to be alt. alt period)

Then you go:
Edit
Find
. (period space space is what that is supposed to be)
Replace . (period space)
Replace all.

In the parentheses is the keys I pushed. I don't know how else to explain it but it's the alt Key and the period Key.

There's bound to be a "real" way to do it, but I just bumbled through this way.
What version of Word? That can't be set in newer versions. I had to do a macro --sm
I hope this link works for you. It shows how to make the macro. I use alt + semicolon for it because it seemed those would be a convenient shortcut to use. H

Here's the link (you'll probably have to copy and paste it):

http://fitaly.com/board/msword/posts/1629.html


Macro to Search Google from Microsoft Word?
I found one on the net, but when I pasted it in, it would not work.

My version of Word is Word 97. Thanks.
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.

You can use Shorthand to make a Macro, then bring the macro up in WP. nm
nm
In word?..see inside.
If you are typing in word and say you type a header, return and it would be "Alt L". This will start with 1 and automatical tab over to start typing. When you return at end it will give No. 2. Say you have 3 diagnoses, and when you return it says for, hit return again and this will turn it off. Then to start numbering again, hit Alt L. Hope that works.
I need step-by-step instructions to make a macro in word that aligns automatic numbered list to the
HELP!!!!! Thanks in advance.
See inside (these go on the Word Board, BTW)

"10.3 milliquery technician mag 3."


It is 10.3 mCi technetium Mag-3


Alternates, depending on doctor's/client's style


 10.3 millicuries technetium Mag-3


OR 10.3 mCi Tc-99m MAG-3


 


is normoreflexic a real word? see inside

He is areflexic at the ankles and normoreflexic at the knees.


 


MD is very clear.  Any suggestions?  Many thanks !!!


One Word: Siphotrol ...link inside
One can of Siphotrol will cover 2000 square feet of house. I have used this in the past, and it works better than anything I've ever tried.

http://lambriarvet.com/sbsite.php
Also, Word has the AutoCorrect and AutoText--see inside
Also, Word has the excellent AutoCorrect (for expanding words like "tp" into "the patient"). It is an excellent help, the only downside being that it maxes out at about 7000 entries.

Also, for longer portions of type, like something a doctor says over and over, there is AutoText in Microsoft Word. Just put the paragraph or sentence or whatever in th AutoText, and the next time the doc says it, you can put it in.

Also, you can save complete documents in Word that you may use again- like psychiatric tests that they do-- you can just open that document and rename it a new name (keeping the old document as the template, like "Dr Smith Psyc tests" and then rename it when you do it to something new- and you can have all your margins, test headings, tabs, etc.

I would not work without these 3 things being available--AutoCorrect, AutoText, and the ability to store documents that I might want to use again.

So, I'd just drag them into the 21st century! It is actually ridiculous. Would their programmer(s) work without their production shortcuts? They have plenty of them. Ask them not to use any, to type every / and etc. and have no canned programming stored, and see how they like it. Arrogant snobs.
see inside & seach word 2003
http://www.windowsmarketplace.com
See inside for how to access Word's line counter...
Open your Word program and select Tools and then Word Count.
As long as you are cutting and pasting inside DQS, its okay. Just don't try to paste from a Word
xx
Kathy - See inside; belongs on Word board; thread locked.
Kathy,

E-mail myself or the Administrator (admin@mtstars.com) and tell us what the error message says. We will resolve this problem for you.

Posting policies are posted clearly. If you have problems with posting on one of the specialty boards, you should notify us.

Goldbird
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.
There is a setting
to fix that and I can't remember what it is. But I complained about it and our IT guys told me how to fix it. There is something that you have to "allow" to get it to work.
Tag code?
Not sure what you mean by tag code.
Tax code
In Ohio, since there is no actual code that reflects transcription, we use 99999. Worked for me with no problems.
Used to code

Coding is a game where the rules constantly change and they won't tell you what they are - but will gladly penalize you and your employer because you "should have known" all the rules they won't tell you.  They actually have codes that are "blacked out" - in other words, they know what the right code is that will cause them to pay for a procedure, but its a secret beknownst only to them.  "They" being the federal government - they say "ignorance of the rules is no excuse" but won't tell the rules.  You fly by the seat of your pants.  You can attend seminars all year long but still not know if you're doing it right.  You live in constant fear of a Medicare audit where they will find the wrong code and accuse you and your employer of fraud, fine/jail the both of you, and pull the doctor's license. In transcription - the blame for errors ultimately goes to the doctor.  In coding - the blame gets spread around.  If that sounds like fun, go ahead.


Where do you put the code?
nt