This site uses cookies.
Some of these cookies are essential to the operation of the site,
while others help to improve your experience by providing insights into how the site is being used.
For more information, please see the ProZ.com privacy policy.
Sergei Leshchinsky Ukraine Local time: 02:07 Mitglied (2008) Englisch > Russisch + ...
Oct 15, 2008
I need some small tool to get document statistics able to count characters/words also in the embedded objects like text-boxes in Word. Standard Word tool does not count characters in the text-boxes and may show you "0" when you have several pages of charts etc.
The tool must be small. (Not Trados! I know it can do it. But who will install such a big package for just one task?!)
Subject:
Comment:
The contents of this post will automatically be included in the ticket generated. Please add any additional comments or explanation (optional)
Alessandro Zocchi Italien Local time: 01:07 Mitglied (2007) Deutsch > Italienisch + ...
Anycount could be the answer
Oct 15, 2008
Sergej,
IMHO, if You have only one task to perform, I think Anycount is the best, since there is a free 30-days period and it is downloadable from the site.
The contents of this post will automatically be included in the ticket generated. Please add any additional comments or explanation (optional)
Shouguang Cao China Local time: 08:07 Englisch > Chinesisch + ...
Count textboxes
Oct 15, 2008
Hi Sergei,
Paste the following code to Tools->Macros->Visual Basic Editor and then go to Tools->Macros-->Macros to run TxtBoxWcount
This program counts all texts in the text boxes.
Sub TxtBoxWCount()
Dim aShape As Shape, N As Integer, charsCount As Long
For Each aShape In ActiveDocument.Shapes
If aShape.Type = msoGroup Then
For N = 1 To aShape.GroupItems.Count
If aShape.Gro... See more
Hi Sergei,
Paste the following code to Tools->Macros->Visual Basic Editor and then go to Tools->Macros-->Macros to run TxtBoxWcount
This program counts all texts in the text boxes.
Sub TxtBoxWCount()
Dim aShape As Shape, N As Integer, charsCount As Long
For Each aShape In ActiveDocument.Shapes
If aShape.Type = msoGroup Then
For N = 1 To aShape.GroupItems.Count
If aShape.GroupItems(N).TextFrame.HasText Then
charsCount = charsCount + aShape.GroupItems(N).TextFrame.TextRange.Characters.Count
End If
Next
Else
If aShape.TextFrame.HasText Then
charsCount = charsCount + aShape.TextFrame.TextRange.Characters.Count
End If
End If
Next
MsgBox "The wordcount in all textboxes is" & charsCount, vbInformation, "textbox Word Count"
End Sub ▲ Collapse
Subject:
Comment:
The contents of this post will automatically be included in the ticket generated. Please add any additional comments or explanation (optional)
Maxim Manzhosin Russische Föderation Local time: 03:07 Englisch > Russisch
TotalAssistant
Oct 15, 2008
Free to try. Main features include:
- Drag and drop files/folders from Windows Explorer onto Total Assistant.
- Count text in embedded objects, such as Excel worksheets in PowerPoint presentations.
- Select files from a standard file open dialog, with multiple select.
- Paste a summary of the results with counts into emails, Word documents, Excel etc.
- Fast cost calculator. Just enter your rates to get the word, character and line total cost.
- Ne... See more
Free to try. Main features include:
- Drag and drop files/folders from Windows Explorer onto Total Assistant.
- Count text in embedded objects, such as Excel worksheets in PowerPoint presentations.
- Select files from a standard file open dialog, with multiple select.
- Paste a summary of the results with counts into emails, Word documents, Excel etc.
- Fast cost calculator. Just enter your rates to get the word, character and line total cost.
- Network files supported.
- Print the file list and text count.
- Character count optionally characters with or without spaces.
- Optionally include or exclude text box content in count.
The contents of this post will automatically be included in the ticket generated. Please add any additional comments or explanation (optional)
Samuel Murray Niederlande Local time: 01:07 Mitglied (2006) Englisch > Afrikaans + ...
Shauna Kelly's CompleteWordCount
Oct 15, 2008
Sergei Leshchinsky wrote:
I need some small tool to get document statistics able to count characters/words also in the embedded objects like text-boxes in Word.
Translation Office 3000 is an advanced accounting tool for freelance translators and small agencies. TO3000 easily and seamlessly integrates with the business life of professional freelance translators.
Manage your TMs and Terms ... and boost your translation business
Are you ready for something fresh in the industry? TM-Town is a unique new site for you -- the freelance translator -- to store, manage and share translation memories (TMs) and glossaries...and potentially meet new clients on the basis of your prior work.