
|
Book Home Page Bloglines 1906 CelebrateStadium 2006 OfficeZealot Scobleizer TechRepublic AskWoody SpyJournal Computers Software Microsoft Windows Excel FrontPage PowerPoint Outlook Word Host your Web site with PureHost! |
![]() Tuesday, September 27, 2011 – Permalink – Camera ToolSmile!(This is the per-2007 routine. For 2007-10 see the bottom of this tip. ) To create a linked picture of part of a spreadsheet for use elsewhere:
If the Camera tool is on your toolbar:
Now click to the Formula box. Type = and the click on the cell you wish to link. Also see: Copy - Paste Methodology by Jon Peltier The process is a little different in 2007-10. Either add the Camera tool to the Quick access toolbar, or just select the range and drop down the Paste options. Choose copy as Picture. Next pick a location and choose Paste as picture. ![]() See all Topics excel <Doug Klippert@ 3:23 AM
Comments:
Post a Comment
Tuesday, September 20, 2011 – Permalink – OLAP CubesMore dimensions than Star trekWhen a company accumulates a great deal of information, it becomes un-wieldy to work with just basic Excel or Access databases. There is a database concept called on OLAP cube (On-Line Analytical Processing). This multidimensional collection of data can be thought of as a 3-D pivot table viewed from flat land. MSDN: Just What Are Cubes Anyway? (A Painless Introduction to OLAP Technology) OLAPReort.com: What is OLAP ![]() Wikipedia: OLAP See all Topics excel <Doug Klippert@ 3:41 AM
Comments:
Post a Comment
Friday, September 16, 2011 – Permalink – Legacy Files from 2007Go backRead this article closely. If you work in a situation where you need to work with legacy (pre-2007) files, it may be handy. If you do most of your work in 2007, I wouldn't bother. "When you use Windows Explorer or the desktop to create a new 2007 Microsoft Office file, a new Office file is created in an XML file format (.dox or .xlsx). For example, this behavior occurs when you right-click the desktop, you point to New, and then you click Microsoft Office Word Document. By default, files that you create in the 2007 Office system are in XML file formats. See all Topics excel Labels: Reference <Doug Klippert@ 3:47 AM
Comments:
Post a Comment
Tuesday, September 13, 2011 – Permalink – VBA, Named ArgumentsAn easier read
MsgBox(prompt[, buttons] [, title] [, helpfile, context]) When you work the MsgBox function this way, the order of the arguments can't be changed. Therefore, if you want to skip an optional argument that's between two arguments you're defining, you need to include a blank argument, such as: MsgBox "Hello World!", , "My Message Box" Named arguments allow you to create more descriptive code and define arguments in any order you wish. To use named arguments, simply type the argument name, followed by :=, and then the argument value. For instance, the previous statement can be rewritten as: MsgBox Title:="My Message Box", _ Prompt:="Hello World!" (To find out a function's named arguments, select the function in your code and press [F1].) See all Topics excel Labels: VBA <Doug Klippert@ 3:56 AM
Comments:
Post a Comment
Sunday, September 11, 2011 – Permalink – Zero 0Zero is nothingIf a zero isn't worth anything, why show it? Here is a Microsoft tutorial about how to deal with zilch:
See all Topics excel <Doug Klippert@ 3:17 AM
Comments:
Post a Comment
Tuesday, September 06, 2011 – Permalink – What's new in Excel 2010Different can be goodMicrosoft has a Quick reference card that explains the highlights of the new features of Excel:
What's New in Excal 2010 See all Topics excel <Doug Klippert@ 3:09 AM
Comments:
Post a Comment
|