Consulting

Results 1 to 2 of 2

Thread: query : to track the time spent on a VBA project

  1. #1

    query : to track the time spent on a VBA project

    Hi,

    Using VBA, how can we track the time spent on Excel/VBA project.
    thank you,
    Manoj
    Last edited by Mchaudhary; 10-29-2013 at 05:24 PM.

  2. #2
    VBAX Regular
    Joined
    Feb 2010
    Posts
    29
    Location
    Quote Originally Posted by Mchaudhary View Post
    Hi,

    Using VBA, how can we track the time spent on Excel/VBA project.
    thank you,
    Manoj
    t = timer
    'your codes here
    msgbox timer - t

Posting Permissions

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