vba courses london - usage statistics vba

Forum home » Delegate support and help forum » Microsoft VBA Training and help » vba courses london - Usage statistics in VBA

vba courses london - Usage statistics in VBA

resolvedResolved · Low Priority · Version Standard

Usage statistics in VBA

Could you tell me how to create an excel document that monitors usage of many others using visual basic?

I currently produce excel reports for my company but need to somehow monitor how many times they are accessed and, if possible, when and by whom.

All these excel files are situated on a server that our company uses and all users systems are connected to this. We use office 2003 and Outlook as the emailing system.

My guessing is that the programming would have to intiate the usage file, ammend it, and then close it each time a report is opened.

Could you help?

Many thanks

Nick Peutherer

RE: Usage statistics in VBA

Hi Nick

This is an area we do have experience in working with. It is more consultancy than training whereby we would ask you to outline your specification for us to review, we can then relate the scope of work required and cost.

It may help in the first instance to attend our 2 day Excel VBA course which may give you enough insight to get the ball rolling on this project and then contact us only if you can't progress any further.

https://www.stl-training.co.uk/excel-course-in-london-2003-vba.php

If you would like to discuss this further, feel free to contact me jacob@stl-training.co.uk

Rgds

Jacob

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

VBA tip:

Use GoTo to Select A Cell With VBA

To select a certain cell on a Worksheet you can use:

Application.Goto Reference:=Range("V300")

or more simply

Range("V300").Select

If, on the other hand, you want the selected cell to be the top/left cell on the screen you use:

Application.Goto Reference:=Range("V300"), Scroll=True

View all VBA hints and tips


Server loaded in 0.07 secs.