Forum Discussion
I need vba code or function to automatically put data in next selection
I have playoffs file one my friend help me. I have press a button or switch to different worksheet to update data after I type in all score. How I make it automatically put data in?
Thanks You
7 Replies
- mathetesSilver Contributor
You've had a lot of views (over 60 as I write this) but no replies. I think it's because your request is quite confusing. Is it possible for you to post a copy of the spreadsheet itself? Without that, I doubt you're going to get any further response.
- sf49ers19238597Iron Contributor
I attached file. i have a button that update worksheet each round. i want function to update when iput score in
Thanks You
- mtarlerSilver Contributor
sf49ers19238597 Interesting that your name is sf49ers but have chiefs winning ...
Sooo you can add a Worksheet_Change function and see if the score values changed and if so then run the macro but why have a macro at all?
I have recreated the macro action using in-cell formulas for the top half so it will update those later games automatically when you enter the scores. I left the lower half and any further clean-up for you 🙂
see attached