|
|
|
|
|
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
|
|
|
|
|
|
|
|
» Windows Phone
Question:How can I copy / transfer files from my PC to the WP7 phone (.5)?I have the need from time to time, take files with me (for example to search for information in meetings);But how can I copy the files to the phone?Basically, I would like to connect the phone via the USB port of the computer and then copy the files via Windows Explorer (would be the simplest way) as it was possible even with...Read More
Posted: 19 Feb 2012
Tags:
Copy the files from the WP7 phones
Copy
the
files
from
WP7
phones
|
|
|
|
|
|
|
|
|
|
|
|