Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
547 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
Software ==> | Excel VBA Macros (52 exercises) |
Topic ==> | Selecting cells (11 exercises) |
Level ==> | Average difficulty |
Subject ==> | VBA training |
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
Open the file called WODA Application.xlsx. Your task is to write code to transfer the details entered on Sheet1 to the end of the list on Sheet2:
You can alter the details on Sheet1 if you'd like to test different values.
One approach you could take would be to:
Copy the name from cell C4 on Sheet1.
Select Sheet2.
Use End and Offset to reach the next blank cell in column A.
Paste the copied value into this cell (use PasteSpecial to do this).
Repeat this process for each of the other details.
After copying the first value, your list should look like this:
Paddington is in place, but awaits his other information.
If that felt like a long-winded approach you could write a new subroutine which uses this approach:
Copy range C4:C7 on Sheet1.
Select Sheet2.
Use End and Offset to reach the next blank cell in column A.
Use the PasteSpecial method to transpose the copied data.
The code to transpose the copied cells is:
ActiveCell.PasteSpecial Transpose:=True
Alter the details on Sheet1 and run the subroutine again to check that it still works.
Your list should grow each time you run the subroutine.
Save and close the file.
You can find other training resources for the subject of this exercise here:
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.