Forum Discussion
Zia Siddique
Aug 11, 2018Copper Contributor
VBA - Splitting worksheet by Dept
Hi This is a complicated task that requires a VBA expert. I have attached a file for you to review. What I would like is a VBA code to be able to take the data and split it into separate workshe...
- Aug 12, 2018
I do not modified the program but just insert more comment for the changes. Hope you can learn it.
Man Fai Chan
Aug 12, 2018Iron Contributor
I have some basic knowledge in computer programming in learning Pascal when I were a student. So that I have concepts on for-loop / while-loop.
For the VBA syntax, I just search the internet for information and then learn it little by little. Another way is to record the macro so that I know some keyword in some operation and then, again, search the internet.
Actually, there is a lot of thing in VBA that I did not know.
siapar
Aug 20, 2018Copper Contributor
Thank you for helping me and for the time that you spent for me