Excel macro help
Results 1 to 2 of 2

Thread: Excel macro help

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    8

    Excel macro help

    Hi WD,

    I need help creating a macro for excel which will count per row the numbers between two ranges.
    eg range 1000-1200
    1000
    1001
    1002
    ...1200
    I have never created a macro before so details are appreciated. Thanks

  2. #2
    Registered User
    Join Date
    Jan 2001
    Location
    Scotland
    Posts
    468
    Hi bongoman...

    Macros come into their own for automating repetetive tasks. The easy way to create them is to use the macro recorder function. Choose a name for your macro, click the record button, then everything you do on your workbook is recorded and can be played back whenever.

    However macros come with a unique set of problems. not least that they have been used many times as a transport for viruses, malware and so on, and they can be exremely inefficient when the macro recorder is used as it captures all screen activity and not just the code you want to use.

    Maybe someone can give you some concrete hints, but personally I would recommend you Google a bit for tutorials (like this one) http://www.tutorialized.com/view/tut...Tutorial/10181

    Good luck with your learning

Similar Threads

  1. Replies: 1
    Last Post: September 27th, 2007, 09:05 PM
  2. Seperate Excel windows for each spreadsheet.
    By techguy13 in forum Microsoft Office
    Replies: 4
    Last Post: January 11th, 2007, 03:27 AM
  3. help needed with excel macro
    By shaltar in forum Microsoft Office
    Replies: 3
    Last Post: November 24th, 2003, 05:01 PM
  4. Setting a proxy server in Excel using a VB macro
    By CeeBee in forum Microsoft Office
    Replies: 0
    Last Post: October 8th, 2003, 08:03 PM
  5. Win XP and Excel dilema.
    By joelen in forum Tech-To-Tech
    Replies: 4
    Last Post: November 14th, 2001, 12:43 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •