Excel Quick Tip: Resize Columns and Rows

August 7th, 2010



Sometimes it’s handy to quickly resize columns or rows in Microsoft Excel. This is simply done by mousing over the right hand edge of the column (or the bottom edge of the row) that you wish to resize, until your cursor becomes a black line with two arrows pointing away from the line at opposite 90 degree angles. With this cursor, you can then left-click and drag, and the column or row will resize accordingly.


However, you can be even more efficient: you can resize several columns or rows at once. Highlight the relevant columns or rows, then go to the right edge of the right-most highlighted column (or the bottom edge of the bottom-most highlighted row) and this will allow you to resize all the highlighted columns or rows simultaneously – simply left-click and drag as before and all the highlighted columns or rows will resize to be the same once you release the left mouse button. (Note that it is not necessary to select columns or rows if you are just resizing a single one at a time, only when you are resizing multiple ones simultaneously.)


Also, you can auto-resize columns or rows. If you want to resize more than one column or row, then you must select them all first. Again, mouse over the right hand edge of the column (or the bottom edge of the row) that you wish to resize until you get the cross cursor with arrows as above . But instead of left-clicking and dragging, double left-click. The column(s) or rows(s) that are highlighted will have resized to be as narrow as possible without obscuring any information – see images below.

A Microsoft Excel spreadsheet before a column resize

Here we have a basic spreadsheet with the columns at default widths. The user has selected three columns and then moused over to the right-hand edge of the right-most column, causing the cursor to change...

A Microsoft Excel spreadsheet after an auto-resize

...double-clicking has caused the three highlighted columns to resize themselves to their ideal widths - i.e. as narrow as possible but wide enough to show all relevant information within them

Disegno Recommends ‘Harper’s Creative’ For Calderdale-based Copyright and Design Services

July 1st, 2010

We’ve been dealing with (and have established an excellent relationship with) Harper’s Creative of Halifax, West Yorkshire, and can recommend them for quality of work and approachability.

It’s always a little bit awkward to approach a new company out of the blue – however, we can testify that Harper’s Creative have dealt with our outsourced work in a friendly, frank and cost-effective way, and we would like to recommend their services to anyone in the West Yorkshire or Greater Manchester areas. Disegno will be using the services of this company again.

http://www.harperscreative.com/

PHP Quick Tip: PHP Info

June 6th, 2010



Sometimes you need to find out the PHP version, extensions, compile options and server details from a web server (for example, before installing a web application that has specific requirements such as needing a certain version of PHP or certain extensions).


Doing this is extremely simple. Simply create a brand new, blank text file on your PC, with a .php file extension. Call it ‘info.php‘ or something like that. Using a text editor (Windows’ Notepad or Wordpad will suffice for this), open the file and add the following code:

<?php

phpinfo();

?>



Then Save and Close the file, and upload to your website using an FTP client.


Next, point your browser to the new file on your site (so if your site is called ‘bobswebsite.com’ and you uploaded the new info.php file to the ‘root’ of the site {i.e. not in any subfolder on the website} then you’ll need to type ‘http://www.bobswebsite.com/info.php‘ into the browser’s website address {URL} window).


The browser will display the server’s PHP info in a web table, which will look something like this:

PHP Info

Your web server's PHP Info will come up in a nicely-formatted web table...

So a thirty-second job can return a huge amount of useful information to you about the server your website is hosted on. Simple!

Microsoft Office Quick Tip: Format Painter

May 27th, 2010



The hugely-useful Format Painter tool can be found in Microsoft Excel, Microsoft Word and Microsoft Outlook, and functions more or less the same in all these applications.


Say you’ve assembled a spreadsheet, document or eMail by copying and pasting from a number of sources, and so you’re left with a mishmash of information in different font types, font sizes and, perhaps, different colours.

Format Painter - Before

Before the Format Painter is used, this eMail is made up of several different formats...




To use Format Painter:

1. Simply left-click and drag to select the text (or if in Excel, the cell) which contains the type of formatting you wish to apply to something else.

2. Then, with this still selected, left-click the Format Painter icon (in Microsoft Office 2007 this is found by default under the left-most tab, called ‘Home’ in Microsoft Excel and Microsfot Word and ‘Message’ in Microsoft Outlook).

3. Then select, again by left-click/dragging, the text/cells you want to amend.

4. The Format Painter will take the formatting of the originally-selected text/cell and apply it to the second selection.


Quick, easy, efficient, and it gets the job done with a minimum of time, thought and effort…

Format Painter - After

...and after the Format Painter has been used, all the text is the same format, looking far neater and more professional.

Disegno Automates Photoshop Job For Local Online Shop

May 8th, 2010

We’re pleased to report that we’ve automated a previously-human job for a thriving local business: Shoes International/Pediwear, with whom we have an ongoing and friendly relationship – visit their site here for quality shoes and unrivalled customer service: www.shoesinternational.co.uk

Their website requires product images of a certain size and proportion for the products to be added to their system. Recognising the human-operated resizing of these images as a pointless and costly admin chore, we wrote a Photoshop script in JavaScript to automate the entire action, saving Shoes International/Pediwear huge amounts of time and effort.

If you run an online shop and have similar requirements, we can do the same for you – just get in touch: www.disegno.uk.com/contact.php

Disegno Recommends ‘Webroot Internet Security Essentials’ Anti-Virus/Anti-Malware Software

May 8th, 2010

We can vouch for the excellent Webroot Internet Security Software Essentials software as it recently saved us from a serious malware attack.

A problem that could have turned nasty was quickly rectified by our Webroot Internet Security Essentials software and much time and worry was saved.

Visit the link below to get this software – it isn’t free, but it’s not expensive either, and is worth literally every penny:
Webroot Internet Security Essentials Software website

Excel Quick Tip: Create Refreshable Web Query

May 2nd, 2010



Following on from our previous post on Pasting from the Web to Microsoft Office, here’s another useful piece of funcitonality, this time only available in Microsoft Excel, which actually allows for ‘live’ communication from the Web to Microsoft Excel.


Microsoft Excel’s little-known but often useful ability of being able to pull in ‘live’ data from websites is perfect for setting up your own price comparisons on a certain product, for example. And it’s simple to do: firstly navigate to the website you want to pull data in from on your browser. Then select the information you want to pull into Excel, Copy it, go to an empty area of an Excel worksheet, and Paste (not Paste Special).


A small Clipboard icon will appear when you Paste. From its dropdown menu, simply select ‘Create Refreshable Web Query‘. You’ll then be shown Microsoft Excel’s ‘Create Web Query‘ box and asked to select the ‘tables’ (i.e. areas of the website you’re pulling data from) that you wish to include in the data being pulled into Microsoft Excel. Tick the relevant ones, and click OK, and they’ll come through into your Microsoft Excel worksheet.

Create Refreshable Web Query

Clicking the dropdown arrow to the right of the Clipboard icon brings up its menu...


The system isn’t perfect: it doesn’t allow you to fine-tune exactly which information to being into Microsoft Excel – you are only able to select one or more ‘tables’ of data. However, you could pull in the Web data to a dedicated worksheet which exists behind the scenes just as a ‘holding area’ for Web Queries, then use formulas to identify the relevant parts, which then could come through (in a more tidy and fine-tuned fashion) to the worksheets where you’ll actually view and interact with the information.

Microsoft Office 2007 Quick Tip: Pasting From The Web Into Microsoft Office

April 19th, 2010



There are many reasons you might want to Copy-and-Paste from a website into one of the Microsoft Office applications. Perhaps you want to calculate if you can afford several items and want to get their prices directly from the website selling them (Microsoft Excel) or perhaps you want to ‘borrow’ (!) some Wikipedia wisdom for an essay (Microsoft Word) or quote something on a site on an eMail (Microsoft Outlook).


The problem is that, by default, the original formatting from the website comes along with the text content, making the resulting Pasted text look completely different than the surrounding text.


The way around this in Microsoft Office 2007 is to Paste as normal, but then to pay attention to the little Clipboard icon that appears after you’ve Pasted. Left click on this and you’ll be presented with some options:

Clipboard Options

The Clipboard icon will bring up the following mini-menu...


Match Destination Formatting is the option you want: your Pasted text will assume the formatting of the document, eMail, presentation or spreadsheet that it’s just been pasted into.


If you find that you need to Copy-and-Paste between differently-formatted items often, you can select the bottom option that the Clipboard icon presents you with: Set Default Paste. This will bring up the following box:

Copy And Paste Options

The Copy And Paste Options box allows you to set the default behaviour of pasted text...


This box enables you to set the default behaviour of pasting, removing the need to constantly select Match Destination Formatting. By default the options will be set to Keep Source Formatting – simply use the drop-down boxes to select Match Destination Formatting.


And voilà – hassle-free Copy-and-Pasting from the World Wide Web into your document, eMail, presentation or spreadsheet!


This technique works for Pasting anything, of course – not just text from the Web.

Twitter Opens Up To Advertisers

April 13th, 2010

Twitter has announced that it will allow adverts on its site for the first time.

Advertisers can now purchase “Promoted Tweets” that will show in Twitter Search results.

Twitter has promised the adverts must “reasonate with users” and that only a single Promoted Tweet will show on each search results page.

The news has upset some in the Twitter community, however.

Sources: BBC News, Sky News

Excel Quick Tip: Remove Formulas And Replace Them With Values

April 11th, 2010



Sometimes you might have a number of formulas on a Microsoft Excel spreadsheet, but might want to remove them and replace them with the values that they calculate (perhaps you’re sending the spreadsheet to someone and don’t want them to accidentally alter or delete a formula, and instead simply want them to see what the actual results of the formula are).


There’s no one menu option to do this, but it’s still simple: select the range of cells that contain the formulas you want to change into simple values, then Copy them (Edit->Copy in Excel 2003, Home->Copy in Excel 2007) and then, without changing the selection of cells at all, Paste Special (Edit->Paste Special in Excel 2003, Home->Paste->Paste Special in Excel 2007).


In the resulting box, choose Paste->Values. The actual results of the formulas will replace the formulas themselves (so for example, a cell containing the formula “=5*3” will now contain the value “15”, which is the result of the formula).


Be careful and think about whether you really want to remove formulas from a spreadsheet – it can be useful in reducing the size of a Microsoft Excel file and can prevent disasters caused by people changing formulas, but only do it if the formulas have done their job and arrived at the calculations you want.