hate these ads?, log in or register to hide them
Results 1 to 5 of 5

Thread: Excel scripts

  1. #1
    Donor Fuggin's Avatar
    Join Date
    April 9, 2011
    Location
    Nursing home
    Posts
    3,223

    Excel scripts

    Can anyone recommend a web site that will explain how make scripts?

    Essentially I just want to take data from 1 column within a date range (rows) and make a chart of it. I need to automate it for work.


    - shitposting from Blablablabatalk.
    <&QuackBot> Fuggin: There once was a man named tugginfuggin. He oft tugged his fuggin. That is the tale of tugginfuggin.

  2. #2
    balistic void's Avatar
    Join Date
    May 5, 2011
    Location
    Dublin/London
    Posts
    1,836
    Alt+F11 opens up the VBA editor. Press F1 with stuff highlighted and it will open up the help. Look for the chart function, it's pretty simple.

    Then just google what you are trying to do, VBA is the magic keyword for the scripting language excel uses.

    http://excelexperts.com/create-cell-...xcel-using-vba

  3. #3

    Join Date
    May 31, 2011
    Posts
    636
    A good way to learn how Office automation works was always starting the macro recorder, do some stuff, stop recording and edit the macro to see what action caused what commands. Alter the macro, replay it and see how your change works/what your changes did.

    To don't get confused with too much code, start with very short macros/a single actions, i.e. entering a value in a cell.

    See also StackOverflow: http://stackoverflow.com/questions/tagged/excel-vba

  4. #4
    Kanv's Avatar
    Join Date
    April 11, 2011
    Location
    Australia
    Posts
    1,760
    Have you tried Pivot Tables?

    They're half of what i do in Excel now at work

  5. #5
    Donor
    Join Date
    January 26, 2012
    Posts
    333
    Quote Originally Posted by Kanv View Post
    Have you tried Pivot Tables?

    They're half of what i do in Excel now at work
    C. Pivot tables are pro.
    Quote Originally Posted by Ralara View Post
    in my case it was bend over and cry in pain

Bookmarks

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
  •