Posts Tagged ‘microsoft’

Automatic Excel Time Format Without Colon in Input

Wednesday, January 5th, 2011 by Jesper Rønn-Jensen

For a simple Excel sheet time reporting, i needed to enter hours every day for arrival and departure time. Excel is not so smart about the time format. For instance I need to enter “9:00” for nine in the morning. I wanted just to enter “900”, and let the excel sheet format the data correctly […]

.NET tips for my development environment

Thursday, October 9th, 2008 by Jesper Rønn-Jensen

At a recent project I had to work in a full-blown .NET environment. Here are some of the tips I collected from my colleagues. Visual Studio I added the methods below in the Macro editor (Tools > Macros > Macros IDE) Stop the build on error. When an error occurs I am notified instantly and […]