Help Needed

JasmineChavezz

New Member
Joined
Apr 5, 2011
Messages
1
Friends,
I want to help an organization with tracking the hours of volunteers. They have to keep track of all the hours volunteers spend in different projects and activities every week . Right now, they're filling out paper forms but I want it to be electronically through exell. It would make it so easier for them just to have the volunteers access the website and turn in their hours through the program I want to design.
I don't know how to get started; Maybe you all can collaborate with me on this. I would greatly appreciate it.

Thank you so much.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Since you say you don't know how to start on this, I suspect you're not too familiar with VBA, Web page design or server-side scripting. As such, you're either going to have to acquire these skills yourself or you'll be relying very heavily on someone else to design and write the whole lot for you. If you've done a little programming in the past and understand something about Web pages, it shouldn't be too difficult to do it yourself.

I would probably be thinking along the following lines:-
  • Create a Web page with an HTML form on it for people to enter their information.
  • Either write a PHP script which takes the information from the form and writes it to a file on the server and then a VBA script which reads the file from the server and adds it to the 'main' Excel workbook.
  • Or write a PHP script which takes the information from the form and emails it to a 'collection' email account and then a VBA script which runs on the 'collection' account, detecting incoming data from the PHP script and adding it to the 'main' workbook.
Your Web server will have to support PHP and, if you use the email method, it will need to have mail() enabled - not all Web hosts enable it by default.

Mind you, I've never been anywhere near the forefront of Web design so there may well be a better and/or simpler way of achieving this. Anyone?
 
Upvote 0

Forum statistics

Threads
1,214,790
Messages
6,121,608
Members
449,038
Latest member
apwr

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top