Informations are from the Internet, Books and my Instructors.
I made this for educational purposes as of im a lazy person to write notes hahaha
I am not stealing, okayy?
For other computer and programming stuffs.. Visit my works or follow me :-)
PROGRAM TO CALCULATE MARKS AND AVERAGE USING EXCEL
Oops! Ang larawang ito ay hindi sumusunod sa aming mga alituntunin sa nilalaman. Upang magpatuloy sa pag-publish, subukan itong alisin o mag-upload ng bago.
Open Excel.
Activate DEVELOPER. Go to FILE. Click OPTIONS. Select CUSTOMIZE RIBBON. Tick DEVELOPER. And OK.
Select VISUAL BASIC.
INSERT a UserForm.
Use TOOLBOX CONTROL(note:Dont/Never close Toolbox).
Place FRAME. Total of 2 frames. Edit to STUDENTS TOTAL SUBJECT and TOTAL AVERAGE.
Place LABELS. Total of 13 labels will be used for (The Title, Maths, English, Biology, History, Physics, Geography, Computer, Agriculture, Cre, Chemistry, Total Marks).
Put TEXT BOX beside each label in the frames.
Put CommandButton. Edit text to CALCULATE. and put the code.
(note:carefully observe because we might be using different textboxs. In mine, i placed all in order)
You can design your frames and labels now. It's alright if it's plain too. Simplicity is beauty. After designing you can RUN it. And after that we are done.