Hi MakeItSo,
What I have assembled so far is indeed a crutch solution, but it does its job for my purpose, without in depth knowledge of the LP bowels. It now gathers all fuzzy segments with their respective source segments from the TM, so I don't have to be afraid of adding a fuzzy segment by...
Hi Guys,
First I would like to apologize for not replying earlier. I have been out of town this week.
I see that MakeItSo knows about translation tools. I have to work with Logoport on a regular basis. The problem however is that I don't always have access to an internet connection. On most...
Hi Macropod,
After a good night sleep and a new golden idea I finally got it to work, at least, in a basic way.
The following code extends the selection to see if it's possible. If it can be extended by 3 characters, the Loop knows it's not at the end of the file. If not, the file end has...
Haha.. I could tell my boss it's crazy: in a mirror. I am my own boss and use a commercially available tool for translating. The tool has a Word template that interacts with my translation software.
The first macro selects a chunk of text to be translated, starting at the insertion point and...
Hi Skip,
I do appreciate your effort to help me. Is there any other information that I might be able to give to get started?
The best working option I got until now was this:
Sub GetFuzzies()
Dim i As Long
i = 1
Do Until i > ActiveDocument.Sentences.Count
Application.Run...
Before turning to this site, I have been looking at three options, none of which I have been able to get working:
- Finding a coded method of recognizing the end of the document
- Checking whether there is text to the right of the insertion point before calling the first macro
- Adding a final...
Hi guys,
Thanks for the input. The problem is that I can't send you the macros' code. They are in a locked project by another engineer. I only know I can access them in this way.
So, there isn't much other info I can give you.
@Fumei: I did find the Selection.Text option, but I do not know...
Hi all,
Sorry for the wrong post. This should be the right place then.
Who can help me find a way to loop something until the end of a Word document? I just can't get it to stop.
Primarily, I am trying to loop (or better, alternate) two macros from the insertion point until the end of the...
Hi all,
I'm a vb amateur so please bear with me ;)...
Who can help me find a way to loop something until the end of a Word document? I just can't get it to stop.
Primarily, I am trying to loop (or better, alternate) two macros from the insertion point until the end of the document. If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.