Tim

Footprints in the snow of a warped mind

SoftwareOffice

Where to find me

Flickr Icon  Twitter Icon  Linked In Icon  FaceBook Icon  Windows Live Alerts Butterfly  RSS 2.0 

Tag Cloud

AJAX (4) ASP (6) ASP.Net (52) Error Reporting (4) Web Service (2) WSDL (1) Atlas (2) Business (76) Business Start-up Advice (25) Client (14) Expanding Your Business (17) C# (17) Canoeing (4) Canoe Racing (5) Cheshire Ring Race (5) Racing (2) Training (4) CIMA (1) Cisco (1) 7970G (1) CSS (3) dasBlog (4) DDD (1) Design (9) Icons (1) Development (13) eCommerce (1) General (39) Christmas (6) Fun and Games (11) Internet (22) Random (46) RX-8 (8) Home Cinema (2) Hosting (2) IIS (10) iPhone (1) JavaScript (4) jQuery (1) Marketing (5) Email (1) Multipack (1) Networking (2) Nintendo (1) OS Commerce (1) Photography (1) PHP (1) PowerShell (2) Press Release (1) Productivity (2) Security (2) SEO (5) Server Maintenance (4) Server Management (9) Social Media (1) Social Networking (2) Experiment (1) Software (9) Office (5) Visual Studio (12) Windows (4) Vista (1) SQL (1) SQL Server (13) Stored Procedure (1) Testing (1) The Site Doctor (106) Turnover Challenge (1) Twitter (2) uCommerce (1) Umbraco (18) 2009 (1) Web Development (57) WebDD (33) Wii (1)

Blog Archive

Search

<September 2010>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789

Recent Comments

Blog Archive

Various Links

Blogs I Read

[Feed] Google Blog
Official Google Webmaster Central Blog
[Feed] Matt Cutts
Gadgets, Google, and SEO
[Feed] Ol' Deano's Blog
My mate Dean's blog on my space, equally as random as mine but not off on as much of a tangent!
[Feed] Sam's Blog
Sam is one of my younger brothers studying Product Design and Manufacture at Loughborough, this is his blog :) Enjoy!

Recent Tracks

last.fm - The Social Music Revolution

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

newtelligence dasBlog 2.2.8279.16125

Send mail to the author(s) Email Me (Tim Gaunt)

© 2010 Tim Gaunt.

Sign In

    # Monday, December 01, 2008

    Microsoft Office Accounting Professional crashes with custom invoice

    Monday, December 01, 2008 1:53:59 PM (GMT Standard Time, UTC+00:00)

    We've had an irritating issue recently with our accounting system, when creating the custom invoices.

    Basically, every time we tried to create a custom invoice with Microsoft Office Accounting the entire application would crash for no obvious reason.

    Checking the exception's stack trace it would talk about get_item which lead me down one path but the answer was actually (and irritatingly) more simple than that -we had a couple of merged cells in the footer of the totals table. Silly I know but it made all the difference!

    So if you're getting a crash with Microsoft Office Accounting when creating your invoices, check for merged cells first!

    # Friday, May 30, 2008

    Can't launch Outlook when switching to Exchange from POP3

    Friday, May 30, 2008 9:14:36 PM (GMT Daylight Time, UTC+01:00)

    I've had an irritating issue for the past week or so. I used to use POP3 in Outlook however the other day I switched to the internal Exchange server and I got stuck in an eternal loop saying that Exchange needed to connect to the server to synchronise the offline files and folders -but you couldn't do that until the files were transferred.

    The message looked something like this:

    The set of folders cannot be opened. You must connect to Microsoft Exchange with the current profile before you can synchronise your folders with your offline folder file.

    Took me a while but the fix was to remove the profile and setup the exchange inbox first:

    1. Click Start, and then click Control Panel.
    2. Click Switch to Classic View, and then double-click Mail.
    3. In the Mail Setup dialog box, click Show Profiles.
    4. On the General tab, click Prompt for a profile to be used, and then click Add.
    5. In the Profile Name box, type a descriptive name for the new e-mail profile, and then click OK.
    6. In the E-mail Accounts dialog box, click Add a new e-mail account, and then click Next.
    7. Click the appropriate server type for your new e-mail account, and then click Next.
    8. Type your account information in the required boxes, and then click Next.
    9. Click Finish, and then click OK.
    # Tuesday, December 05, 2006

    Excel change case -sentance, proper, lower and upper

    Tuesday, December 05, 2006 2:38:04 PM (GMT Standard Time, UTC+00:00)

    Have you ever been sorting through a client’s product data and needed to change the case of the text? This is a great little add-in for Excel that can help.
    Download the zip file and run the xla file, you’ll then have a new option “Convert Text” under your “Tools” menu:

    Excel change case "Convert Text" Tool Menu

    To use it, select the text you want to change and then choose “Convert Text”, you can then choose from:

    • lower case
    • UPPER CASE
    • Proper Case
    • Sentence case

    It also has a number of other useful options like removing white space, adding characters etc.

    Excel Change Case Dialog Window

    Download the Excel Change Case Add-in here

    # Saturday, November 04, 2006

    Free copies of the released versions of Windows Vista and Microsoft Office 2007

    Saturday, November 04, 2006 10:58:14 PM (GMT Standard Time, UTC+00:00)

    This is still unconfirmed and somewhat word-of-mouth etc atm but if you check out Ian Moulster's blog you'll see his post about Microsoft giving away free copies of the release version of Vista and Office 2007 check out his blog post to find out more.

    Hopefully we'll hear more before DDD Day

    # Tuesday, July 04, 2006

    Stopping Outlook Blocking Attachments

    Tuesday, July 04, 2006 11:46:14 AM (GMT Daylight Time, UTC+01:00)

    I know this is covered all over the web but I'm forever forgetting it so if Outlook has started blocking email attachments i.e. ASP files you can easily adjust this by adding a String Key called "Level1Remove" to the registry, navigate to: Current User --> Software --> Microsoft --> Office (x) --> Outlook --> Security (where (x) is the version of office you are running: 9 = Outlook 2000, 10 = Outlook 2002 11 = Outlook 2003

    Then right click and choose "New" and "String Key", then add in a list of the attachments you would like to allow seperated by semi-colons i.e.:
    .exe;.mdb;.url;.asp;.aspx;.zip

    Stopping Outlook Blocking Attachments
    Useful Links:  #  digg it!  del.icio.us  Technorati  email it!  Post CommentsComments [0]  Trackback LinkTrackback
    CategoriesTags: Office