Sign in
TechNet Blogs
Technet Blog Images
More ...
Browse by Tags
TechNet Blogs
>
Hey, Scripting Guy! Blog
>
All Tags
>
excel.application
Server & Tools Blogs
>
Server & Management Blogs
>
Hey, Scripting Guy! Blog
All About Windows Server
Windows Server
Windows Server Essentials Blog
Building Clouds
Partner & Customer Solutions
Server & Cloud
Ask The
Performance Team
Ask Premier Field Engineering
Ask the Core Team
Cloud & Datacenter Management
The System Center Team Blog
System Center Virtual Machine Manager
System Center Service Manager
System Center Operations Manager
System Center Data Protection Manager
System Center Orchestrator
Partner & Customer Solutions
Client Management
System Center Configuration Manager
System Center Service Manager
MDOP
Malware Protection Center
Windows Intune
SUS
Partner and Customer Solutions
Virtualization, VDI & Remote Desktop
Virtualization Team Blog
Ben Armstrong’s Virtualization Blog
Jose Barreto Blog on Hyper-V
Partner & Customer Solutions
Remote Desktop Services
Windows Multipoint Server
Ask the Core Team on Hyper-V
File & Storage & High Availability
File & Storage
Jose Barreto
Partner & Customer Solutions
Ask the Core Team on Failover Cluster
Clustering & High Availability
Windows Server Management
PowerShell
Hey Scripting Guy (PowerShell)
Server Manager
Group Policy
Networking
Identity & Access
Ask Directory Services
Active Directory
Microsoft Leadership
Brad Anderson - In the Cloud
Hey, Scripting Guy! Blog
Learn about Windows PowerShell
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Twitter Feed
Recent Posts
PowerTip: Use PowerShell to Put Virtual Machine in Saved State
Posted
34 minutes ago
by
The Scripting Guys
0
Comments
Export Multiple Virtual Machines with Windows PowerShell
Posted
12 hours ago
by
The Scripting Guys
0
Comments
Scripting Wife Comments on Beginner Event 5
Posted
1 day ago
by
The Scripting Guys
2
Comments
2013 Scripting Games: Advanced Event 5
Posted
1 day ago
by
The Scripting Guys
2
Comments
Tags
arrays hash tables and dictionary objects
CSV and other delimited files
Excel spreadsheet
files
FileSystemObject
folders
Microsoft Excel
Office
Scripting Guy!
scripting techniques
storage
string manipulation
text files
VBScript
Windows PowerShell
WMI
Related Resources
Script Center Home
Scripting Library
Learn to Script
Script Repository
Scripting Forum
2012 Scripting Games
Archives
Archives
May 2013
(52)
April 2013
(61)
March 2013
(62)
February 2013
(56)
January 2013
(62)
December 2012
(62)
November 2012
(68)
October 2012
(62)
September 2012
(62)
August 2012
(63)
July 2012
(32)
June 2012
(39)
May 2012
(33)
April 2012
(97)
March 2012
(44)
February 2012
(31)
January 2012
(31)
December 2011
(31)
November 2011
(30)
October 2011
(31)
September 2011
(30)
August 2011
(31)
July 2011
(31)
June 2011
(30)
May 2011
(31)
April 2011
(97)
March 2011
(41)
February 2011
(28)
January 2011
(31)
December 2010
(31)
November 2010
(30)
October 2010
(31)
September 2010
(30)
August 2010
(33)
July 2010
(31)
June 2010
(30)
May 2010
(67)
April 2010
(65)
March 2010
(34)
February 2010
(29)
January 2010
(23)
December 2009
(23)
November 2009
(22)
October 2009
(23)
September 2009
(22)
August 2009
(25)
July 2009
(24)
June 2009
(38)
May 2009
(22)
April 2009
(22)
March 2009
(22)
February 2009
(20)
January 2009
(22)
December 2008
(8)
November 2008
(17)
October 2008
(9)
September 2008
(8)
August 2008
(6)
July 2008
(5)
June 2008
(21)
May 2008
(21)
April 2008
(22)
March 2008
(21)
February 2008
(21)
January 2008
(22)
December 2007
(10)
November 2007
(20)
October 2007
(23)
September 2007
(19)
August 2007
(23)
July 2007
(21)
June 2007
(21)
May 2007
(22)
April 2007
(21)
March 2007
(22)
February 2007
(21)
January 2007
(21)
December 2006
(11)
November 2006
(20)
October 2006
(22)
September 2006
(20)
August 2006
(23)
July 2006
(20)
June 2006
(22)
May 2006
(22)
April 2006
(20)
March 2006
(23)
February 2006
(20)
January 2006
(21)
December 2005
(16)
November 2005
(20)
October 2005
(21)
September 2005
(21)
August 2005
(23)
July 2005
(20)
June 2005
(22)
May 2005
(21)
April 2005
(21)
March 2005
(22)
February 2005
(20)
January 2005
(21)
December 2004
(16)
November 2004
(20)
October 2004
(21)
September 2004
(21)
August 2004
(22)
More
▼
Less
▲
Tagged Content List
Blog Post:
Hey, Scripting Guy! How Can I Prevent Office Excel From Turning My Imported Numbers Into Dates?
ScriptingGuy1
Hey, Scripting Guy! I have a CSV file, and every time I open that file in Office Excel my numbers get converted to dates. How can I import numbers as numbers? -- JR Hey, JR. You know, just yesterday the Scripting Guy who writes this column learned about Yelo , an interesting little company based...
on
28 Jun 2008
Blog Post:
Hey, Scripting Guy! How Can I Change the Value and Color of a Spreadsheet Cell Based on the Sum of Other Cells in That Spreadsheet?
ScriptingGuy1
Hey, Scripting Guy! I’m new to Excel, and I was wondering how to change the color of a cell if specific requirements are met. I have a spreadsheet that has three columns of numbers; I’d like to add the numbers in each row and, if they total 100, set the text of a fourth column to “Yes” and color that...
on
1 May 2008
Blog Post:
Hey, Scripting Guy! How Can I Import a Fixed-Width Data File into Microsoft Excel?
ScriptingGuy1
Hey, Scripting Guy! How can I import a fixed-width data file into Microsoft Excel? -- RS Hey, RS. This column is being written on a Friday morning, and so far it’s been a very weird morning at that. For one thing, it’s not raining and – if you look closely – you can even see the sun. (It’s been awhile...
on
15 Apr 2008
Blog Post:
Hey, Scripting Guy! How Can I Separate The Month From the Year in a Date String Like 122007?
ScriptingGuy1
Hey, Scripting Guy! I have a column of data in Microsoft Excel that is formatted as MYYYY (12008 = January 2008) and MMYYYY (122007 = December 2007). I need to split these values into month and year, but I can’t figure out how to do that. Any suggestions? -- DW Hey, DW. Well, it’s finally beginning...
on
3 Apr 2008
Blog Post:
Hey, Scripting Guy! How Can I Cut a Row From One Office Excel Spreadsheet and Paste That Row Into Another Spreadsheet?
ScriptingGuy1
Hey, Scripting Guy! How can I cut a row from an Office Excel spreadsheet and paste it into the first unused row in another Excel spreadsheet? -- NC Hey, NC. We apologize if today’s column feels a little damp; as it turns out, those of us in the Seattle area are experiencing another one of the Puget...
on
5 Dec 2007
Blog Post:
Hey, Scripting Guy! How Can I Determine the Value of the Last Cell in an Office Excel Range?
ScriptingGuy1
Hey, Scripting Guy! How can I determine the value of the last cell in a range like C1:C10? -- MJdR Hey, MJdR. You know, just a few days ago word leaked that a Federal Emergency Management Agency (FEMA) press conference held to discuss the US government’s response to the recent spate of wildfires in...
on
2 Nov 2007
Blog Post:
Hey, Scripting Guy! How Can I Convert a Number to a Date and Then Back in Excel?
ScriptingGuy1
Hey, Scripting Guy! We have a spreadsheet that includes numbers like this: 31738. However, this isn’t supposed to be a number, it’s actually supposed to be a date: 11/22/1986. How can I convert these numbers to dates and then, if needed, convert those dates back to numbers? -- TC Hey, TC. Yes, as...
on
22 Oct 2007
Blog Post:
How Can I Open All the Excel Spreadsheets in a Folder and Run a Specified Macro Found in Each of Those Spreadsheets?
ScriptingGuy1
Hey, Scripting Guy! How can I loop through a folder, open all the Excel files in that folder, then run a specified macro in each of those Excel files? -- BR Hey, BR. So, did you watch college football this past Saturday? In particular, did you watch as the Washington Huskies dismantled Boise State...
on
12 Sep 2007
Blog Post:
How Can I Add a Background Picture to an Excel Worksheet?
ScriptingGuy1
Hey, Scripting Guy! How can I add a background picture to an Excel worksheet? -- GA Hey, GA. You know, being the health-conscious type, each morning the Scripting Guy who writes this column eats some non-fat raspberry yogurt … right before he eats his daily doughnut. (But don’t worry: it’s a medically...
on
5 Sep 2007
Blog Post:
How Can I Copy Selected Columns From a CSV File to an Excel File?
ScriptingGuy1
Hey, Scripting Guy! How can I copy selected columns from a CSV file to an Excel file? -- MdP Hey, MdP. One thing that people always worry about (and rightly so) is that one of these days the Scripting Guys will do something that tears a hole in the space-time continuum. Some of you might be concerned...
on
4 Jun 2007
Blog Post:
How Can I Change the Background Color of Spreadsheet Rows That Have a Date in a Specified Cell?
ScriptingGuy1
Hey, Scripting Guy! In an Excel spreadsheet, how can I change the color of a row if there is a date stored a particular cell in that row? -- GL Hey, GL. Some of you might have noticed that there was no Hey, Scripting Guy! column yesterday. Is that because the Scripting Guys are slacking off and shirking...
on
29 May 2007
Blog Post:
How Can I Delete All the Worksheets in a Spreadsheet Except for the First Worksheet?
ScriptingGuy1
Hey, Scripting Guy! How can I delete all the worksheets in an Excel spreadsheet except for the first worksheet? -- NN Hey, NN. Please excuse any bloodstains that might appear on your screen; as it turns out, the Scripting Guy who writes this column was involved in an … incident … this past weekend...
on
1 May 2007
Blog Post:
Hey, Scripting Guy! How Can I Configure Office Excel to Autosave Every 5 Minutes?
ScriptingGuy1
Hey, Scripting Guy! How can I configure Office Excel to autosave every 5 minutes? -- KK Hey, KK. You know, that’s a good question. As it turns out, the autosave capability in Microsoft Excel – hey, wait a minute: do you realize what day it is? Today is the first day of the 2007 Winter...
on
13 Feb 2007
Blog Post:
Hey, Scripting Guy! How Can I Save an Office Excel Chart as a Picture?
ScriptingGuy1
Hey, Scripting Guy! How can I save an Office Excel chart as a picture? -- JB Hey, JB. You know, yesterday was a good day for the Scripting Guy who writes this column. If the phone rings at the Scripting House and if it’s for the Scripting Guy who writes this column, well, it’s never...
on
9 Feb 2007
Blog Post:
Hey, Scripting Guy! How Can I Change the Font Color in Office Excel If a Specified Condition is Met?
ScriptingGuy1
Hey, Scripting Guy! In an Office Excel spreadsheet, how can I change the color of the text if the value in column B minus the value in column A is greater than or equal to 10? -- EP Hey, EP. You know, before the Scripting Guy who writes this column started writing this column, he vowed that Hey...
on
1 Feb 2007
Blog Post:
Hey, Scripting Guy! How Can I Convert an Office Excel Spreadsheet to XML?
ScriptingGuy1
Hey, Scripting Guy! How can I convert an Office Excel spreadsheet to XML? -- KE Hey, KE. We apologize in advance if today’s column seems a little rushed; at the moment, we’re sitting in an office, surrounded by boxes and packing crates and waiting for the movers to come in and clear...
on
26 Jan 2007
Blog Post:
Hey, Scripting Guy! How Can I Set the Default File Path in Office Excel to a User’s Home Directory?
ScriptingGuy1
Hey, Scripting Guy! How can I set Office Excel’s default file path to a user’s home directory? -- LL Hey, LL. We hope that the script we’re about to show you will answer your question; if it doesn’t, you might have to wait awhile before we can get back to you on it. That’s...
on
16 Jan 2007
Blog Post:
How Can I Compare a List of Names in One Excel Column to a List of Names in Another Column?
ScriptingGuy1
Hey, Scripting Guy! In Excel, how can I compare a list of names found in one column with a list of names found in another column? -- GS Hey, GS. You know, in general we Scripting Guys are charged with presenting people with facts; in turn, we’re really supposed keep our opinions to ourselves. However...
on
7 Dec 2006
Blog Post:
How Can I Convert a Tilde-Delimited File to Microsoft Excel Format?
ScriptingGuy1
Hey, Scripting Guy! How can I convert a tilde-delimited file to Microsoft Excel format? -- JN Hey, JN. You know, to tell you the truth we’re beginning to rethink our approach to this column. After all, usually we tell people how easy things are, and how – without much effort – they can write a script...
on
5 Dec 2006
Blog Post:
How Can I Add a Total Row to an Excel Spreadsheet?
ScriptingGuy1
Hey, Scripting Guy! How can I add a bunch of rows to an Excel spreadsheet and then stick a total row at the bottom? -- MW Hey, MW. Could we ask you a favor: is there any chance that you could write back later with this question? As you may or may not know, the University of Washington men’s basketball...
on
15 Nov 2006
Blog Post:
How Can I Create a Custom Date Format in Microsoft Excel?
ScriptingGuy1
Hey, Scripting Guy! In Microsoft Excel, how can I display a date like 01/20/2006 using this format: 20060120? -- CM Hey, CM. Who do we make the check out to again? And for how much? Oh, sorry. After attending a parent meeting for the Scripting Son’s new baseball team the Scripting Guy who writes...
on
8 Nov 2006
Blog Post:
How Can I Keep the Screen From Updating While Running an Excel Script?
ScriptingGuy1
Hey, Scripting Guy! I seem to recall that there’s a way to “freeze” the display in Microsoft Excel any time you carry out a lengthy operation; that way the user doesn’t see anything change until the operation is complete. Do you have any idea how I can do that? -- IW Hey, IW. Do we have any idea of...
on
1 Nov 2006
Blog Post:
How Can I Use Information in an Excel Spreadsheet to Rename a Set of Folders?
ScriptingGuy1
Hey, Scripting Guy! How can I rename a bunch of folders using a script? The old folder names are in the first column of an Excel spreadsheet and the new folder names are in the second column of an Excel spreadsheet. -- SF Hey, SF. Oh, and welcome to Hey, Scripting Guy! , your daily source for scripting...
on
30 Oct 2006
Blog Post:
How Can I Use Windows PowerShell to Automate Microsoft Excel?
ScriptingGuy1
Hey, Scripting Guy! How can I use Windows PowerShell to automate Microsoft Excel? -- MW Hey, MW. Yes, it’s true: the week of November 6-10, 2006 will be Windows PowerShell Week on TechNet, with the Scripting Guys presenting a series of webcasts (one each day, Monday through Friday) designed to introduce...
on
8 Sep 2006
Blog Post:
How Can I Copy a File Numerous Times and Rename Each of Them from a List in Excel?
ScriptingGuy1
Hey, Scripting Guy! How can I copy a file 150 times and then rename each of those copies using a list of names found in an Excel spreadsheet? -- DF Hey, DF. You know, when we first started this column 2 years ago (must be time to mention the 500 th Hey, Scripting Guy! celebration again) our biggest...
on
27 Jun 2006
Page 1 of 2 (31 items)
1
2