Latest in visual basic

  • How To Integrate Excel Data Into A Word Document

    February 9, 2012

    womancomputer

    During your work week, there are probably lots of times that you find yourself copying and pasting information from Excel into Word, or the other way around. This is how people often produce written reports based on data that’s accumulated and updated in an Excel spreadsheet. In this article, I’m going to dive a little more into the background VBA scripting that allows you to actually program connections between data in Excel and Word.


    Keep Reading »
  • How To Send Emails From An Excel Spreadsheet Using VBA Scripts

    February 8, 2012

    emaillaptop

    In the past, I’ve used email a whole lot in my batch jobs and other automated scripts, just like I’ve described in past articles. These are great for those times when you have a script that’s monitoring the health of a computer or the status of a specific process, but what if you want to automate sending emails from within Office products like Word or Excel?


    Keep Reading »
  • How To Make Your Own Basic Internet Browser Using VBA

    December 14, 2011

    webbrowser

    When you really stop to think about it, an Internet browser in its simplest form isn’t really that impressive an application. I mean, yes, the Internet is amazing by anyone’s standards. The concept of linking so many of the world’s computers and mobile devices within this massive network, that is epic. But the concept of transferring a text file with special code in it onto a computer screen is not really a big deal.


    Keep Reading »
  • Create A Freaky Possessed Computer With Windows Script For Halloween

    October 28, 2011

    phantomtype

    There are a lot of fun pranks you can play on your friends with a computer. You’ve probably seen all of those creepy YouTube videos that people forward to each other for a good scare. Not long ago, Justin covered a few really funny ways to prank your parents with a computer too. All of those ideas are fun, but this year, how about creeping out your friends a bit with your very own programming skill?


    Keep Reading »