The only way: use a VBA macro. E.g. ActiveSheet.PageSetup.LeftFooter = "Check: " & Sheets(SETTINGS_SHEET_NAME).Range("F4").Value
Tag Archives: microsoft
Using VBA, add line break to header or footer with Chr(13). E.g. ActiveSheet.PageSetup.LeftFooter = "Foo bar" & Chr(13) & "Another line"
Delay Outgoing Mail in Outlook
18-Feb-09Delay the messages you send from Microsoft Outlook at Cnet.
Download converter straight from Microsoft. Or use docx2doc.com or zamzar.com. [via NoHeat]
Office Folder Away From Documents
28-Nov-07On 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 […]