<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>arcster.com Blog &#187; Microsoft</title>
	<atom:link href="http://blog.arcster.com/blog/index.php/category/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arcster.com</link>
	<description>These fragments I have shored against my ruins</description>
	<lastBuildDate>Sun, 11 Sep 2011 00:05:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Windows 7/Java/Oracle SQL Developer</title>
		<link>http://blog.arcster.com/2011/02/windows-7javaoracle-sql-developer/</link>
		<comments>http://blog.arcster.com/2011/02/windows-7javaoracle-sql-developer/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 21:14:59 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=246</guid>
		<description><![CDATA[Just got a new Dell laptop at work running 64-bit Windows 7. Naturally, some problems are arising: Had trouble getting Oracle SQL Developer (version 1.5.5) to run. First it told me I needed to install the Java SDK. So I &#8230; <a href="http://blog.arcster.com/2011/02/windows-7javaoracle-sql-developer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just got a new Dell laptop at work running 64-bit Windows 7. Naturally, some problems are arising:</p>
<ul>
<li>Had trouble getting Oracle SQL Developer (version 1.5.5) to run. First it told me I needed to install the Java SDK. So I did. Then it told me it couldn&#8217;t find the Java Virtual Machine. I tried a few tricks suggested on various message boards involving modifying sqldeveloper.conf and changing the SetJavaHome variable, but no luck. Finally, I got some advice that sql developer doesn&#8217;t support 64-bit Java. So I installed the 32-bit version (jdk-1_5_0_22-windows-i586-p.exe) and that did the trick</li>
<li>I had a little trouble with sendto, believe it or not. My C:\Users\myid\SendTo was locked. Finally found <a href="http://www.howtogeek.com/howto/windows-vista/customize-the-windows-vista-send-to-menu/" target="_blank">a tip</a> that I needed to get to my roaming profile via %APPDATA%\Microsoft\Windows\SendTo</li>
</ul>
<p>So I&#8217;m able to work for now. But after my temporary admin privileges expire, God knows what will happen.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2011/02/windows-7javaoracle-sql-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>more cool Excel formulae</title>
		<link>http://blog.arcster.com/2011/02/more-cool-excel-formulae/</link>
		<comments>http://blog.arcster.com/2011/02/more-cool-excel-formulae/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 13:40:16 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=242</guid>
		<description><![CDATA[So I have some Excel data that looks like this: Team days RB 3 RBB 6 RBC 9 RA 100 RA 114 RAX 125 and in my Sheet2 worksheet I want to show the averages of the days each team &#8230; <a href="http://blog.arcster.com/2011/02/more-cool-excel-formulae/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I have some Excel data that looks like this:</p>
<table>
<tbody>
<tr>
<td>Team</td>
<td>days</td>
</tr>
<tr>
<td>RB</td>
<td>3</td>
</tr>
<tr>
<td>RBB</td>
<td>6</td>
</tr>
<tr>
<td>RBC</td>
<td>9</td>
</tr>
<tr>
<td>RA</td>
<td>100</td>
</tr>
<tr>
<td>RA</td>
<td>114</td>
</tr>
<tr>
<td>RAX</td>
<td>125</td>
</tr>
</tbody>
</table>
<p>and in my Sheet2 worksheet I want to show the averages of the days each team higher level team (i.e., the RAs, the RBs, etc.) spent. I horsed around with AVERGEIF and DAVERAGE and LEFT, but got nowhere.</p>
<p>Finally came up with:</p>
<pre>=SUMIF(Sheet1!$D:$D,A4,Sheet1!$E:$E)/COUNTIF(Sheet1!$D:$D,A4)</pre>
<p>Where A4 contains &#8220;RA*&#8221;</p>
<p>I also could have done</p>
<pre>=SUMIF(Sheet1!$D:$D,A4&amp;"*",Sheet1!$E:$E)/COUNTIF(Sheet1!$D:$D,A4&amp;"*")</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2011/02/more-cool-excel-formulae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dumping file info into an Excel spreadsheet</title>
		<link>http://blog.arcster.com/2010/06/dumping-file-info-into-an-excel-spreadsheet/</link>
		<comments>http://blog.arcster.com/2010/06/dumping-file-info-into-an-excel-spreadsheet/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 20:22:36 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=190</guid>
		<description><![CDATA[So you&#8217;ve got a folder full of documents and you want to know what&#8217;s in the folder, how big the files are, and when they were last modified? And of course you want to be able to filter and sort &#8230; <a href="http://blog.arcster.com/2010/06/dumping-file-info-into-an-excel-spreadsheet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve got a folder full of documents and you want to know what&#8217;s in the folder, how big the files are, and when they were last modified? And of course you want to be able to filter and sort the list. And throw in a spiffy GUI to get your base folder!</p>
<p>How about a little recursive Excel macro that will do the job for you? Before Office 2007 came along, I had a macro that used Application.FileSearch to do the job. But that is apparently no longer supported. You need the FileSystemObject.</p>
<p>So create an Excel workbook with macros enabled (i.e., ending with .xslm)</p>
<p>Open your VB window, go to Tools &gt; References&#8230; and check the Microsoft Scripting Runtime option. If you don&#8217;t see it listed, click Browse and navigate to C:\Windows\System32\scrrun.dll</p>
<p>Create a macro and paste the following code</p>
<p><code><br />
Sub myFileSearch()<br />
Dim objFSO As Scripting.FileSystemObject<br />
'Dim myFSO As FileSearch<br />
'Dim myFSO As String<br />
Dim foundFile As String<br />
Dim myofficeobject As Object<br />
Dim myfilename As String<br />
Dim objFolder As Folder<br />
Dim objFile As File<br />
Dim GetLookIn As String</code></p>
<p><code>Set objFSO = New FileSystemObject<br />
GetLookIn = BrowseFolder("Where do you want to search?")<br />
If GetLookIn = "" Then<br />
Exit Sub<br />
End If</code></p>
<p><code>Set objFolder = objFSO.GetFolder(GetLookIn)<br />
</code><br />
<code>For Each objFile In objFolder.Files</code></p>
<p><code>myfilename = objFile.Path<br />
ActiveCell.Value = myfilename<br />
ActiveCell.Offset(0, 1).Select<br />
ActiveCell.Value = FileDateTime(myfilename)<br />
ActiveCell.Offset(0, 1).Select<br />
ActiveCell.Value = FileLen(myfilename)<br />
ActiveCell.Offset(1, -2).Select<br />
Next objFile</code></p>
<p><code>ShowSubFolders objFolder<br />
</code><br />
<code>End Sub</code></p>
<p><code>Public Function ShowSubFolders(ByVal Folder As Variant)<br />
Set objFSO = New FileSystemObject<br />
For Each Subfolder In Folder.SubFolders<br />
Set objFolder = objFSO.GetFolder(Subfolder.Path)<br />
Set colFiles = objFolder.Files<br />
For Each objFile In colFiles<br />
myfilename = objFile.Path<br />
ActiveCell.Value = myfilename<br />
ActiveCell.Offset(0, 1).Select<br />
ActiveCell.Value = FileDateTime(myfilename)<br />
ActiveCell.Offset(0, 1).Select<br />
ActiveCell.Value = FileLen(myfilename)<br />
ActiveCell.Offset(1, -2).Select<br />
Next<br />
If Len(Subfolder) Then<br />
ShowSubFolders Subfolder<br />
End If<br />
Next</code></p>
<p><code>End Function</code></p>
<p>Here&#8217;s the code for the GUI</p>
<p><code>'************** Code Start **************<br />
'This code was originally written by Terry Kreft.<br />
'It is not to be altered or distributed,<br />
'except as part of an application.<br />
'You are free to use it in any application,<br />
'provided the copyright notice is left unchanged.<br />
'<br />
'Code courtesy of<br />
'Terry Kreft</code></p>
<p><code>Private Type BROWSEINFO<br />
hOwner As Long<br />
pidlRoot As Long<br />
pszDisplayName As String<br />
lpszTitle As String<br />
ulFlags As Long<br />
lpfn As Long<br />
lParam As Long<br />
iImage As Long<br />
End Type<br />
</code><br />
<code>Private Declare Function SHGetPathFromIDList Lib "shell32.dll" Alias _<br />
"SHGetPathFromIDListA" (ByVal pidl As Long, _<br />
ByVal pszPath As String) As Long<br />
</code><br />
<code>Private Declare Function SHBrowseForFolder Lib "shell32.dll" Alias _<br />
"SHBrowseForFolderA" (lpBrowseInfo As BROWSEINFO) _<br />
As Long</code><br />
<code><br />
Private Const BIF_RETURNONLYFSDIRS = &amp;H1<br />
Public Function BrowseFolder(szDialogTitle As String) As String<br />
Dim X As Long, bi As BROWSEINFO, dwIList As Long<br />
Dim szPath As String, wPos As Integer<br />
</code><br />
<code>With bi<br />
.hOwner = hWndAccessApp<br />
.lpszTitle = szDialogTitle<br />
.ulFlags = BIF_RETURNONLYFSDIRS<br />
End With<br />
</code><br />
<code>dwIList = SHBrowseForFolder(bi)<br />
szPath = Space$(512)<br />
X = SHGetPathFromIDList(ByVal dwIList, ByVal szPath)</code></p>
<p><code>If X Then<br />
wPos = InStr(szPath, Chr(0))<br />
BrowseFolder = Left$(szPath, wPos - 1)<br />
Else<br />
BrowseFolder = vbNullString<br />
End If<br />
End Function<br />
'*********** Code End *****************</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2010/06/dumping-file-info-into-an-excel-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export Microsoft Outlook Journal entries to Excel</title>
		<link>http://blog.arcster.com/2010/05/export-microsoft-outlook-journal-entries-to-excel/</link>
		<comments>http://blog.arcster.com/2010/05/export-microsoft-outlook-journal-entries-to-excel/#comments</comments>
		<pubDate>Tue, 04 May 2010 19:32:08 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=186</guid>
		<description><![CDATA[If you&#8217;re a Microsoft Outlook Journal user, save this code into a macro to export journal entries from a select time range into Excel. Updated for Excel 2007. In your macro window, under Tools&#62;References, make sure you check the Microsoft &#8230; <a href="http://blog.arcster.com/2010/05/export-microsoft-outlook-journal-entries-to-excel/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a Microsoft Outlook Journal user, save this code into a macro to export journal entries from a select time range into Excel.</p>
<p>Updated for Excel 2007. In your macro window, under Tools&gt;References, make sure you check the Microsoft Excel 12 Object Library and Microsoft Access 12 Object Library.</p>
<p><code><br />
Sub exportjournal()<br />
''<br />
''Created 4/4/08<br />
''Source: Programming Microsoft Outlook 2000 by Ken Slovak<br />
''Had to add references to Microsoft Excel 11 and Access (for the Nz function)<br />
'' also see http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnaro97ta/html/sampauto.asp<br />
''Works!<br />
Const strNone As String = "No journal items."<br />
Const strTitle As String = "Export"<br />
Dim appOL As Outlook.Application<br />
Dim nmsNS As Outlook.NameSpace<br />
Dim fldFolder As Outlook.MAPIFolder<br />
Dim itmItems As Outlook.Items<br />
Dim itmJournal As Outlook.JournalItem<br />
Dim appExcel As Excel.Application<br />
Dim wbkBook As Excel.Workbook<br />
Dim wrkSheet As Excel.Worksheet<br />
Dim rngRange As Excel.Range<br />
Dim lngCount As Long<br />
Dim intReturn As Integer<br />
Dim intRow As Integer<br />
Dim strRange As String<br />
Dim strWorkBook As String<br />
Dim strUNI As String<br />
Dim begindate As Date<br />
'Set a reference to the default Journal folder<br />
Set appOL = CreateObject("Outlook.Application")<br />
Set nmsNS = appOL.GetNamespace("MAPI")<br />
Set fldFolder = nmsNS.GetDefaultFolder(olFolderJournal)<br />
Set itmItems = fldFolder.Items<br />
lngCount = itmItems.Count<br />
If lngCount = 0 Then<br />
intReturn = MsgBox(strNone, , strTitle)<br />
Exit Sub<br />
End If<br />
'Get date from user<br />
begindate = InputBox("Enter Begin Date")<br />
EndDate = InputBox("Enter End Date")<br />
strWorkBook = "C:\foldername\JournalExport.xls"<br />
'Initialize Excel items<br />
Set appExcel = CreateObject("Excel.Application")<br />
appExcel.Workbooks.Open (strWorkBook)<br />
'Activate Sheet 1<br />
Set wrkSheet = appExcel.ActiveWorkbook.Sheets(1)<br />
wrkSheet.Activate<br />
appExcel.Visible = True<br />
'Set Sheet column widths<br />
wrkSheet.Columns("A").ColumnWidth = 20<br />
wrkSheet.Columns("B").ColumnWidth = 20<br />
wrkSheet.Columns("C").ColumnWidth = 16<br />
wrkSheet.Columns("D").ColumnWidth = 20<br />
wrkSheet.Columns("E").ColumnWidth = 50<br />
'The example in the book<br />
'has a bunch of formatting code that I am ignoring<br />
'Start adding data at Column A, Row 1<br />
intRow = 1<br />
strUNI = "A"<br />
For Each itmJournal In itmItems<br />
With itmJournal<br />
'adjust date as needed<br />
'If itmJournal.LastModificationTime &gt; begindate And itmJournal.LastModificationTime &lt; EndDate Then         If itmJournal.Start &gt; begindate And itmJournal.Start &lt; EndDate Then<br />
'Subject<br />
strRange = strUNI &amp; CStr(intRow)<br />
Set rngRange = wrkSheet.Range(strRange)<br />
rngRange.Value = nz(.Subject)<br />
'start time<br />
strUNI = Chr(Asc(strUNI) + 1)<br />
strRange = strUNI &amp; CStr(intRow)<br />
Set rngRange = wrkSheet.Range(strRange)<br />
rngRange.Value = nz(.Start)<br />
'Duration<br />
strUNI = Chr(Asc(strUNI) + 1)<br />
strRange = strUNI &amp; CStr(intRow)<br />
Set rngRange = wrkSheet.Range(strRange)<br />
rngRange.Value = nz(.Duration)<br />
'Categories<br />
strUNI = Chr(Asc(strUNI) + 1)<br />
strRange = strUNI &amp; CStr(intRow)<br />
Set rngRange = wrkSheet.Range(strRange)<br />
rngRange.Value = nz(.Categories)<br />
'Notes = body(?)<br />
strUNI = Chr(Asc(strUNI) + 1)<br />
strRange = strUNI &amp; CStr(intRow)<br />
Set rngRange = wrkSheet.Range(strRange)<br />
rngRange.Value = nz(.Body)<br />
'Back to column A, next row<br />
strUNI = "A"<br />
intRow = intRow + 1<br />
End If<br />
End With<br />
Next itmJournal<br />
Exit Sub<br />
ExportJournal_Error:<br />
MsgBox "Error #" &amp; Err.Number &amp; Err.Description<br />
End Sub<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2010/05/export-microsoft-outlook-journal-entries-to-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shun Virtual PC 2007 if you want Ubuntu</title>
		<link>http://blog.arcster.com/2010/03/shun-virtual-pc-2007-if-you-want-ubuntu/</link>
		<comments>http://blog.arcster.com/2010/03/shun-virtual-pc-2007-if-you-want-ubuntu/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 21:11:20 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[linux newbie]]></category>
		<category><![CDATA[Virtual PC]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=154</guid>
		<description><![CDATA[I wish I had read the Ubuntu forum posting about Microsoft Virtual PC before wasting an hour+ of my life trying to get Ubuntu 9.10 to work on Microsoft Virtual PC 2007. Everything installed fine, but I could get the &#8230; <a href="http://blog.arcster.com/2010/03/shun-virtual-pc-2007-if-you-want-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wish I had read the Ubuntu forum <a href="https://help.ubuntu.com/community/HowToConfigureUbuntuForMicrosoftVirtualPC2004" target="_blank">posting about Microsoft Virtual PC</a> before wasting an hour+ of my life trying to get Ubuntu 9.10 to work on Microsoft Virtual PC 2007.</p>
<p>Everything installed fine, but I could get the network to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2010/03/shun-virtual-pc-2007-if-you-want-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool Excel formula for replacing line breaks</title>
		<link>http://blog.arcster.com/2010/03/cool-excel-formula-for-replacing-line-breaks/</link>
		<comments>http://blog.arcster.com/2010/03/cool-excel-formula-for-replacing-line-breaks/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 22:11:39 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=140</guid>
		<description><![CDATA[If you copy and paste from another application into Excel, chances are you&#8217;ll come across some boxes that create unsightly line breaks in your cells. Use this formula to make those line breaks disappear: =SUBSTITUTE(SUBSTITUTE([celladdress],CHAR(13)," "),CHAR(10),"") where [celladdress] is the &#8230; <a href="http://blog.arcster.com/2010/03/cool-excel-formula-for-replacing-line-breaks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you copy and paste from another application into Excel, chances are you&#8217;ll come across some boxes that create unsightly line breaks in your cells.</p>
<p>Use this formula to make those line breaks disappear:</p>
<pre>=SUBSTITUTE(SUBSTITUTE([celladdress],CHAR(13)," "),CHAR(10),"")
</pre>
<p>where [celladdress] is the cell you are fixing</p>
<p>Warning: you will have the Who song <em>Substitute </em>stuck in your head after using this formula.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2010/03/cool-excel-formula-for-replacing-line-breaks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find and replace for fixed width text in Microsoft Word</title>
		<link>http://blog.arcster.com/2009/08/find-and-replace-in-microsoft-word/</link>
		<comments>http://blog.arcster.com/2009/08/find-and-replace-in-microsoft-word/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 13:57:12 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=123</guid>
		<description><![CDATA[If you have rows of fixed-width data (in this case the first 12 characters of each row) and you want to put a tab at the end, put this in your &#8220;Find what&#8221; box in Microsoft Word: (^13*{12}) and put &#8230; <a href="http://blog.arcster.com/2009/08/find-and-replace-in-microsoft-word/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you have rows of fixed-width data (in this case the first 12 characters of each row) and you want to put a tab at the end, put this in your &#8220;Find what&#8221; box in Microsoft Word:</p>
<p><code>(^13*{12})</code></p>
<p>and put this in the &#8220;Replace With&#8221; box:</p>
<p><code>\1^t</code></p>
<p>and check the Use Wildcards option</p>
<p>The &#8220;^13&#8243; is a newline character (^p doesn&#8217;t work when using wildcards)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/08/find-and-replace-in-microsoft-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CD burning problems</title>
		<link>http://blog.arcster.com/2009/04/cd-burning-problems/</link>
		<comments>http://blog.arcster.com/2009/04/cd-burning-problems/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 01:56:14 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=104</guid>
		<description><![CDATA[I have of late, but wherefore I know not, lost all my ability to burn CDs. <a href="http://blog.arcster.com/2009/04/cd-burning-problems/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have of late, but wherefore I know not, lost all my ability to burn CDs.</p>
<p>I don&#8217;t know if it&#8217;s hardware or software. I noticed today that my event viewer shows events like the following throughout the day.</p>
<p>Event Type:    Information<br />
Event Source:    Service Control Manager<br />
Event Category:    None<br />
Event ID:    7036<br />
Date:        4/22/2009<br />
Time:        6:29:41 PM<br />
User:        N/A<br />
Computer:    idhere<br />
Description:<br />
The IMAPI CD-Burning COM Service service entered the stopped state.</p>
<p>For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.</p>
<p>So I changed the imapi.exe service from &#8220;manual&#8221; to &#8220;disabled&#8221;</p>
<p>We&#8217;ll see if there are any side-effects.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/04/cd-burning-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another helpful innovation from Internet Explorer</title>
		<link>http://blog.arcster.com/2009/03/another-helpful-innovation-from-internet-explorer/</link>
		<comments>http://blog.arcster.com/2009/03/another-helpful-innovation-from-internet-explorer/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 16:17:31 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/2009/03/04/another-helpful-innovation-from-internet-explorer/</guid>
		<description><![CDATA[If an add-on is hosing Internet Explorer, you have to run Internet Explorer WITH ADD-ONS ENABLED in order to manage your add-ons. McAfee Site Advisor is completely hosing a friend&#8217;s Acer Aspire. I advised installing Firefox, and somehow Site Advisor &#8230; <a href="http://blog.arcster.com/2009/03/another-helpful-innovation-from-internet-explorer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If an add-on is hosing Internet Explorer, you have to run Internet Explorer WITH ADD-ONS ENABLED in order to manage your add-ons.<br />
McAfee Site Advisor is completely hosing a friend&#8217;s Acer Aspire. I advised installing Firefox, and somehow Site Advisor even glommed itself onto Firefox. The key difference is that Firefox start up items can be selectively disabled when Firefox is running in Safe Mode. Not so with IE. It&#8217;s all or nothing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/03/another-helpful-innovation-from-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel formula</title>
		<link>http://blog.arcster.com/2008/12/excel-formula/</link>
		<comments>http://blog.arcster.com/2008/12/excel-formula/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 17:17:20 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/2008/12/12/excel-formula/</guid>
		<description><![CDATA[Let&#8217;s say cell B5 has a number between 0 and 100, where 0-33 is low, 34-66 is medium and 67-100 is high. Here&#8217;s a formula to display the appropriate text =IF(B5]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say cell B5 has a number between 0 and 100, where 0-33 is low, 34-66 is medium and 67-100 is high. Here&#8217;s a formula to display the appropriate text<br />
<code>=IF(B5<34,"Low",IF(B5<67,"Medium","High"))</code><br />
Then just drag down the column</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2008/12/excel-formula/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

