Stumbleupon Facebook Twitter Digg Google Delicious Linkedin
TechNews

Standard Articles


Security essentials for windows server standard edition

Security essentials for windows server standard edition

Malmware

I need a Microsoft security essentials from the standard windows server? |Microsoft Security Essentials is for the home user and small business up to 10 PC. It does not support on the server as a Windows Server.To protect your server, you can consider using System Center Endpoint Protection:http://www.Microsoft.com/en-us/Server-cloud/System-Center/endpoint-protection-2012.aspxRead More

Posted: 17 Apr 2012

Tags: Security essentials for windows server standard edition Security essentials for windows server standard edition


Custom form Versus Standard form for contacts

Custom form Versus Standard form for contacts

Office

Question:Adding "user-defined fields", which would be a scenario where you would like to create a custom form or a standard form for contacts? It seems that either one may be designed for individual preferences. The custom form would have another "message class" but what would be the benefit of that. I know that this sounds like a hypothetical question and I do not want to take precious time on the...Read More

Posted: 21 Feb 2012

Tags: Custom form Versus Standard form for contacts Custom form Versus Standard for contacts


I have an excel file (10) with a column of date in format yyyy-mm-dd hh: mm: ss. I want to convert to the standard date/time format - that is mm-dd-yy hh: mm: ss.

I have an excel file (10) with a column of date in format yyyy-mm-dd hh: mm: ss. I want to convert to the standard date/time format - that is mm-dd-yy hh: mm: ss.

Office

Question:Downloads have the system date is 2012-mm-dd hh: mm: ss General format. I need to convert to the format of date normal mm-dd-yy hh: mm: ss.Thank youAnswer:Select your cells and run this small macro:Sub ReFormat()Dim r As Range, v As StringFor each r in selectionv = r.Textyear = Left (v, 4)MN = Mid (v, 6, 2)dy = Mid (v, 9, 2)HR = Mid (v, 12, 2)Mint = Mid (v, 15, 2)SC = Right (v, 2)r.NumberFormat...Read More

Posted: 19 Feb 2012

Tags: I have an excel file 10 with a column of date in format yyyymmdd hh mm ss I want to convert to the standard datetime format that is mmddyy hh mm ss have excel file with column date format yyyymmdd want convert the standard datetime that mmddyy