Results 1 to 13 of 13

Thread: *.doc

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ! vbTheKing's Avatar
    Join Date: Sep:2003
    Location:
    Posts: 4,138

    Exclamation *.doc

    , , , , , .

    .
    ( ), !


    ,
    Attached Files
    ''? * *
    - !
    ...

  2. #2
    The Black Beret  's Avatar
    Join Date: Oct:2006
    Location:
    Posts: 8,417
    ! , .
    Attached Files

  3. #3
    ! vbTheKing's Avatar
    Join Date: Sep:2003
    Location:
    Posts: 4,138

    Smile !

    !

    !
    ''? * *
    - !
    ...

  4. #4
    Registered User
    Join Date: Nov:2008
    Location: Sept
    Posts: 5
    Quote Originally Posted by _ View Post
    ! , .
    : File Conversion. ?
    Attached Files

  5. #5
    ! vbTheKing's Avatar
    Join Date: Sep:2003
    Location:
    Posts: 4,138
    , , "", .. ... ?
    ''? * *
    - !
    ...

  6. #6
    Registered User peshop's Avatar
    Join Date: Jul:2007
    Location:
    Posts: 172
    Quote Originally Posted by vbTheKing View Post
    .. ... ?
    Office XP/2003: Tools -> Fix Broken Text, 2000: Word 2000 Fix: Font Repair Macro. -: http://www.microsoft.com/downloads/d...displaylang=RU, .
    : Tools -> Options -> Save -> Embed True Type Fonts.

  7. #7
    ! vbTheKing's Avatar
    Join Date: Sep:2003
    Location:
    Posts: 4,138
    peshop, , ...
    Quote Originally Posted by Microsoft
    Changes in Word 2007

    Fix broken text
    Description: The ability to open Word 6.0 documents and fix broken text (that is, to turn 8-bit characters into 16-bit characters) is removed.

    Reason for change: This is a low-use feature for a legacy issue.

    Migration path: This tool will remain available online.
    , .
    ONLINE... - ... ?
    ''? * *
    - !
    ...

  8. #8
    Registered User peshop's Avatar
    Join Date: Jul:2007
    Location:
    Posts: 172
    'eefonts.dot' (, 'eefonts.exe' Word 2000) , 2007. . 2003 Tools -> Macros -> Security, 2007 ( ).
    Alt+F11, Insert -> Module, :
    Code:
    Sub convert()
        '    :
        'http://www.microsoft.com/Rus/Msdn/Activ/MSVB/Archive/VBA/Decoder/VBVariables1_2.mspx
        a$ = Selection.Text
        RegionTo% = &H419  
        For i% = 1 To Len(a$)
            k1% = AscW(Mid(a$, i, 1))  
            k2% = k1% \ &H100          
            Select Case k2%   
                Case 4  
                RegionFrom% = &H419   
                Case 1  
                RegionFrom% = &H415   
                Case 0  
                RegionFrom% = &H409  
            Case Esle 
                Stop    
            End Select
            a1$ = StrConv(ChrW(k1%), vbFromUnicode, RegionFrom%)
            Mid$(a$, i, 1) = StrConv(a1$, vbUnicode, RegionTo%)
        Next i
        Selection.Text = a$
    End Sub
    Alt+F8 Run.
    , .
    , . .

  9. #9
    ! vbTheKing's Avatar
    Join Date: Sep:2003
    Location:
    Posts: 4,138
    !

    !
    ''? * *
    - !
    ...

  10. #10
    presola's Avatar
    Join Date: Jul:2006
    Location: /
    Posts: 15,442
    .docx
    imweasel: , .
    B4K Reloaded , userstyles.org.

    #makeHWBGgreatagain

  11. #11
    Registered User
    Join Date: Nov:2008
    Location: Sept
    Posts: 5
    Quote Originally Posted by presola View Post
    .docx
    ? - ? 2003

  12. #12
    presola's Avatar
    Join Date: Jul:2006
    Location: /
    Posts: 15,442
    imweasel: , .
    B4K Reloaded , userstyles.org.

    #makeHWBGgreatagain

  13. #13
    Registered User
    Join Date: Nov:2008
    Location: Sept
    Posts: 5
    ,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |