I don't use Excel myself but came across this FREE add-on that does a lot of little extras for Excel:
http://www.asap-utilities.com/index.php
Thought it may be of interest to some of you.
dave
Add-on For Excel Users
Moderator: Moderators
- ultimatehandyman
- Site Admin
- Posts: 24425
- Joined: Sat Jul 16, 2005 7:06 pm
- Location: Darwen, Lancashire
- Has thanked: 1012 times
- Been thanked: 918 times
- wine~o
- Senior Member
- Posts: 26279
- Joined: Sat Jan 10, 2009 3:49 pm
- Location: hants/dorset border
- Has thanked: 1414 times
- Been thanked: 4019 times
Wow =IF( Icould do that, "Happy", "Sad")ultimatehandyman wrote:I use excel to draw the monthly competition winners.
Hoovie made me a spreadsheet in excel for choosing the winners, he is brilliant with it and can make it do all sorts
I'm on a basic course which includes some Excel, but that must take some doing
Verwood Handyman
_____________________________________________________________________________
If you feel you have benefited from the Free advice given on the Forum, Please consider making a donation to UHM's Nominated charity, read all about it and donate here :
http://www.donnasdreamhouse.co.uk
_____________________________________________________________________________
If you feel you have benefited from the Free advice given on the Forum, Please consider making a donation to UHM's Nominated charity, read all about it and donate here :
http://www.donnasdreamhouse.co.uk
-
- Mr. Grumpy
- Posts: 3193
- Joined: Tue Nov 18, 2008 3:41 pm
- Has thanked: 25 times
- Been thanked: 109 times
Good think about excel is that anybody can try customise it with VBA. You don't have to be a trained programmer. just record a macro and you have a great starting point.
Creating a basic add-in is fairly straight forward
Try this for a first bit of VBA
1. Open Excel
2. Press ALT+F11
3. Type msgbox("Hello UHM") into the Intermediate Window and press enter (Tip:If you don't see this window, try VIEW->INTERMEDIATE WINDOW ). You can delete all the other stuff typed in that window if you want.
you have just don't you first bit of VBA
Creating a basic add-in is fairly straight forward
Try this for a first bit of VBA
1. Open Excel
2. Press ALT+F11
3. Type msgbox("Hello UHM") into the Intermediate Window and press enter (Tip:If you don't see this window, try VIEW->INTERMEDIATE WINDOW ). You can delete all the other stuff typed in that window if you want.
you have just don't you first bit of VBA