courageoushmong
New Member
- Joined
- Feb 5, 2013
- Messages
- 3
Hi,
Sheet1 is being used as the interface tool for something I'm building. It will contain entry fields a user may enter. I need a VBA macro that will copy data from Sheet1 (specific cell) and paste it into Sheet2 (specific cell). It must also be able to clear the data from Sheet1 and allow the user to re-enter new data. When the user re-enters new data, it will copy into Sheet2, but in the cell below the previous saved data. Please let me know if this is feasible in Excel. Hiearchy will only let analysts play with Access, but it will take years before they would even get on this project and I need to use it asap. Any help is great. Thanks!
Example:
- Data is entered into Sheet1 A1
- Command Button to run Macro
- Data in Sheet1 A1 is copied and pasted to Sheet2 A2
- Data in Sheet1 A1 is cleared after paste
- User can re-enter new data into Sheet1 A1, data is copied and pasted into Sheet2 A3.
Sheet1 is being used as the interface tool for something I'm building. It will contain entry fields a user may enter. I need a VBA macro that will copy data from Sheet1 (specific cell) and paste it into Sheet2 (specific cell). It must also be able to clear the data from Sheet1 and allow the user to re-enter new data. When the user re-enters new data, it will copy into Sheet2, but in the cell below the previous saved data. Please let me know if this is feasible in Excel. Hiearchy will only let analysts play with Access, but it will take years before they would even get on this project and I need to use it asap. Any help is great. Thanks!
Example:
- Data is entered into Sheet1 A1
- Command Button to run Macro
- Data in Sheet1 A1 is copied and pasted to Sheet2 A2
- Data in Sheet1 A1 is cleared after paste
- User can re-enter new data into Sheet1 A1, data is copied and pasted into Sheet2 A3.