Δ Saturday, June 30th,
2012
Δ
Combine Excel Files
How to combine
excel files
[download resource files]
Demo
This script will take 2 excel files and basically
combine them into one excel file with a new excel file name. It uses
the Excel.Application to interface with the excel application, and actually
lets excel do the work. As you can see, it shuffles around worksheets
until the final output is the new specified file.
Δ
[email me]
|
Δ Thursday, June 21th,
2012
Δ
Convert CSV to Excel
How to convert
csv to excel
[download resource files]
Demo
Just like in the script above, this script uses the
Excel.Application to interface with the Excel Application. The script
just imports the CSV, fits it to the columns, performs a few excel tasks like
making headings bold, and then saves, thus converting it from CSV to XLS.
Δ
[email me]
|
Δ Sunday, June 17th,
2012
Δ
Convert Excel to CSV
How to convert
excel to csv
[download resource files]
Demo
This script takes the data inside an excel spreadsheet
and perorms a generic save as CSV, thus convertiing it from XLS to CSV.
The important part is the instantiated object: Set objXL =
CreateObject "Excel.Application").
Δ
[email me]
|
Δ Wednesday, Juney 13th,
2012
Δ
Draw Excel Pie Chart using
VBScript
How to draw charts in excel
[download resource files]
Demo
Pretty cool script that will draw a pie chart based
upon the specified data. By interfacing into Excel using Set
oExl=CreateObject("Excel.Application"), the script can then pass commands for
excel to perform the chart creation.
Δ
[email me]
|
Δ Sunday, June 10th,
2012
Δ
Iterate through Folders
How to iterate through folders
[download resource files]
Demo
You just never know when you're going to need to
perform a function on a folder and its subfolders; that's exactly what this
script allows you to do. It uses a simple "for each" to setup a cycle
through routine.
Δ
[email me]
|
Δ Saturday, June 9th,
2012
Δ
Sort Servers/Web Sites by
Response Time
How to sort with response time
[download resource files]
Demo
Okay, so let's say you have 10 file servers dispersed
through your enterprise. When users are downloading and running apps
(or you are just deploying ondemand apps to their desktops) you want to make
sure they are using the fastest server available once the installation has
been started - kind of a perferred server based upon network/lan/wan speed;
that's exactly what this script can do. It returns in order from fastest
to slowest connections which could be integrated into your own scripts to
perform all kind speed based tasks. You just have to add the logic "if
this" - "do this"
Δ
[email me]
|
Δ Thursday, June 7th,
2012
Δ
Forensic Script
How to check a user's
machine for non-authorized files
[download resource files]
Have you ever wanted to know exactly which users have
music, videos and other non-authorized file types on their computers?
Well, this script will allow you to scan their machine and return whether they
are guilty or non-guilty of violating the business' storage policies.
Δ
[email me]
|
Δ Saturday, June 2nd,
2012
Δ
Simulate Left Mouse Click
How to script a mouse click
[download resource files]
Demo
Do you need to simulate a mouse click? Ever need
to just push the left click button to complete a mundane task over and over
again? Now you can. You can even move the cursor to an exact
coordinate on the screen before pressing the left click.
Δ
[email me]
|
|
About
I'm a Computer Systems Engineer
Living and Loving Life
Author
|