Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help writing the VBA code to make it so that every time the ADD button is hit, the new student is entered into

image text in transcribed

I need help writing the VBA code to make it so that every time the ADD button is hit, the new student is entered into the following row. For better context, I have posted below the format of the spreadsheet (note that there are three elements of information needed -- i.e. firstname, lastname, uniqname). Basically, I need the information stored sequentially, so after the first student's information is stored, then the next student's information is stored on the following row.

image text in transcribed

image text in transcribed

When you are submitting your lab, make it so that every time that the ADD button is clicked, the new student is entered in the next available row instead of changing the values of the second row as it is done in the lab video Submit your macro enabled Excel File. Use the file name format: uniqname Lab5 Information on Userforms: Userforms combine the capabilities of InputBox and MsgBox to create a more efficient way of interacting with the user. For example, rather than have the user fill out personal information on a sheet, you can create a userform that prompts for the required data (see Figure 1) Figure 1 Create a custom userform to get more information from the user. CortiCorp Employee List Employee Name|1 Position Hire Date OK Cancel

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 4.5 Databases

Authors: Sandeep Chanda, Damien Foggon

3rd Edition

1430243805, 978-1430243809

More Books

Students also viewed these Databases questions

Question

6. What questions would you suggest should be included?

Answered: 1 week ago