Handy Macro and Career Tip

August 12, 2010 by datapig Leave a reply »

So I decided to record a macro, and for some reason, I forgot to hit Stop Recording. By the time I realized I was still recording, I had created a macro that represented a half a day’s work.

Don’t laugh…you’ve done this too.

 

If you’re not certain if you’re in Macro Record mode or not, you can simply look at the bottom left corner of your screen.

Excel 2003 will show the word “Recording”. Excel 2007/2010 will show a Stop icon (clicking the stop icon is a handy way to stop recording).

 

Bonus Career Tip: If you have one of those managers who want an email outlining what you accomplished each day, just record a macro all day, then send him the code.

RELATED STUFF

  1. Getting Rid of Sticky Click
  2. Flipping a Range Upside Down
  3. Avoiding Data Cut-Off in Excel
  4. Why FIND when you can SEARCH
  5. Formula Auditing Art
  6. Jump to Last Cell Using Only the Mouse
  7. Sort by Color in Excel 2003
  8. Mimicking Scroll Lock
  9. Hide Subtotal Drill Thingies
  10. Draw a Perfect Circle in Excel
Advertisement

3 Responses

  1. jeff weir says:


    Sub Macro2()
    '
    ' Macro2 Macro
    '

    '
    Application.Speech.SpeakCellOnEnter = True
    Range("C5").Select
    ActiveCell.FormulaR1C1 = _
    "Take this job and shove it, I don't work here anymore"
    Range("C6").Select
    End Sub

  2. Karl says:

    @Jeff….

    I tried to get that to work, but it doesn’t speak the text. But an Innovative message that gets the point across. When I do decide to pull the trigger, this is how I am going to do it, then use the kill method to delete every file on their hard drive.

  3. Lynda says:

    I’ll have to remember that for my next performance review!

Leave a Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

*

* Copy this password:

* Type or paste password here:

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>