Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Time Tracker in Excel

  • 12-06-2013 6:59pm
    #1
    Registered Users, Registered Users 2 Posts: 228 ✭✭


    Hey,

    I was wondering if anyone could assist...I need to do up a time tracker in excel, using VBA...

    How would one go about building such a thing?

    I used to be able to use VBA, but that was about 7 years ago, and can't tell my ar$e from my elbow now with it! And I dumped my VBA college book out on Saturday, thinking I haven't used this book in 7 years, I'm hardly going to need it now....ggggrrrrr:mad:

    So basically, I want to put peoples names in column A, double click on column B for a start time and double click on column C for an end time...in column D have the total amount of time...

    I'd really appricate any help you can give me...or if you can direct me to the nearest website that could do this, that would be also awesome :o

    SSxx


Comments

  • Registered Users, Registered Users 2 Posts: 59,725 ✭✭✭✭namenotavailablE


    You need to check Worksheet_BeforeDoubleClick() event module. Also the appropriate time function (possibly NOW()?)

    The basic idea is that when you click on a cell in Column 2, the time is entered. repeat for column 3. Use a =c1-b1 formula in column 4 to calculate the difference.


  • Registered Users, Registered Users 2 Posts: 228 ✭✭StinkySocs


    OMG your amazing! thanks a million!:D


  • Registered Users, Registered Users 2 Posts: 419 ✭✭Mort5000


    CTRL+SHIFT+: Enters current time AFAIK.


Advertisement