Lorem Ipsum

Once in a while you need to fill in some dummy-text. Usually this is done, by leveraging the “lorem ipsum” text.

While there are a couple of websites, that can create this text (like http://www.lipsum.com/), this is actually unnecessary while working with Micorsoft Word 2007. Just type in =lorem(10,5) and you’ll get about 10 paragraphs with up to 5 lines of text per paragraph.

This is kinda neat.

Opening new windows

Some installations/setups of windows/internet explorer seem to prefer to open especially office documents within the browser-window, instead of starting word or excel and showing the document there.

So it turns out, that this is actually a setting of the windows explorer. Just go to Tools\Folder options\File Types select a file type of your choice (preferably a type, which is being opened within IE) and then remove the check from the setting open in same window from the extended properties page.

Einbetten von Office-Dokumenten in Word

Um eine bestimmte Zeichnung z.B. von einer Visio-Datei in ein Word-Dokument einzubinden, sollte man zunächst das Office-Dokument verknüpfen. Dazu unter ‘Einfügen\Objekt’ eine Verknüpfung zu dem jeweiligen Objekt erstellen. Anschließend diese Verknüpfung bearbeiten, indem die Zeichnung ausgewählt wird und [SHIFT]+[F9] gedrückt wird. Dadurch wird das Kommando für die Verknüpfung angezeigt und kann bearbeitet werden.

Soll nun aus der Datei MyFile.vsd die Zeichnung Picture 1 eingefügt werden, so muss folges eingetragen werden:

   { LINK Visio.Drawing.11 "C:\\MyFile.vsd" "Drawing\\~Picture 1" \a \p }

Dabei muss auf jeden Fall der vollständige Pfad zu der VSD-Datei angegeben werden, und Backslashes im Pfad müssen escaped werden.