Wikipedia Diskussion:Archiv/Textverarbeitung/Word2MediaWikiPlus

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Die Angelegenheit ist ganz toll aufgemacht und wäre wirklich sehr hilfreich, allerdings scheitere ich bereits beim Öffnen der entsprechenden Dateien.

Existiert hier kein brauchbares Makro, welches schnell und einfach in den VBA-Editor implementiert werden kann, analog dem Tool 'Word2Wiki'? Mit diesem rar-Dateiformat bekunde ich so meine Mühe.

Antwort: Ab Version 0.6 wird es eine Installationsroutine geben.
Antwort: Außerdem habe ich rar auf zip umgestellt, dass kann auch XP entpacken. Leider habe ich nicht genügend Platz für 2,5 MB ungepackt.


THANK YOU!!!

[Quelltext bearbeiten]

THANK YOU SO MUCH This tool is so great!!!!!!!!!!!!!! It makes my life SO much easier for building my site http://theplaz.com Adding outlines like http://theplaz.com/wiki/index.php?title=Image:Chapter_6.1_-_The_Scientific_Revolution_Outline.doc use to take me 20 or 30 minutes to replece the outline things with the # sign. Now it takes me a second or two. I had to modify the code a little bit. Instead of doing a search, I wrote it so that it brings the edit page right up. Take a look:

Private Sub MediaWikiOpen()

    Const WikiSearch$ = "title="
    Dim txt$


    If WikiOpenPage Then
        'Open the new document in browser
        IExplorer WikiAddressRoot & WikiSearch & ArticleName & "&action=edit"
        DoEvents
        Sleep 2000
    End If
    
    'Finished
    'Application.Activate
    'DoEvents
    'MsgBox Msg_Finished, vbInformation, ConverterPrgTitle
    
    If WikiOpenPage Then AppActivatePlus WikiSearchTitle, False

End Sub

I am using Word 2003, so I don't have PhotoEditor. I tried using its replacement "Microsoft Office Picture Manager" but I haven't got it to convert pictures yet. I guess I need to update the pasting routine for the different program. Then I need to tweak auto-upload.

THANK YOU!!!- THANK YOU!!!- THANK YOU!!!-- (User en:User:Michael180) 151.201.148.174 00:09, 7. Jun 2006 (CEST)


MS Photo Editor on Office 2003:
By default it is not installed, but it seems to be the best tool to extract pictures from word without loosing the colors.
How to install: http://support.microsoft.com/kb/817095/en-us


New much sophisticated version 0.6 will be out by June 15, 2006.


What about having a Mac version of M$ Word? I use Word for Mac 2004, so can I use the makro or not? Thank you. Was ist denn wenn man die Mac-Version von M$ Word hat? Kann ich das Makro mit Word für Mac 2004 benutzen oder nicht? Danke. --M9IN0G 21:28, 12. Sep 2006 (CEST)