Flow Chart:
Would like to know how to take a specific cell value, and add to another cell value, through use of a button.
Example: (working on same sheet) Sheet 1:
cell A1 + C3
then, put that value into cell C3, and zero out cell A1
Already have the button, just need to know how the syntax goes for the actual macros.
Last edited by Apelcius; 10-11-2011 at 10:56 AM. Reason: answered
Don't know much about vba but this worked for me when i tried it. Right click the button view code then put this between your lines.mysum = Application.WorksheetFunction.Sum(Range("A1") + Range("C3")) Range("C3") = mysum Range("A1") = 0
Please acknowledge the response you receive, good or bad. If your problem is solved, please say so clearly, and mark your thread as Solved: Click the Edit button on your first post in the thread, Click Go Advanced, select [SOLVED] from the Prefix dropdown, then click Save Changes. If more than two days have elapsed, the Edit button will not appear -- ask a moderator to mark it.
that is awesomely superb, and exactly what i was looking for. thanks![]()
--Apelcius--
Learn. Share. Rinse, Repeat.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks