Tuesday, February 10, 2009

Snowboard Buy Ontario

Windows Explorer does not respond Workaround

In Windows Vista SP1 there are times when the user is the computer hangs when doing anything else. If the task just tells us that this is a bug with Windows Explorer. There comes a time that can not finish loading the desktop.

The fact is that if we go with another user no more problems and everything loads fine. It is assumed that some of the user profile must be corrupted but we have no idea that it may be because the error does not leave a trail or in the event viewer and dumps or anything.

As workaround you deleted the user profile (making a backup before) and I went back to that user to be created again.

To delete the profile you have to do it in Advanced system settings and configuration of user profiles You select the user and eliminĂ¡is problematic. Give a restart and re-entered.

not forget to save "My Documents", Desktop, Favorites, Outlook mail files, and other personal items.

articles:
http://circulotito.blogspot.com/2008/08/forzar-aplicacin-directiva-de-grupo-gpo.html

Monday, January 19, 2009

2010 Basketball Warm Up Songs

AutoFit column width Excel ActiveX

For Excel columns automatically acquire the necessary width to avoid showing "###", characters can use the following function in the Workbook:

Workbook_SheetChange Private Sub (ByVal Sh As Object, ByVal Target As Range) End Sub
Sh.UsedRange.Columns.AutoFit


Other options are:
Private Sub Worksheet_Change (ByVal Target As Range) Dim cell As Range

For Each cell In
Target.Cells cell.EntireColumn.AutoFit

Next cell End Sub Private Sub

Worksheet_Change (ByVal Target As Range) End Sub
UsedRange.Columns.AutoFit


Thus when any cell in any sheet change its width, the column will be adjusted to make visible all the values \u200b\u200byou have.

Related articles:
http://circulotito.blogspot.com/2008/06/tildes-en-archivos-bat-en-smbolo-del.html