The only way: use a VBA macro. E.g.
ActiveSheet.PageSetup.LeftFooter = "Check: " & Sheets(SETTINGS_SHEET_NAME).Range("F4").Value
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"
Note to self. When building WP sites with several js/css files, remember to include WP Minify with the regular plugins.
Trying to find out a way to backup my data online. Lots of options.
Most of the "unlimited" backup plans have a caveat:
Some talk about Mozy, includes great stuff about EULA's of Mozy and other players at the end.
Call me crazy but I'm going for a limited plan. Need around 200 GB storage.
Backup solutions:
Backup and syncing solutions. Sync files across multiple devices (mac, pc, mobile phone, etc) :
Totally on its own category (someone said it supports mac, but I doubt it and really can't seem to find proper info -- or pretty much anything -- on the site):
Other options: Box.net, SOS Online Backup. It's just that these has only plans for a few GB's.
I guess I have to take a closer look which files I need to sync (I can't live without Dropbox anymore) and which need backup only. Seems like a SafeCopy + Dropbox hybrid solution will do.
The new asynchronous tracking in Google Analytics requires new code as well. If you need to track more than one profile, this is how you do it.