NumberCruncher8
New Member
- Joined
- Jul 28, 2012
- Messages
- 3
Hello everyone,
Let me just start out by saying that I love these forums and they have proved to be very useful over my college/intern career in the Finance world, so thank you guys for helping me out. This is my first post, I have decided that I will start giving back to those that need help (that I am able to help) if needed. However, I do have a question concerning VBA, I will give the scenario and my desired solutions + what I have been thinking about it. This actually burns a hole in my heart every day because I spend so much time in excel, it really is the most important thing in my entire life. Also, I am using Excel 2010, on Windows XP.
I would like to automate the following process in a VBA macro:
1. I input data into a worksheet in a master workbook
2. Upon completion of entering the data, I would like to create/use a macro that automatically copies that updated information from the master workbook to a separate workbook. In that separate workbook I would like pieces of that updated information to go into 3 different worksheets (Paste Destinations).
Please note that the data I wish to copy are rows or parts of a row, and the destination is also to a row as well on the separate workbook.
Ideally I would like it to just search if there's new data, if there is then just copy it to the other workbook/worksheet.
For those who consider my plea for help, thank you for your time, I really appreciate it. I think this macro would be very versatile and useful for a variety of situations.
Personally, I have been thinking about using If --> Istext/Isnumber expressions to detect the text, but really any help or suggestions would be appreciated. If needed, I can provide sample worksheets of data to show exactly what I am looking for.
Have a great night, and a wonderful Sunday everybody.
NumberCruncher
Let me just start out by saying that I love these forums and they have proved to be very useful over my college/intern career in the Finance world, so thank you guys for helping me out. This is my first post, I have decided that I will start giving back to those that need help (that I am able to help) if needed. However, I do have a question concerning VBA, I will give the scenario and my desired solutions + what I have been thinking about it. This actually burns a hole in my heart every day because I spend so much time in excel, it really is the most important thing in my entire life. Also, I am using Excel 2010, on Windows XP.
I would like to automate the following process in a VBA macro:
1. I input data into a worksheet in a master workbook
2. Upon completion of entering the data, I would like to create/use a macro that automatically copies that updated information from the master workbook to a separate workbook. In that separate workbook I would like pieces of that updated information to go into 3 different worksheets (Paste Destinations).
Please note that the data I wish to copy are rows or parts of a row, and the destination is also to a row as well on the separate workbook.
Ideally I would like it to just search if there's new data, if there is then just copy it to the other workbook/worksheet.
For those who consider my plea for help, thank you for your time, I really appreciate it. I think this macro would be very versatile and useful for a variety of situations.
Personally, I have been thinking about using If --> Istext/Isnumber expressions to detect the text, but really any help or suggestions would be appreciated. If needed, I can provide sample worksheets of data to show exactly what I am looking for.
Have a great night, and a wonderful Sunday everybody.
NumberCruncher
Last edited: