Tuesday, November 25, 2008
Excel tutorials in video
I was browsing through Pivot Table history (heard of but didn't look at Lotus Improv in its day) and came across DataPig's Excel Training videos. Well worth a look....
Monday, November 10, 2008
Help > About
The new Access 2007 UI is fine and all that, but where's classic Help > About?
It's now Office Button > Options > Resources > About.
Doh!
What a place to put it.
It's now Office Button > Options > Resources > About.
Doh!
What a place to put it.
Changed in Access 2007: The Control Wizard
The Control Wizard in Access "classic" has provided VBA snippets or rather, full Sub...End Sub OnClick Procedures with error handling. People have copied the few productive lines in the procedures as well as the On Error procedure handling.
In Access 2007, the Control Wizard produces embedded macros in .accdb files. If, however, you work in a classic .mdb, the Control Wizard creates VBA code and improved VBA code over classic.
Run through making a "Close Form" button with the Control Wizard in an .mdb. You'll find that the VBA code has:
If Me.Dirty Then Me.Dirty = False
DoCmd.Close
The Me.Dirty was missing the the Classic Control Wizard.
In the .accdb, the Wizard produces a macro with a Close Action, with a Prompt To Save parameter.
I see no sign of Dirty.
In Access 2007, the Control Wizard produces embedded macros in .accdb files. If, however, you work in a classic .mdb, the Control Wizard creates VBA code and improved VBA code over classic.
Run through making a "Close Form" button with the Control Wizard in an .mdb. You'll find that the VBA code has:
If Me.Dirty Then Me.Dirty = False
DoCmd.Close
The Me.Dirty was missing the the Classic Control Wizard.
In the .accdb, the Wizard produces a macro with a Close Action, with a Prompt To Save parameter.
I see no sign of Dirty.
Thursday, November 6, 2008
Powerpoint Goodies and Fun
Shyam Pillai, a Microsoft Powerpoint MVP, has heaps of paid and free goodies for Powerpointers.
- a VBA Programming section
- a General Tips section inclusive of Word and Excel tips
- an Add-Ins section featuring LiveWeb - surfing the web inside a Powerpoint show.
Saturday, November 1, 2008
Reading RibbonX for Dummies
RibbonX for Dummies, it's a well written book, able to maintain my interest. However, someone needs to produce a webpage of link resources quotes in the book - the editing team doesn't seem to understand how to use TINYURL.COM or to use keyword recommendations in Google searching so that people do not have to key in the long urls by hand.
Associated Resources:
Associated Resources:
Subscribe to:
Posts (Atom)
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=fdb27cf3-ee95-4b94-bcdb-7d8cf171a8c1)