Compare two worksheets using VBA in Microsoft Excel

When shared workbooks fail....

and you need to merge the two different copies (if the automatic merge won't work) you can use the VBA code at this site to get the differences between two worksheets and then manually (or write some more VBA code) merge the changes back into the original.

[Link]

Windows service marked for deletion...

Getting the following error when trying to install a service?

"The specified service has been marked for deletion"

See the following blog entry http://weblogs.asp.net/avnerk/archive/2007/09/05/windows-services-services-msc-and-the-quot-this-service-is-marked-for-deletion-quot-error.aspx

(hint: close all services windows down and kill mmc.exe via task manager if necessary)

.net University

Mentioned today on Visual C# Headlines...

From the website....

What is .NET University? Welcome to .NET University! Our mission is very simple. We want to give you a good developer-oriented overview of new and existing Microsoft technologies, and empower you to help others learn about .NET-related technologies.

Contains slides, demos, downloadble videos and hands on labs....

[Link]