Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a workbook contain 3 worksheets for printing cheques
1st. sheet is log
2nd sheet is the payment voucher ( data source is log sheet )
3rd is the cheque sheet ( data source is payment voucher sheet )

1st step
i fill in the log sheet the need data ( amount, beneficiary, date ) this as per the cheque sequance

2nd step
manually i do change the cell reference in the payment voucher for each cell ( amount, beneficiary, date )

then automatically cheque sheet is updated

what I'm trying to do is:

to add a button in the voucher sheet to modify the reference up and down

thanks and regards
Posted

1 solution

Use the Macro recorder to simulate the manual process that you use and then modify it to do it programmatically. Once complete, add a button to your form and assign the macro you created to that button. I had done something similar with timesheets a long time ago. VBA macros are your friends.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900