98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel VBA Training and help » VBA
VBA
Resolved · Urgent Priority · Version 2010
Yusuf has attended:
Excel Intermediate course
Excel Advanced course
VBA
I have created a new work book that contains three tabs. The first two tabs are effectively summary tabs that feed off from the third tab which is the source tab.
Within the summary tabs I have created summary tables that automatically pick up the required information from the source tab.
Now the challenge that I'm facing is the number of source tabs used may vary according to what work is being carried out. This means that whenever a new source tab is inserted I have to manually update the summary tables by including a new row and copying the formulas from the above row and then changing the source name in the formula to reflect the new tab.
What I would like to achieve is the following.
1) to create a macro that when run will automatically create a copy of the source tab and move to the end.
2) The summary tables will automatically insert new rows at the bottom of the table which has the same format and the formulas to pick up the new name of the source tab
3) Finally to include a time stamp that shows the date and time the form was signed off. Ideally I would like to protect this time stamp cell with a password so that no one can change it.
I hope this makes sense.
Please let me know if you would like me to share my workbook.
Best Regards.
Yusuf
RE: VBA
Hi Yusuf,
Thank you for the forum question.
I would like to see your VBA code to be able to guide you in the right direction.
You will need to use loops, variables and the CurrentRegion object to do what you want.
Kind regards
Jens Bonde
Microsoft Office Specialist Trainer
Tel: 0207 987 3777
Best STL - https://www.stl-training.co.uk
98%+ recommend us
London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector
RE: VBA
Hi Yusuf,
What you ask for is outside the scope of this forum.
We can help you but we will have to look at the costs.
What you want is not easy. You will need to have knowledge above our Excel VBA intermediate course.
We can do it as a consultancy, where we create the code or we can train you to do it and then you will be able to amend and develop the code further.
Kind regards
Jens Bonde
Microsoft Office Specialist Trainer
Tel: 0207 987 3777
Best STL - https://www.stl-training.co.uk
98%+ recommend us
London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector
RE: VBA
Hi Jens,
I'm unable to put together the code as I'm not sure where to start from. I have never put together a VBA code before.
I was hoping to get some guidance from yourself. If possible could I email you my file and through there maybe you could help me to put together the correct code.
Let me know how this works with you Jens?
Regards.
Yusuf.
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
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Highlighting only Text cellsTo select onlt text value cells in a spreadsheet, click on Edit-Go to(F5) |