<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Tech Support Guy Forums - Business Applications</title>
		<link>http://forums.techguy.org</link>
		<description>Use this forum for Word, Excel, Access, PowerPoint, WordPerfect, and similar programs.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 04:44:29 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>30</ttl>
		<image>
			<url>http://static.techguy.org/v38/images/misc/rss.jpg</url>
			<title>Tech Support Guy Forums - Business Applications</title>
			<link>http://forums.techguy.org</link>
		</image>
		<item>
			<title>Access passing data from report to subreport</title>
			<link>http://forums.techguy.org/business-applications/879067-access-passing-data-report-subreport.html</link>
			<pubDate>Sat, 21 Nov 2009 01:17:23 GMT</pubDate>
			<description>I am trying to get some values from a report into the subreport. Although I receive no errors the values are Null in the subreport. Any assistance on where I am going wrong would be appreciated. 
  
In the main report I have the following. The...</description>
			<content:encoded><![CDATA[<div>I am trying to get some values from a report into the subreport. Although I receive no errors the values are Null in the subreport. Any assistance on where I am going wrong would be appreciated.<br />
 <br />
In the main report I have the following. The MsgBox print out correctly and the report displays the txtSelectedMonth and txtSelectedYear correctly (the values of x and y are set in Report_Open):<br />
Private Sub ReportHeader_Format()<br />
Me.txtSelectedMonth = x<br />
Me.txtSelectedYear = y<br />
MsgBox &quot;In main_ReportHeader Month = &quot; &amp; x &amp; &quot;Year = &quot; &amp; y<br />
 <br />
End Sub<br />
 <br />
In the Subreport I have the following, both xx and yy are Null in the Msgbox print :<br />
Private Sub Report_Open()<br />
xx = Parent![txtSelectedMonth]<br />
yy = Parent![txtSelectedYear]<br />
 <br />
 <br />
MsgBox &quot;In report open of Subreport Month = &quot; &amp; xx &amp; &quot;Year = &quot; &amp; yy<br />
 <br />
End Sub<br />
 <br />
I have also tried the assignments:<br />
xx = Reports![My main report]!txtSelectedMonth<br />
yy = Reports![My main report]!txtSelectedYear<br />
 <br />
They also still have xx and yy as Null in the msgbox printout.<br />
 <br />
Any suggestions greatly appreciated!</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>esmerelda</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/879067-access-passing-data-report-subreport.html</guid>
		</item>
		<item>
			<title>Margins in Microsoft Word 2003</title>
			<link>http://forums.techguy.org/business-applications/879011-margins-microsoft-word-2003-a.html</link>
			<pubDate>Fri, 20 Nov 2009 20:45:18 GMT</pubDate>
			<description><![CDATA[I have Windows XP and Microsoft Word 2003.  I am trying to print a greeting card for the first time.  The card size unfolded is 7 1/2 by 11.  Once folded it wll be 71/2 by 5 1/2.  When I choose print, I get the message "The margins of section 1 are...]]></description>
			<content:encoded><![CDATA[<div>I have Windows XP and Microsoft Word 2003.  I am trying to print a greeting card for the first time.  The card size unfolded is 7 1/2 by 11.  Once folded it wll be 71/2 by 5 1/2.  When I choose print, I get the message &quot;The margins of section 1 are outside the printable area of the page&quot;.  I don't understand what section 1 is.  I've moved the margins and I still get the same error.<br />
<br />
Thank you for your help,<br />
Kaye</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>kb1003</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/879011-margins-microsoft-word-2003-a.html</guid>
		</item>
		<item>
			<title>Access 2007 #Name? error</title>
			<link>http://forums.techguy.org/business-applications/878991-access-2007-name-error.html</link>
			<pubDate>Fri, 20 Nov 2009 19:08:49 GMT</pubDate>
			<description><![CDATA[I am updating a simple database of Contractor info on a one table database. 
 
I needed to add an E-mail address to each of the Contractor records. 
 
From Form View, I selected Design View, then I copied the "Fax Number" label and text box, then...]]></description>
			<content:encoded><![CDATA[<div>I am updating a simple database of Contractor info on a one table database.<br />
<br />
I needed to add an E-mail address to each of the Contractor records.<br />
<br />
From Form View, I selected Design View, then I copied the &quot;Fax Number&quot; label and text box, then pasted them. <br />
<br />
I changed the Name and Control Source and deleted the input mask and it worked fine. (A new column called &quot;E-Mail Address&quot; shows up in the table and works with the input form)<br />
<br />
I needed to add a 2nd e-mail address for each record and repeated what I had just done, only starting with the E-Mail Address Label and Text box.<br />
<br />
&quot;E-mail Address 2&quot; shows up in the table, but I get #Name? in the form. &quot;E-mail Address 2&quot; does not show up in the drop-down for the control source, as &quot;E-mail Address&quot; did before, so I had to type it in.<br />
<br />
Any suggestions??? (I haven't used Access in 10+ years and am clueless)<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>ElmerFudd</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878991-access-2007-name-error.html</guid>
		</item>
		<item>
			<title>hide unhide excel</title>
			<link>http://forums.techguy.org/business-applications/878972-hide-unhide-excel.html</link>
			<pubDate>Fri, 20 Nov 2009 17:12:47 GMT</pubDate>
			<description>with regards activex checkboxes in excel, i know you can hide or unhide the said boxes by going to properties and changing the visable section from true to false, can this also be done by using code so if  a visable checkbox on the worksheet is...</description>
			<content:encoded><![CDATA[<div>with regards activex checkboxes in excel, i know you can hide or unhide the said boxes by going to properties and changing the visable section from true to false, can this also be done by using code so if  a visable checkbox on the worksheet is ticked this will then display other hidden checkboxes<br />
your help is appreciated<br />
thanks</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>scouse13</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878972-hide-unhide-excel.html</guid>
		</item>
		<item>
			<title>Excel 2007 Hyperlink Macro</title>
			<link>http://forums.techguy.org/business-applications/878967-excel-2007-hyperlink-macro.html</link>
			<pubDate>Fri, 20 Nov 2009 16:49:59 GMT</pubDate>
			<description>Hi, I have got an Excel spreadsheet which has incident numbers in column A. For each of these incidents I need to put in hyperlinks which are very very similar. The first part of the hyperlink is the address to the database and the second part is...</description>
			<content:encoded><![CDATA[<div>Hi, I have got an Excel spreadsheet which has incident numbers in column A. For each of these incidents I need to put in hyperlinks which are very very similar. The first part of the hyperlink is the address to the database and the second part is the Incident number itself. I'm trying to create a macro which automates the process of putting in the hyperlink plus the incident number in. Can this be done?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>firzhugh</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878967-excel-2007-hyperlink-macro.html</guid>
		</item>
		<item>
			<title>Solved: Show dates on report heading</title>
			<link>http://forums.techguy.org/business-applications/878961-solved-show-dates-report-heading.html</link>
			<pubDate>Fri, 20 Nov 2009 16:19:07 GMT</pubDate>
			<description>I am creating a report that needs to show the beginning and ending dates to show up on the report. 
 
Example:  The report shows dates between 1/01/08 through 11/12/09 (multiple records) 
 
The report heading would need to show: Annual Report Jan...</description>
			<content:encoded><![CDATA[<div>I am creating a report that needs to show the beginning and ending dates to show up on the report.<br />
<br />
Example:  The report shows dates between 1/01/08 through 11/12/09 (multiple records)<br />
<br />
The report heading would need to show: Annual Report Jan 2008 thru Oct 2009<br />
<br />
Is there a way that I can use the dates on the report from a query to give me what I need?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>Brian62</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878961-solved-show-dates-report-heading.html</guid>
		</item>
		<item>
			<title>Sorting and addition of data in rows, Excel</title>
			<link>http://forums.techguy.org/business-applications/878959-sorting-addition-data-rows-excel.html</link>
			<pubDate>Fri, 20 Nov 2009 16:09:28 GMT</pubDate>
			<description><![CDATA[I'm new to macros. Is there anyone who can sort information in an infinite number of columns and an infinite number of rows by information contained in each row? Some rows will contain only one column and others will have several columns....]]></description>
			<content:encoded><![CDATA[<div>I'm new to macros. Is there anyone who can sort information in an infinite number of columns and an infinite number of rows by information contained in each row? Some rows will contain only one column and others will have several columns.<br />
Additionally, after the sort, I would like to total the number of like rows and insert that total in column &quot;A&quot; in the front of the rows, deleting all but one of the like rows. Also, there is data in parentheses that I would like to add together, per row and insert the sum in column &quot;B&quot; at the front of the row.<br />
I have attached before and after files.<br />
Thanks for any help. I have spent a lot of time trying to figure this out, but I'm not savvy enough to do it. And if I didn't explain this well enough, I'll try to clarify. Westcap</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://static.techguy.org/v38/images/attach/xls.gif" alt="File Type: xls" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="{attachment-server}attachment.php?attachmentid=159870&amp;d=1258732750">Sort Example.xls</a> (9.0 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>westcap</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878959-sorting-addition-data-rows-excel.html</guid>
		</item>
		<item>
			<title>Excel 2003 crashes</title>
			<link>http://forums.techguy.org/business-applications/878905-excel-2003-crashes.html</link>
			<pubDate>Fri, 20 Nov 2009 10:34:32 GMT</pubDate>
			<description>I have a problem with Excel 2003. 
If  I make linking between another worksheets in a workbook or when I try to link from other worksheets in formula does application excel.exe to crash. 
see sample ( formula in cell...</description>
			<content:encoded><![CDATA[<div>I have a problem with Excel 2003.<br />
If  I make linking between another worksheets in a workbook or when I try to link from other worksheets in formula does application excel.exe to crash.<br />
see sample ( formula in cell =+':\Document_2009\FII_Financ\2009\PDC\[calculation_pdc_2009.xls]Oct'!$BW$8)  <br />
The error messages on my computer is following:<br />
Faulting application excel.exe, version 11.0.8316.0,<br />
stamp 4ace3b8f, faulting module excel.exe, version 11.0.8316.0,<br />
stamp 4ace3b8f, ,fDebug: 0, Offset: 001cb5c9<br />
(PC DELL OPTIFLEX 170 -  Windows XP ver.2002, SP3 Intel Pentium 4, 2,8GHz -  Microsoft Office Excel 2003 11.8316.8221 SP3 (Microsoft Office Standard Edition 2003) )<br />
Why can I do to resolve this problem?<br />
Thank you for your help.<br />
Paul</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>p_lark</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878905-excel-2003-crashes.html</guid>
		</item>
		<item>
			<title>Microsoft Excel error.</title>
			<link>http://forums.techguy.org/business-applications/878893-microsoft-excel-error.html</link>
			<pubDate>Fri, 20 Nov 2009 09:21:01 GMT</pubDate>
			<description><![CDATA[Hi i encounter an error message while right clicking the tab in microsoft excel file and select "copy or move". Attached are the error message. I tried to reinstall the excel software but still could not work. I also tried on other computer and it...]]></description>
			<content:encoded><![CDATA[<div>Hi i encounter an error message while right clicking the tab in microsoft excel file and select &quot;copy or move&quot;. Attached are the error message. I tried to reinstall the excel software but still could not work. I also tried on other computer and it gives the same error. Anyone could advise?</div>


	<br />
	<div style="padding:6px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:3px">
			
<a href="{attachment-server}attachment.php?attachmentid=159858&amp;d=1258708827" rel="Lightbox" id="attachment159858" target="_blank"><img class="thumbnail" src="{attachment-server}attachment.php?attachmentid=159858&amp;stc=1&amp;thumb=1&amp;d=1258708827" border="0" alt="Click image for larger version

Name:	excelerror3.JPG
Views:	N/A
Size:	38.3 KB
ID:	159858" /></a>
&nbsp;

<a href="{attachment-server}attachment.php?attachmentid=159859&amp;d=1258708838" rel="Lightbox" id="attachment159859" target="_blank"><img class="thumbnail" src="{attachment-server}attachment.php?attachmentid=159859&amp;stc=1&amp;thumb=1&amp;d=1258708838" border="0" alt="Click image for larger version

Name:	excelerror2.JPG
Views:	N/A
Size:	53.3 KB
ID:	159859" /></a>
&nbsp;

<a href="{attachment-server}attachment.php?attachmentid=159860&amp;d=1258708847" rel="Lightbox" id="attachment159860" target="_blank"><img class="thumbnail" src="{attachment-server}attachment.php?attachmentid=159860&amp;stc=1&amp;thumb=1&amp;d=1258708847" border="0" alt="Click image for larger version

Name:	excelerror.JPG
Views:	N/A
Size:	40.0 KB
ID:	159860" /></a>
&nbsp;

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>timestop</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878893-microsoft-excel-error.html</guid>
		</item>
		<item>
			<title>Excel show hide details</title>
			<link>http://forums.techguy.org/business-applications/878878-excel-show-hide-details.html</link>
			<pubDate>Fri, 20 Nov 2009 06:42:41 GMT</pubDate>
			<description>In my Excel 2003, the side column where 1,2,3, etc are mentioned, and the top row where A,B,C,etc are mentioned has disappeared. How do I make it reappear. Thanks in advance.</description>
			<content:encoded><![CDATA[<div>In my Excel 2003, the side column where 1,2,3, etc are mentioned, and the top row where A,B,C,etc are mentioned has disappeared. How do I make it reappear. Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>shillguy</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878878-excel-show-hide-details.html</guid>
		</item>
		<item>
			<title>Notepad not opening properly</title>
			<link>http://forums.techguy.org/business-applications/878861-notepad-not-opening-properly.html</link>
			<pubDate>Fri, 20 Nov 2009 05:22:52 GMT</pubDate>
			<description>Windows XP 
When I go to accessories-notepad and open notepad it goes directly to 
the system tray.  Then I have to right click go to maximize to open it and then it comes up. I was going thru a tutorial on HTML and created a file 
in notepad and...</description>
			<content:encoded><![CDATA[<div>Windows XP<br />
When I go to accessories-notepad and open notepad it goes directly to<br />
the system tray.  Then I have to right click go to maximize to open it and then it comes up. I was going thru a tutorial on HTML and created a file<br />
in notepad and then saved it with a HTM extension. I then renamed the<br />
file back to a txt extension to edit it.  after I renamed it back to HTM I could<br />
not open the txt file.  That is when the problem started.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>bleedom</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878861-notepad-not-opening-properly.html</guid>
		</item>
		<item>
			<title>open office help</title>
			<link>http://forums.techguy.org/business-applications/878820-open-office-help.html</link>
			<pubDate>Fri, 20 Nov 2009 00:37:16 GMT</pubDate>
			<description>hi all,im trying to put text next to a picture in openoffice. 1.i somehow managed to put a picture on the right side of the page,with text on the left(all good) 
now i want to reverse the next picture,so picture is on the left,text on right 
etc...</description>
			<content:encoded><![CDATA[<div>hi all,im trying to put text next to a picture in openoffice. 1.i somehow managed to put a picture on the right side of the page,with text on the left(all good)<br />
now i want to reverse the next picture,so picture is on the left,text on right<br />
etc etc.the problem im having,is that office wont let me put text at the middle of the picture.when i write something it appears either above the pic or below it,and i cant figure out what i did in step 1.<br />
any suggestions?<br />
thankyou in advance</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>noodles71</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878820-open-office-help.html</guid>
		</item>
		<item>
			<title><![CDATA[2007 Outlook date error in "sent" email and calendar]]></title>
			<link>http://forums.techguy.org/business-applications/878815-2007-outlook-date-error-sent.html</link>
			<pubDate>Fri, 20 Nov 2009 00:17:50 GMT</pubDate>
			<description><![CDATA[I have Windows XP and am using Office 2007. A week ago my Outlook calendar started showing the wrong date.  Today is showing as 11/13/09 and it's 11/19/09.  My inbox is grouping my email in "Next week" (It should list it as "today").  All todays ...]]></description>
			<content:encoded><![CDATA[<div>I have Windows XP and am using Office 2007. A week ago my Outlook calendar started showing the wrong date.  Today is showing as 11/13/09 and it's 11/19/09.  My inbox is grouping my email in &quot;Next week&quot; (It should list it as &quot;today&quot;).  All todays  outgoing email is dated 11/13/09 on the receiver's end (so my clients don't think they've received it because their email program is filing it under 11/13/09.  All incoming email has the right date on it.  My sent file has the wrong date.  This is bizarre! Please somebody help me.....</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>signchick</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878815-2007-outlook-date-error-sent.html</guid>
		</item>
		<item>
			<title>worksheet protection</title>
			<link>http://forums.techguy.org/business-applications/878778-worksheet-protection.html</link>
			<pubDate>Thu, 19 Nov 2009 21:15:21 GMT</pubDate>
			<description><![CDATA[is there a way using vba, that if a worksheet is protected,macro's,formula's and checkboxes(both form and activex still work. 
my problem is two columns allow data entry and the others either have data in that i don't want changed or contain...]]></description>
			<content:encoded><![CDATA[<div>is there a way using vba, that if a worksheet is protected,macro's,formula's and checkboxes(both form and activex still work.<br />
my problem is two columns allow data entry and the others either have data in that i don't want changed or contain formula's which perform , an action on another cell, the same applies to the checkboxes which when returning a true value alter the colour of adjoining cells</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>scouse13</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878778-worksheet-protection.html</guid>
		</item>
		<item>
			<title>Creating a scheduling tool in Access 2007</title>
			<link>http://forums.techguy.org/business-applications/878766-creating-scheduling-tool-access-2007-a.html</link>
			<pubDate>Thu, 19 Nov 2009 20:26:42 GMT</pubDate>
			<description>Hi, 
 
I am running Microsoft Access 2007 on Windows 7.  I want to create a scheduling tool in MS Access 2007 but I am at a loss for the table structure.  I have a bunch of trainers and want to be able to log their availability and then schedule...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am running Microsoft Access 2007 on Windows 7.  I want to create a scheduling tool in MS Access 2007 but I am at a loss for the table structure.  I have a bunch of trainers and want to be able to log their availability and then schedule them for work but have the database tell me when they are already scheduled or not available.<br />
<br />
I am an intermediate user of Access so understand most of the tools.  I have tried having tables with the master dates, and dates available and dates scheduled and have used update and delete queries that run on a macro to update and alert schedules but this seems like a needlessly complex way of structuring it and not very flexible.<br />
<br />
Perhaps a DBA out there could give me a few pointers on the best table, query, macro combination that would be easy to scale up or down.  Preferably something that does not require VBA coding (or if it must, very simple coding).<br />
<br />
Thanks in advance<br />
<br />
Sincerely<br />
<br />
Morne:D</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>morne.lippiatt</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878766-creating-scheduling-tool-access-2007-a.html</guid>
		</item>
		<item>
			<title>ICS File not opening up in OUTLOOK 2003</title>
			<link>http://forums.techguy.org/business-applications/878761-ics-file-not-opening-up.html</link>
			<pubDate>Thu, 19 Nov 2009 20:13:08 GMT</pubDate>
			<description><![CDATA[When I try to open .ics file in Outlook 2003, I get this error 
"  
This error can appear if you have attempted to save a recurring Lunar appointment in iCalendar format.To avoid this error, set the appointment option to Gregorian instead of...]]></description>
			<content:encoded><![CDATA[<div>When I try to open .ics file in Outlook 2003, I get this error<br />
&quot; <br />
This error can appear if you have attempted to save a recurring Lunar appointment in iCalendar format.To avoid this error, set the appointment option to Gregorian instead of Lunar.More information about this error message online<br />
&quot;<br />
 <br />
The .ics file content are: <br />
BEGIN:VCALENDAR<br />
VERSION:2.0<br />
METHOD:PUBLISH<br />
BEGIN:VEVENT<br />
UID:calendar:47:changed:0:0<br />
SUMMARY:Test Event<br />
DTSTAMP;20091118<br />
DTSTART;20091118<br />
DTEND;20091118<br />
RRULE;Nov 18<br />
END:VEVENT<br />
END:VCALENDAR<br />
 <br />
I have seen similar post in this thread but there was no solution.<br />
<a href="http://forums.techguy.org/business-applications/383124-outlook-calendar-ics-problem.html" target="_blank">http://forums.techguy.org/business-a...s-problem.html</a>  ( I cannot disable my antivirus)<br />
 <br />
Also, at  <a href="https://developer.atlassian.com/jira/browse/JCAL-41" target="_blank">https://developer.atlassian.com/jira/browse/JCAL-41</a><br />
But I tried the suggested but in vain.<br />
 <br />
Please help...I am stuck with this issue for few days now.<br />
 <br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>Darora</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878761-ics-file-not-opening-up.html</guid>
		</item>
		<item>
			<title><![CDATA[Excel Macro -> Worksheet_Change Event]]></title>
			<link>http://forums.techguy.org/business-applications/878746-excel-macro-worksheet_change-event.html</link>
			<pubDate>Thu, 19 Nov 2009 19:40:42 GMT</pubDate>
			<description>Is it possible to have two different codes under the Worksheet_Change Event?</description>
			<content:encoded><![CDATA[<div>Is it possible to have two different codes under the Worksheet_Change Event?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>computerman29642</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878746-excel-macro-worksheet_change-event.html</guid>
		</item>
		<item>
			<title>Incremental Backup Software</title>
			<link>http://forums.techguy.org/business-applications/878744-incremental-backup-software.html</link>
			<pubDate>Thu, 19 Nov 2009 19:24:47 GMT</pubDate>
			<description><![CDATA[Not sure if this is the right forum section but here goes :) 
 
The backup system currently in place where I work is sub-par and I'd like to implement amongst other things a daily incremental backup onto removable media taken offsite, preferably...]]></description>
			<content:encoded><![CDATA[<div>Not sure if this is the right forum section but here goes :)<br />
<br />
The backup system currently in place where I work is sub-par and I'd like to implement amongst other things a daily incremental backup onto removable media taken offsite, preferably onto DVD-RAM, and archived onto DVD-R when the disc is full. <br />
<br />
The problem I'm having is finding the right software to use. Giving how some files, for example the telephone enquiry database, are going to be modified every day we are soon going to end up with many different file versions on the disk. I'm looking for a program that will affix the file names with the date of backup, or at the very least organise them into dated folders that can be filename searched (filenames intact).<br />
<br />
Does anyone know of any software that provides this kind of function? I could even do the disc burning seperately, but I need a program that will flag any files modified since the last backup, and add the date somehow.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>Krigaren</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878744-incremental-backup-software.html</guid>
		</item>
		<item>
			<title>Solved: Adobe Standard 7.0 I/O error when trying to save</title>
			<link>http://forums.techguy.org/business-applications/878743-solved-adobe-standard-7-0-a.html</link>
			<pubDate>Thu, 19 Nov 2009 19:23:49 GMT</pubDate>
			<description>I have a Dell GX280 with 1gb of memory running windows XP, sp3 machine with Adobe Acrobat 7.0 installed.  There are some large PDF files that we are trying to add pages to.  These files have existed for a while and the problems only started with...</description>
			<content:encoded><![CDATA[<div>I have a Dell GX280 with 1gb of memory running windows XP, sp3 machine with Adobe Acrobat 7.0 installed.  There are some large PDF files that we are trying to add pages to.  These files have existed for a while and the problems only started with this specific computer while other computers with the same os/software have no issue.  Upon a save attempt an error message saying, “The document could not be saved.  A file I/O error occurred.” displays.  The file is then corrupt and cannot be opened period.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>socialk</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878743-solved-adobe-standard-7-0-a.html</guid>
		</item>
		<item>
			<title>Linking forms in Access</title>
			<link>http://forums.techguy.org/business-applications/878705-linking-forms-access.html</link>
			<pubDate>Thu, 19 Nov 2009 17:13:23 GMT</pubDate>
			<description>Hello, 
 
I am new here and this is my first post so let me know if I am doing anything incorrectly.  I have an Access DB, and I am trying to create a button on one Form that will pull up another Form and display the associated FK. Here is the VB...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I am new here and this is my first post so let me know if I am doing anything incorrectly.  I have an Access DB, and I am trying to create a button on one Form that will pull up another Form and display the associated FK. Here is the VB code I have so far, but I know it is missing something.  It has been a long time since I have done any VB and I was not great at it then. Any help would be much appreciated.<br />
<br />
Private Sub Command21_Click()<br />
Dim stDocName As String<br />
Dim stLinkCriteria As String<br />
<br />
stDocName = &quot;the form I want to retrieve&quot;<br />
<br />
stLinkCriteria = &quot;employeeID&quot; = &quot; &amp; Me![employeeID]&quot;<br />
DoCmd.OpenForm stDocName, , , stLinkCriteria<br />
DoCmd.GoToRecord , , acGoTo,                                (this is were I get lost)<br />
<br />
End Sub</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>bblakel1</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878705-linking-forms-access.html</guid>
		</item>
		<item>
			<title>Excel 2007 -How do I get cell data to populate email?</title>
			<link>http://forums.techguy.org/business-applications/878704-excel-2007-how-do-i.html</link>
			<pubDate>Thu, 19 Nov 2009 17:12:52 GMT</pubDate>
			<description>Hi: 
I have a couple of questions regarding the below code and the attached spreadsheet. What do I have to do to make this macro execute at the time indicated in col m of the spreadsheet? The dates are going to be different for each row.  
Also how...</description>
			<content:encoded><![CDATA[<div>Hi:<br />
I have a couple of questions regarding the below code and the attached spreadsheet. What do I have to do to make this macro execute at the time indicated in col m of the spreadsheet? The dates are going to be different for each row. <br />
Also how do I get cell data [a4] [h4] [g4] [m4] [n4] to populate from the worksheet into the email?  <br />
 <br />
<font face="Times New Roman"><font color="#000000">Sub Mail_small_Text_Outlook()</font></font><br />
<font face="Times New Roman"><font color="#000000">'Working in Office 2000-2007</font></font><br />
<font face="Times New Roman"><font color="#000000">    Dim OutApp As Object</font></font><br />
<font face="Times New Roman"><font color="#000000">    Dim OutMail As Object</font></font><br />
<font face="Times New Roman"><font color="#000000">    Dim strbody As String</font></font><br />
<font face="Times New Roman"><font color="#000000">    Set OutApp = CreateObject(&quot;Outlook.Application&quot;)</font></font><br />
<font face="Times New Roman"><font color="#000000">    OutApp.Session.Logon</font></font><br />
<font face="Times New Roman"><font color="#000000">    Set OutMail = OutApp.CreateItem(0)</font></font><br />
<font face="Times New Roman"><font color="#000000">    strbody = &quot;Andean Funding Closing Document has not been recieved&quot; &amp; vbNewLine &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;Andean Tracking Number:</font></font> <font face="Times New Roman"><font color="#000000"> [a4]</font></font><font face="Times New Roman"><font color="#000000">&quot; &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;Requested Amount:</font></font> <font face="Times New Roman"><font color="#000000">[h4]</font></font><font face="Times New Roman"><font color="#000000">&quot; &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;Case Number:</font></font> <font face="Times New Roman"><font color="#000000">[g4]</font></font><font face="Times New Roman"><font color="#000000">&quot; &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;Closure Document Due NLT Date:</font></font> <font face="Times New Roman"><font color="#000000">[m4]</font></font><font face="Times New Roman"><font color="#000000">&quot; &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;Staff Coordinator:</font></font> <font face="Times New Roman"><font color="#000000">[</font></font><font face="Times New Roman"><font color="#000000">n4</font></font><font face="Times New Roman"><font color="#000000">]</font></font><font face="Times New Roman"><font color="#000000">&quot; &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;Please contact OGL immediately to correct this situation&quot; &amp; vbNewLine &amp; vbNewLine &amp; vbNewLine &amp; vbNewLine &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;Judy De Santis&quot; &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;Office of Global Enforcement&quot; &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;Latin America Caribbean Section&quot; &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;Office: 202-307-4609&quot; &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;Cell: 202-345-9257&quot; &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;Fax: 202-307-8459&quot; &amp; vbNewLine &amp; _</font></font><br />
<font face="Times New Roman"><font color="#000000">              &quot;E-mail: <a href="mailto:desantisj@msn.com">desantisj@msn.com</a>&quot;</font></font><br />
<br />
<font face="Times New Roman"><font color="#000000">    On Error Resume Next</font></font><br />
<font face="Times New Roman"><font color="#000000">    With OutMail</font></font><br />
<font face="Times New Roman"><font color="#000000">        .To = <a href="mailto:desantisj@msn.com">desantisj@msn.com</a></font></font><br />
<font face="Times New Roman"><font color="#000000">        .CC = &quot;&quot;</font></font><br />
<font face="Times New Roman"><font color="#000000">        .BCC = &quot;&quot;</font></font><br />
<font face="Times New Roman"><font color="#000000">        .Subject = &quot;Andean Funding Closing Document Required&quot;</font></font><br />
<font face="Times New Roman"><font color="#000000">        .Body = strbody</font></font><br />
<font face="Times New Roman"><font color="#000000">        'You can add a file like this</font></font><br />
<font face="Times New Roman"><font color="#000000">        '.Attachments.Add (&quot;C:\test.txt&quot;)</font></font><br />
<font face="Times New Roman"><font color="#000000">        .Send   'or use .Display</font></font><br />
<font face="Times New Roman"><font color="#000000">    End With</font></font><br />
<font face="Times New Roman"><font color="#000000">    On Error GoTo 0</font></font><br />
<font face="Times New Roman"><font color="#000000">    Set OutMail = Nothing</font></font><br />
<font face="Times New Roman"><font color="#000000">    Set OutApp = Nothing</font></font><br />
<font face="Times New Roman"><font color="#000000">End Sub</font></font></div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://static.techguy.org/v38/images/attach/xlsx.gif" alt="File Type: xlsx" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="{attachment-server}attachment.php?attachmentid=159807&amp;d=1258650723">AF_Tracking_Spreadsheet_Test.xlsx</a> (14.8 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>desantisj</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878704-excel-2007-how-do-i.html</guid>
		</item>
		<item>
			<title>Solved: I Need Help with making a formula that involves words.</title>
			<link>http://forums.techguy.org/business-applications/878703-solved-i-need-help-making.html</link>
			<pubDate>Thu, 19 Nov 2009 17:07:32 GMT</pubDate>
			<description><![CDATA[Hi, I'm curious if there is a way to make a formula in Excel that will produce a certain word in a cell, like "Yes" or "No" if a value in another cell is a certain number. For example if H7 = 0 then I7 = "No", but if its any other number then it...]]></description>
			<content:encoded><![CDATA[<div>Hi, I'm curious if there is a way to make a formula in Excel that will produce a certain word in a cell, like &quot;Yes&quot; or &quot;No&quot; if a value in another cell is a certain number. For example if H7 = 0 then I7 = &quot;No&quot;, but if its any other number then it will = &quot;Yes&quot;. Thanks for any help.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>cnebb1981</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878703-solved-i-need-help-making.html</guid>
		</item>
		<item>
			<title>microsoft office trial</title>
			<link>http://forums.techguy.org/business-applications/878701-microsoft-office-trial.html</link>
			<pubDate>Thu, 19 Nov 2009 16:51:36 GMT</pubDate>
			<description>Hi guys, i am trying to download the trial for Microsoft office right, but after it does all the downloading(with the little time bar that takes FOREVER to get to 100%!) and then it just disappeared. Nothing else happened. Now, I am assuming, with...</description>
			<content:encoded><![CDATA[<div>Hi guys, i am trying to download the trial for Microsoft office right, but after it does all the downloading(with the little time bar that takes FOREVER to get to 100%!) and then it just disappeared. Nothing else happened. Now, I am assuming, with my limited knowledge, that something must have indeed been downloaded onto my little laptop but can't find Microsoft Office. <br />
<br />
Should I, or should I not, be panicking. :confused:<br />
<br />
Also, if all seems to be ok, where can i get an actual downoad of the trial? The microsoft website says it's for US residents only :mad:</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>shoobi1</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878701-microsoft-office-trial.html</guid>
		</item>
		<item>
			<title>Solved: Data search</title>
			<link>http://forums.techguy.org/business-applications/878699-solved-data-search.html</link>
			<pubDate>Thu, 19 Nov 2009 16:43:54 GMT</pubDate>
			<description><![CDATA[Hello, 
I have a spread sheet that has in column A, a list of days that start on 1-Jan -99 and go to 31-Dec-2009. (over 4 thousand rows). The cells are formatted &#8220;dd-mmm-yy (14-Mar-01). If I want to see a particular month, I have to know ahead of...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
I have a spread sheet that has in column A, a list of days that start on 1-Jan -99 and go to 31-Dec-2009. (over 4 thousand rows). The cells are formatted &#8220;dd-mmm-yy (14-Mar-01). If I want to see a particular month, I have to know ahead of time what cell it starts in to use the &#8220;goto&#8221; command.  Say, I want to see all of Oct-01.  Right now, I have to know that it starts in cell A 647, and use the &#8220;goto&#8221; command.  I tried to use the advance filter, but it will only display one row, not the whole month. I&#8217;ll attach a sample of the spread sheet.  <br />
<br />
Mike</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://static.techguy.org/v38/images/attach/xlsx.gif" alt="File Type: xlsx" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="{attachment-server}attachment.php?attachmentid=159805&amp;d=1258648935">Job History.xlsx</a> (160.2 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>mrl</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878699-solved-data-search.html</guid>
		</item>
		<item>
			<title>Outlook 2007 – can’t create new email from another program</title>
			<link>http://forums.techguy.org/business-applications/878694-outlook-2007-can-t-create.html</link>
			<pubDate>Thu, 19 Nov 2009 16:32:38 GMT</pubDate>
			<description>Ever since I got Office 2007, I’m not able to create a new email message from another program. 
For example, if I select a file in Explore and click ‘E-mail this file’, nothing happens.  It used to automatically pop up a new Outlook email message. ...</description>
			<content:encoded><![CDATA[<div><font face="Calibri"><font size="3">Ever since I got Office 2007, I’m not able to create a new email message from another program.</font></font><br />
<font face="Calibri"><font size="3">For example, if I select a file in Explore and click ‘E-mail this file’, nothing happens.  It used to automatically pop up a new Outlook email message.  This happens in another program as well.  I can create new emails fine while in Outlook.    Microsoft Exchange Server is set up as the default email type, which was the first thing we checked when this problem started.  Not sure if this issue is with Outlook 2007 or Windows XP.</font></font><br />
<font face="Calibri"><font size="3">Hopefully this is enough info.  Thanks in advance.</font></font></div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>RideJunkie</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878694-outlook-2007-can-t-create.html</guid>
		</item>
		<item>
			<title>Fixed cell reference</title>
			<link>http://forums.techguy.org/business-applications/878691-fixed-cell-reference.html</link>
			<pubDate>Thu, 19 Nov 2009 16:28:06 GMT</pubDate>
			<description><![CDATA[Can anyone tell me how I can fix a cell reference in Excel so that the formula doesn't change when I move things about. The dollar sign does not seem to work. 
 
I have a spreadsheet that has 2 workbooks, the first work book has a number of coumns...]]></description>
			<content:encoded><![CDATA[<div>Can anyone tell me how I can fix a cell reference in Excel so that the formula doesn't change when I move things about. The dollar sign does not seem to work.<br />
<br />
I have a spreadsheet that has 2 workbooks, the first work book has a number of coumns across the page i.e. 10 weeks which is being used to give a 10 week average. I then run a macro each week that deletes the first column, and moves all the remaining columns along one so that I can then enter the details in the end column for the most recent weeks information. It is this end column I want to refer to in the other workbook to pick up a figure and use in another formula but unfotrunately every time I run the macro the referencing in the other workbook changes to pick up the original figure. i.e. the column reference moves with the running of the macro.<br />
<br />
I have tried using the dollar sign to fix the cell refrence but this is not having any effect.<br />
<br />
Would be really grateful if someone could help me as this will save me a whole load of work having to re-key information.<br />
<br />
Cheers :)</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>tbeatham</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878691-fixed-cell-reference.html</guid>
		</item>
		<item>
			<title>Microsoft Word 2007 help</title>
			<link>http://forums.techguy.org/business-applications/878689-microsoft-word-2007-help.html</link>
			<pubDate>Thu, 19 Nov 2009 16:08:40 GMT</pubDate>
			<description>I have a 9 chapter document that I have numbered accordingly. Each chapter is numbered with chapter number followed by page number. For ex. 1-1, 2-1, 3-1, 3-2, etc. My problem is that all chapters numbering sequence is correct except for chapter 2....</description>
			<content:encoded><![CDATA[<div>I have a 9 chapter document that I have numbered accordingly. Each chapter is numbered with chapter number followed by page number. For ex. 1-1, 2-1, 3-1, 3-2, etc. My problem is that all chapters numbering sequence is correct except for chapter 2. Every page in that chapter stays at page 2-1 (in the footer). Can you please help me fix this problem.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>bullcreel</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878689-microsoft-word-2007-help.html</guid>
		</item>
		<item>
			<title>Solved: Reading a wdb file</title>
			<link>http://forums.techguy.org/business-applications/878674-solved-reading-wdb-file.html</link>
			<pubDate>Thu, 19 Nov 2009 14:59:23 GMT</pubDate>
			<description>I have been sent a wdb file - from someone using MS Works I guess - which I cannot read.  
 
Can anyone suggest a means of conversion to a format which I could read in word or excel - I do have a copy of Office 2003, but not with Access ? 
 
Thanks...</description>
			<content:encoded><![CDATA[<div>I have been sent a wdb file - from someone using MS Works I guess - which I cannot read. <br />
<br />
Can anyone suggest a means of conversion to a format which I could read in word or excel - I do have a copy of Office 2003, but not with Access ?<br />
<br />
Thanks<br />
Jack</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>marillet</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878674-solved-reading-wdb-file.html</guid>
		</item>
		<item>
			<title><![CDATA[Solved: Simple Copy & PasteSpecial Process]]></title>
			<link>http://forums.techguy.org/business-applications/878669-solved-simple-copy-pastespecial-process.html</link>
			<pubDate>Thu, 19 Nov 2009 14:45:27 GMT</pubDate>
			<description><![CDATA[I'm trying to write a macro in Excel (Vista) to look in column "H" of one sheet and find all instances of an entry "20" and then select that row of data in columns a:g and copy it below the last line of data in a second sheet. 
 
Should be very easy...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to write a macro in Excel (Vista) to look in column &quot;H&quot; of one sheet and find all instances of an entry &quot;20&quot; and then select that row of data in columns a:g and copy it below the last line of data in a second sheet.<br />
<br />
Should be very easy - but I'm getting nowhere. So for any help I will be very grateful.<br />
<br />
Gerry125:confused::confused:</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>gerry125</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878669-solved-simple-copy-pastespecial-process.html</guid>
		</item>
		<item>
			<title>Solved: Excel - Calculating Availability in minutes</title>
			<link>http://forums.techguy.org/business-applications/878667-solved-excel-calculating-availability-minutes.html</link>
			<pubDate>Thu, 19 Nov 2009 14:43:17 GMT</pubDate>
			<description>I have a spread sheet that holds all the data for the services we support. 
We need to report on availability/downtime of our service. 
  
Each service has different supported hours i.e Mon-Fri 0800-1800 , some may include bank holidays some include...</description>
			<content:encoded><![CDATA[<div>I have a spread sheet that holds all the data for the services we support.<br />
We need to report on availability/downtime of our service.<br />
 <br />
Each service has different supported hours i.e Mon-Fri 0800-1800 , some may include bank holidays some include saturdays.<br />
 <br />
I need the spreadsheet to add the 100% possible availablity of the service (in minutes) for that month - i.e October = 31 days , 9 week end days no bank holidays (UK) = 60 Minutes x 24 hours (= minutes in 1 day) * (31-9). so 100% availability = 31680 minutes...<br />
 <br />
So basically i need to populate columns 'G' and 'I'<br />
 <br />
 <br />
 <br />
I have added a calendar to the spreadsheet that calcualte where the holidays are... <br />
 <br />
To be honest I think I am confusing myself here and I need someone elses view perspective - all ideas welcome !<br />
 <br />
Please help!<br />
 <br />
Kind Regards<br />
 <br />
Phil.</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://static.techguy.org/v38/images/attach/xls.gif" alt="File Type: xls" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="{attachment-server}attachment.php?attachmentid=159795&amp;d=1258641744">Availability Days.xls</a> (126.5 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>Lomak</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878667-solved-excel-calculating-availability-minutes.html</guid>
		</item>
		<item>
			<title>Blinking text</title>
			<link>http://forums.techguy.org/business-applications/878649-blinking-text.html</link>
			<pubDate>Thu, 19 Nov 2009 13:31:00 GMT</pubDate>
			<description><![CDATA[Hi All! 
  
I have several users who are experiencing problem with flashing text. 
The text is flashing in word, pdf and several other programs. It's almost like there is a problem with the drawing/updating of the screens. 
  
All the users...]]></description>
			<content:encoded><![CDATA[<div>Hi All!<br />
 <br />
I have several users who are experiencing problem with flashing text.<br />
The text is flashing in word, pdf and several other programs. It's almost like there is a problem with the drawing/updating of the screens.<br />
 <br />
All the users experiencing the problems have:<br />
XP-SP3<br />
AxApta accounting program<br />
AutoCAD<br />
ProE<br />
Mdoc<br />
Office 2003<br />
 <br />
The flashing comes and goes, and there seem to be no pattern. It's more or less impossible to read text and work. There's no suspicious programs running, nor is the computer useing large amount of CPU or RAM during the flashes.<br />
 <br />
Any1 have any idea of what could be causing this behaviour, or a solution to the problem?<br />
 <br />
I am at wits end as to what could be causing the problem and look forward to a speedy reply.<br />
 <br />
-- <br />
Thanks in advance.<br />
 <br />
Morten G. Jensen<br />
Kemicaze</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>Kemicaze</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878649-blinking-text.html</guid>
		</item>
		<item>
			<title>Excel Macro to lookup reference and copy data</title>
			<link>http://forums.techguy.org/business-applications/878627-excel-macro-lookup-reference-copy.html</link>
			<pubDate>Thu, 19 Nov 2009 11:16:33 GMT</pubDate>
			<description><![CDATA[Hi, 
  
I'm looking to set up a macro to do the following: 
  
Open up a workbook called Works Order Register 
Find my Works Order on the register by matching the WOnumber (I8) and Contractor name (C1735) from Works Order workbook. 
Once found copy...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
I'm looking to set up a macro to do the following:<br />
 <br />
Open up a workbook called Works Order Register<br />
Find my Works Order on the register by matching the WOnumber (I8) and Contractor name (C1735) from Works Order workbook.<br />
Once found copy various data e.g cell I1735, I1737 etc across to columns D, E etc on the register against the corresponding row found in the previous step.<br />
 <br />
I've got parts working ok, but not the whole thing together.<br />
 <br />
Thanks for help.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>RobAndrews</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878627-excel-macro-lookup-reference-copy.html</guid>
		</item>
		<item>
			<title>Delete rows based on criteria - without looping</title>
			<link>http://forums.techguy.org/business-applications/878615-delete-rows-based-criteria-without.html</link>
			<pubDate>Thu, 19 Nov 2009 10:36:35 GMT</pubDate>
			<description><![CDATA[Good morning, 
 
I have a spreadsheet that itemises 1000's of transactions from different customers.  It grows by the day -  I have a macro that deletes the records I don't want to see based on the Customer name (delete row if <> to "ABC CO." etc.)....]]></description>
			<content:encoded><![CDATA[<div>Good morning,<br />
<br />
I have a spreadsheet that itemises 1000's of transactions from different customers.  It grows by the day -  I have a macro that deletes the records I don't want to see based on the Customer name (delete row if &lt;&gt; to &quot;ABC CO.&quot; etc.).  What I would like to know is   is there a way of doing this without looping through every line as it's taking longer to run every day.<br />
<br />
Hope my explanation is sufficient.<br />
<br />
Many thanks in advance.<br />
<br />
Moll</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>Moll45</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878615-delete-rows-based-criteria-without.html</guid>
		</item>
		<item>
			<title>Email filtering in Outlook 2007</title>
			<link>http://forums.techguy.org/business-applications/878601-email-filtering-outlook-2007-a.html</link>
			<pubDate>Thu, 19 Nov 2009 07:53:38 GMT</pubDate>
			<description>Hi, 
I am trying to create a rule which filters emails between TO and CC for the same group. 
for example: 
The group name is QA_GROUP. 
All emails that have QA_GROUP in CC will be deleted, and those who have QA_GROUP in TO will remain in my inbox....</description>
			<content:encoded><![CDATA[<div>Hi,<br />
I am trying to create a rule which filters emails between TO and CC for the same group.<br />
for example:<br />
The group name is QA_GROUP.<br />
All emails that have QA_GROUP in CC will be deleted, and those who have QA_GROUP in TO will remain in my inbox.<br />
<br />
Anyone has an idea how to do it?<br />
<br />
Thank You.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>badigard</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878601-email-filtering-outlook-2007-a.html</guid>
		</item>
		<item>
			<title>Office Update Failed</title>
			<link>http://forums.techguy.org/business-applications/878579-office-update-failed.html</link>
			<pubDate>Thu, 19 Nov 2009 03:45:20 GMT</pubDate>
			<description>Running Windows 7, home premium version. 
Trying to install Microsoft 2007 Office Suite Service Pack 1 (SP1). - about 200mb 
Got install failure with code 80200010 - Windows Update encountered an unknown error 
I have tried twice to install this...</description>
			<content:encoded><![CDATA[<div>Running Windows 7, home premium version.<br />
Trying to install Microsoft 2007 Office Suite Service Pack 1 (SP1). - about 200mb<br />
Got install failure with code 80200010 - Windows Update encountered an unknown error<br />
I have tried twice to install this update, and failed both times.<br />
<br />
Suggestions?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>MajorModeler</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878579-office-update-failed.html</guid>
		</item>
		<item>
			<title>Excel Graphs Parabola</title>
			<link>http://forums.techguy.org/business-applications/878566-excel-graphs-parabola.html</link>
			<pubDate>Thu, 19 Nov 2009 02:43:27 GMT</pubDate>
			<description>Can i enter in formation into excel it graphs a curved line and the gives me the function or equation of that curved line.</description>
			<content:encoded><![CDATA[<div>Can i enter in formation into excel it graphs a curved line and the gives me the function or equation of that curved line.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>DavidPatterson</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878566-excel-graphs-parabola.html</guid>
		</item>
		<item>
			<title>MS Outlook 03 - operation failed.</title>
			<link>http://forums.techguy.org/business-applications/878560-ms-outlook-03-operation-failed.html</link>
			<pubDate>Thu, 19 Nov 2009 02:19:21 GMT</pubDate>
			<description><![CDATA[So I am not getting a error in MS Outlook 03... 
Famous error - "the operation failed" 
Search on google revels several things - one which solves the problem temporarily. 
 
The e-mail is generated with Quickbooks enterprise 2009. The first e-mail...]]></description>
			<content:encoded><![CDATA[<div>So I am not getting a error in MS Outlook 03...<br />
Famous error - &quot;the operation failed&quot;<br />
Search on google revels several things - one which solves the problem temporarily.<br />
<br />
The e-mail is generated with Quickbooks enterprise 2009. The first e-mail goes through fine. Every other one fails. UNTIL, you open the task manager and kill outlook.exe. Then it repeats. First e-mail through, every other one fails.<br />
<br />
It seems like outlook is not closing properly after sending an e-mail through QB.<br />
<br />
Client says at her home computer with same versions it works with no hitch.<br />
<br />
Aside from writing a script that checks if quickbooks is open and closes it and having it run every 30 seconds, so I have any other way to fix this?<br />
<br />
TIA<br />
Mordy.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>mordy</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878560-ms-outlook-03-operation-failed.html</guid>
		</item>
		<item>
			<title>Excel color palette randomly changes</title>
			<link>http://forums.techguy.org/business-applications/878533-excel-color-palette-randomly-changes.html</link>
			<pubDate>Wed, 18 Nov 2009 23:46:26 GMT</pubDate>
			<description><![CDATA[When I open certain files, and any time I open a new file, the color palette in Excel displays different colors than the default palette. It doesn't work to reset the palette.  
  
If I open a file with the weird color palette while one with the...]]></description>
			<content:encoded><![CDATA[<div>When I open certain files, and any time I open a new file, the color palette in Excel displays different colors than the default palette. It doesn't work to reset the palette. <br />
 <br />
If I open a file with the weird color palette while one with the regular color palette is open, it changes both to the weird color palette. <br />
 <br />
If it happens the other way around, and I open one with the regular color palette after the one with the weird color palette is open, nothing changes, and in fact the weird color palette will change back to normal and I can save the file and everything is good. <br />
 <br />
I have a blank Excel file I named &quot;Default Color Palette&quot; so that I can do this every time I open a file with the weird colors, but a lot of files seem to be affected and I use a lot of color coding and conditional formatting. <br />
 <br />
Does anyone have an idea why this could be happening?</div>


	<br />
	<div style="padding:6px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:3px">
			
<a href="{attachment-server}attachment.php?attachmentid=159781&amp;d=1258587348" rel="Lightbox" id="attachment159781" target="_blank"><img class="thumbnail" src="{attachment-server}attachment.php?attachmentid=159781&amp;stc=1&amp;thumb=1&amp;d=1258587348" border="0" alt="Click image for larger version

Name:	Color Palette.JPG
Views:	N/A
Size:	8.1 KB
ID:	159781" /></a>
&nbsp;

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>ap526</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878533-excel-color-palette-randomly-changes.html</guid>
		</item>
		<item>
			<title>Outlook does not display new mail</title>
			<link>http://forums.techguy.org/business-applications/878506-outlook-does-not-display-new.html</link>
			<pubDate>Wed, 18 Nov 2009 21:53:34 GMT</pubDate>
			<description>Running Outlook 2007 under Windows 7, home premium version. 
Outlook appears to download new mail just fine - status bar updates as expected and message counter in the lower bar of the window counts down and the byte counter counts up as expected....</description>
			<content:encoded><![CDATA[<div>Running Outlook 2007 under Windows 7, home premium version.<br />
Outlook appears to download new mail just fine - status bar updates as expected and message counter in the lower bar of the window counts down and the byte counter counts up as expected.<br />
When download is completed, no new emails show up in the inbox. or any other folder.<br />
Suggestions?<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>MajorModeler</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878506-outlook-does-not-display-new.html</guid>
		</item>
		<item>
			<title><![CDATA[Solved: Excel Macro -> Delete Multiple Rows]]></title>
			<link>http://forums.techguy.org/business-applications/878504-solved-excel-macro-delete-multiple.html</link>
			<pubDate>Wed, 18 Nov 2009 21:46:08 GMT</pubDate>
			<description>I am trying to find a way to find a specific text within a worksheet, select that cell and the 9 rows under that row, and delete the 10 rows.</description>
			<content:encoded><![CDATA[<div>I am trying to find a way to find a specific text within a worksheet, select that cell and the 9 rows under that row, and delete the 10 rows.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>computerman29642</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878504-solved-excel-macro-delete-multiple.html</guid>
		</item>
		<item>
			<title>Solved: Using the F5 key to fill blanks</title>
			<link>http://forums.techguy.org/business-applications/878467-solved-using-f5-key-fill.html</link>
			<pubDate>Wed, 18 Nov 2009 19:39:33 GMT</pubDate>
			<description>Hi, 
 
Awhile ago I spoke with someone helping me fill blank cells with data from one row up. The instructions had to do with highlighting the column, hitting F5, choosing special, then blanks...after that I forgot the rest. 
 
Can anyone pick this...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Awhile ago I spoke with someone helping me fill blank cells with data from one row up. The instructions had to do with highlighting the column, hitting F5, choosing special, then blanks...after that I forgot the rest.<br />
<br />
Can anyone pick this up &amp; let me know?<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>Akuller</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878467-solved-using-f5-key-fill.html</guid>
		</item>
		<item>
			<title>Solved: Outlook Permissions</title>
			<link>http://forums.techguy.org/business-applications/878462-solved-outlook-permissions.html</link>
			<pubDate>Wed, 18 Nov 2009 19:32:18 GMT</pubDate>
			<description>I have been backing up the Outlook folder that contains the .pst files for Outlook to our File Server.  Just had a computer crash and had to reload everything.  The old Outlook was 2003.  When I reloaded the computer I put 2007 on it.  I have tried...</description>
			<content:encoded><![CDATA[<div>I have been backing up the Outlook folder that contains the .pst files for Outlook to our File Server.  Just had a computer crash and had to reload everything.  The old Outlook was 2003.  When I reloaded the computer I put 2007 on it.  I have tried copying the old .pst file, importing the .pst and it keeps coming up with &quot;File access denied.  You do not have permission required to open the file&quot;.  I even loaded 2003 onto another computer and tried to access this backup file with the same result.  I am the adminstrator and have the highest permissions.  I have even tried it under the user's permissions of the person's computer that crashed.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>PCDesign</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878462-solved-outlook-permissions.html</guid>
		</item>
		<item>
			<title>Scripting around limitations using Access and Infopath 2007</title>
			<link>http://forums.techguy.org/business-applications/878457-scripting-around-limitations-using-access.html</link>
			<pubDate>Wed, 18 Nov 2009 19:19:45 GMT</pubDate>
			<description>Hi, Shot in the dark but wondering if anyone could help. At work I have self-made technical/educational issue tracking system. 
 
Users fill in some information using two InfoPath Forms I set up. They then submit the data...</description>
			<content:encoded><![CDATA[<div>Hi, Shot in the dark but wondering if anyone could help. At work I have self-made technical/educational issue tracking system.<br />
<br />
Users fill in some information using two InfoPath Forms I set up. They then submit the <a href="http://forums.techguy.org/business-applications/826296-infopath-data-connections.html" target="_blank">data</a> to an Access database and generates an email to my account.<br />
<br />
Unfortunately, I need fields larger that 255 characters (some employess need to write notes within the form longer than the limitations). Currently, I have set up multiple text fields to mimic the appearance of the memo type data (i.e. 4 separate text boxes that allow up to 255 character being submitted to 4 table fields in access).<br />
<br />
Any ideas how I can change the <a href="http://forums.techguy.org/business-applications/826296-infopath-data-connections.html" target="_blank">infrastructure</a> to allow me to submit larger field types like Memo? Do you have any suggestions on any other &quot;free&quot; programs to utilize to get the same general results?<br />
 <br />
Thanks!!!</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>dhsmithii</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878457-scripting-around-limitations-using-access.html</guid>
		</item>
		<item>
			<title>Access Query using Between statement</title>
			<link>http://forums.techguy.org/business-applications/878453-access-query-using-between-statement.html</link>
			<pubDate>Wed, 18 Nov 2009 19:03:49 GMT</pubDate>
			<description>Hi 
I have used the Between statement in a query where the attached form provides 2 numbers. My problem now is that the form will provide a single numeric value(say 46). My query needs to use this value with a + or - fixed integer. (Say +/-8)I have...</description>
			<content:encoded><![CDATA[<div>Hi<br />
I have used the Between statement in a query where the attached form provides 2 numbers. My problem now is that the form will provide a single numeric value(say 46). My query needs to use this value with a + or - fixed integer. (Say +/-8)I have tried to modify the Between statement with no success.<br />
Can anyone help please?<br />
Alan</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>TumTee Tum</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878453-access-query-using-between-statement.html</guid>
		</item>
		<item>
			<title>excel checkboxes</title>
			<link>http://forums.techguy.org/business-applications/878451-excel-checkboxes.html</link>
			<pubDate>Wed, 18 Nov 2009 18:54:15 GMT</pubDate>
			<description>thanks for the reply zack 
  
regarding the previous thread 
  
what i have done is set up a few darts games to play on the laptop, a different game on different worksheets, what i would like to use the checkboxes for is when selected and  the...</description>
			<content:encoded><![CDATA[<div>thanks for the reply zack<br />
 <br />
regarding the previous thread<br />
 <br />
what i have done is set up a few darts games to play on the laptop, a different game on different worksheets, what i would like to use the checkboxes for is when selected and  the command button pressed that activates the worksheet chosen<br />
 <br />
i have 8 checkboxes the first 4 are for players 1 - 4<br />
the last 4 are for the four different games that can be played, what i would like to happen is if the first checkbox is selected( 1 player )<br />
and the first of the games checkboxes is chosen then when the command button is pressed that worksheet is activated<br />
obviously the code needs to be set for all possibilities<br />
 <br />
i.e 1 player game 1<br />
     2 players game 1<br />
     3 players game 1<br />
     1 player game 2   etc etc<br />
 <br />
hopefully this explains what i am trying to achieve<br />
 <br />
many thanks <br />
scouse13</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>scouse13</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878451-excel-checkboxes.html</guid>
		</item>
		<item>
			<title>Cannot uninstall or repair Office 2000</title>
			<link>http://forums.techguy.org/business-applications/878448-cannot-uninstall-repair-office-2000-a.html</link>
			<pubDate>Wed, 18 Nov 2009 18:48:33 GMT</pubDate>
			<description>I allowed PCMover to move apps to my new computer last year.  Big mistake!  Now I cannot run Office 2000, uninstall Office 2000, repair Office 2000, or reinstall Office 2000.  In every case I get the same sequence of error messages: the first asks...</description>
			<content:encoded><![CDATA[<div>I allowed PCMover to move apps to my new computer last year.  Big mistake!  Now I cannot run Office 2000, uninstall Office 2000, repair Office 2000, or reinstall Office 2000.  In every case I get the same sequence of error messages: the first asks for the installation source (I have the original CD and I offer it that), then the second rejects the source, saying &quot;The installation source for this product is not available.  Verify that the source exists and that you can access it.&quot;<br />
<br />
I tried running Revo, but it calls upon the Windows uninstaller, so I get the same first error message.  In Moderate mode Revo finds more than 25,000 related registry entries to remove; I cannot possibly examine them all, and I'm absolutely sure something else will get hosed if I remove them all.<br />
<br />
What can I do?  I need to use Word 2000 to test some new documentation software.<br />
<br />
--C</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>cstallard</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878448-cannot-uninstall-repair-office-2000-a.html</guid>
		</item>
		<item>
			<title>Excel 2007 Macro to Send Reminder Email</title>
			<link>http://forums.techguy.org/business-applications/878442-excel-2007-macro-send-reminder.html</link>
			<pubDate>Wed, 18 Nov 2009 18:15:11 GMT</pubDate>
			<description><![CDATA[Hi: 
I am very new to Excel 2007 and macros. I have a spreadsheet that I am trying to get to send an email reminder to the point of contact [ col b ] 5 days prior to the closure document due NLT date [ col m ]. I am looking for assistance in writing...]]></description>
			<content:encoded><![CDATA[<div>Hi:<br />
I am very new to Excel 2007 and macros. I have a spreadsheet that I am trying to get to send an email reminder to the point of contact [ col b ] 5 days prior to the closure document due NLT date [ col m ]. I am looking for assistance in writing a macro which will accomplish this if it is possible. I have attached the spreadsheet that I referenced.<br />
Your assistance would be greatly appreciated.<br />
Thanks in advance.<br />
 <br />
desantisj</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://static.techguy.org/v38/images/attach/xlsx.gif" alt="File Type: xlsx" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="{attachment-server}attachment.php?attachmentid=159755&amp;d=1258568064">AF_Tracking_Spreadsheet_Test.xlsx</a> (14.7 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>desantisj</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878442-excel-2007-macro-send-reminder.html</guid>
		</item>
		<item>
			<title>Armenian font in Microsoft Word</title>
			<link>http://forums.techguy.org/business-applications/878438-armenian-font-microsoft-word.html</link>
			<pubDate>Wed, 18 Nov 2009 18:09:38 GMT</pubDate>
			<description>I have Windows XP/Microsoft Word 2003 and want to print a few words in the Armenian language. I thought I would have to download and install a font but at armeniapedia.org (http://www.armeniapedia.org/index.php?title=Armenian_Fonts) I read that...</description>
			<content:encoded><![CDATA[<div>I have Windows XP/Microsoft Word 2003 and want to print a few words in the Armenian language. I thought I would have to download and install a font but at armeniapedia.org (<a href="http://www.armeniapedia.org/index.php?title=Armenian_Fonts" target="_blank">http://www.armeniapedia.org/index.ph...Armenian_Fonts</a>) I read that Windows comes with &quot;Unicode&quot; fonts installed from factory, all you need to do is enable the Armenian keyboard and start typing. So through Word help I searched for &quot;enable Armenian keyboard&quot; and found &quot;About creating a Georgian or Armenian document&quot;. I followed the 2-step process:<br />
Step 1: Enable the language for editing in Microsoft Office (did that OK, I think)<br />
Step 2: Install the keyboard layout for Georgian or Armenian. Problem is that Armenian is not listed in the languages to choose from.<br />
Am I going about this the wrong way? Since I only need to print a few words this one time I'd rather not have to download anything new to my computer if possible. How can I enable an Armenian font with what I have? Thank you to anyone who can help.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>kartho</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878438-armenian-font-microsoft-word.html</guid>
		</item>
		<item>
			<title><![CDATA[Big problems with Microsoft Word - won't go away even after reninstalling]]></title>
			<link>http://forums.techguy.org/business-applications/878428-big-problems-microsoft-word-wont.html</link>
			<pubDate>Wed, 18 Nov 2009 17:49:40 GMT</pubDate>
			<description><![CDATA[Microsoft Word has stopped working on my machine   :( 
 
I've tried everything - nothing works 
 
It just won't respond 
If I have a page full of text, then the mouse will stop responding and I can't use the mouse to place the cursor 
 
*EVERY* time...]]></description>
			<content:encoded><![CDATA[<div>Microsoft Word has stopped working on my machine   :(<br />
<br />
I've tried everything - nothing works<br />
<br />
It just won't respond<br />
If I have a page full of text, then the mouse will stop responding and I can't use the mouse to place the cursor<br />
<br />
<b>EVERY</b> time I shut it down, it completely crashes<br />
<br />
I've tried installing SP2 - no result<br />
<br />
I've uninstalled completely and have reinstalled - same problem    :(<br />
This has now got be completely baffled<br />
<br />
I'm 99.999% sure my machine is free of viruses<br />
<br />
<b>THOUGH</b>, one new thing is happening, when Windows starts, it reports that it has blocked some services from starting - I've no idea why!! I haven't done anything relating to this! <b>Could this be the problem</b>? I've checked and there's loooads of services that have been stopped??<br />
<br />
What can I do...?<br />
<br />
Any help would be really appreciated<br />
<br />
Thanks<br />
<br />
<br />
OM</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>OM2</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878428-big-problems-microsoft-word-wont.html</guid>
		</item>
		<item>
			<title>Solved: Excel macro find next available number</title>
			<link>http://forums.techguy.org/business-applications/878424-solved-excel-macro-find-next.html</link>
			<pubDate>Wed, 18 Nov 2009 17:30:00 GMT</pubDate>
			<description>Hi all, apologies if this is in the wrong location or already answered elsewhere. I have limited knowledge in writing macros from scratch and after searching for guides for a while I thought it best to ask here. Please point me in the direction of...</description>
			<content:encoded><![CDATA[<div>Hi all, apologies if this is in the wrong location or already answered elsewhere. I have limited knowledge in writing macros from scratch and after searching for guides for a while I thought it best to ask here. Please point me in the direction of advice if already stated elsewhere.<br />
 <br />
I'm looking to write a macro that does the following<br />
 <br />
Opens workbook B<br />
Looks for first blank cell in range B5:B5000<br />
Returns value (copy &amp; paste into workbook A Cell E5) in column A directly left of first blank cell<br />
Copies data from workbook A cell F5 into the blank cell<br />
Saves workbook B and closes<br />
 <br />
Thanks very much for any help.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/16-business-applications/">Business Applications</category>
			<dc:creator>RobAndrews</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/business-applications/878424-solved-excel-macro-find-next.html</guid>
		</item>
	</channel>
</rss>
