View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Timesheet /sum client fifteen minutes intervals activity

I believe you can find timesheet examples at both John Walkenbach's site
(http://www.j-walk.com/ss/excel) or Chip Pearson's site
(http://www.cpearson.com/excel.htm - see the topics index or perhaps go to
downloads).

You also might try the Office site at Microsoft. they have a template
gallary

http://www.microsoft.com/Office

--
Regards,
Tom Ogilvy

"Paul" wrote in message
...
It's been year since I created a VB script, thus, I need a little help

getting started. I'm developing a daily timesheet in Excel 2003 w/fifteen
minutes intervals. Each fifteen minutes represent a different client
activity and is summed daily for each client. Is there an Excel 2003 file or
toolset with VB code that can be used as a reference?