Forum Discussion
Aditya Jadhav
Jan 03, 2018Brass Contributor
Automate excel to copy a range from one sheet to another
Dear all,
I'm looking for a solution to copy and paste some cells from a sheet to another using VBA as there are many cells to copy this cannot be done manually and need some help. Attaching the ex...
- Jan 03, 2018
Wyn Hopkins
Jan 03, 2018MVP
- Aditya JadhavJan 04, 2018Brass Contributor
Dear Wyn Hopkins,
Thank you for the solution but still i would like to know the process of automating it using VBA. Pivot table has helped me save my time hugely but to be frank i need to learn VBA too. So please help me with it.
Regards,
Aditya
- Wyn HopkinsJan 04, 2018MVPHi
The VBA code would be quite time consuming and relatively complex to write / teach. My advice with VBA is to try and get yourself on a course if at all possible and learn the core concepts and rules for writing good VBA. It sometimes can be too easy to just use the Macro recorder and then leave your code with bad VBA.
How much VBA have you written in the past. Are you comfortable with declaring variables, loops, named ranges etc?
- Aditya JadhavJan 18, 2018Brass ContributorDear @Wyn ,
First of all sorry for the delayed reply. Actually i'm very new to the VBA's section haven't written anything before on my own and now it seems that i have to join a course for doing that and many thanks for the reply and giving me a solution.
Regards,
Aditya