The only way: use a VBA macro. E.g. ActiveSheet.PageSetup.LeftFooter = "Check: " & Sheets(SETTINGS_SHEET_NAME).Range("F4").Value
Pages
Other stuff
The only way: use a VBA macro. E.g. ActiveSheet.PageSetup.LeftFooter = "Check: " & Sheets(SETTINGS_SHEET_NAME).Range("F4").Value
Using VBA, add line break to header or footer with Chr(13). E.g. ActiveSheet.PageSetup.LeftFooter = "Foo bar" & Chr(13) & "Another line"
Delay the messages you send from Microsoft Outlook at Cnet.
Download converter straight from Microsoft. Or use docx2doc.com or zamzar.com. [via NoHeat]
On OS X, Microsoft Office creates its very own folder, called "Microsoft User Data", in your Documents folder. To get rid of it, try moving it to ~/Library/Preferences/. That worked for me. This had been annoying me for years. Solution was found from macosxhints.com.. well, actually one comment linked to macnn.com which had the working [...]