ndjustin20
Board Regular
- Joined
- May 25, 2011
- Messages
- 69
Hello Everyone,
I'm new to your forum though not completely new to VBA or Excel. I am working in Excel 2007 utilizing VBA scripts that I've built for a spreadsheet that I have uploaded here www.shingleme.com/TestTest.xlsm because I couldn't find an upload button on here anywhere . The problem I am running into is the user can insert new rows which throws off my calculations and tables that are generated using VBA. On the right hand side of the sheet you'll notice a sort of "Dash Board" that does some calculations and analysis. I want to put that information on the top though I want to keep it free floating not actually inside a cell and have the formula's updated if a row is added. Is there a way to force VBA to update when the cell changes like when a cell changes in Excel and it automatically updates the formula? I would think there would be but for the life of me i can't figure out how to do it.
Thank you in advance for any and all help
Justin
I'm new to your forum though not completely new to VBA or Excel. I am working in Excel 2007 utilizing VBA scripts that I've built for a spreadsheet that I have uploaded here www.shingleme.com/TestTest.xlsm because I couldn't find an upload button on here anywhere . The problem I am running into is the user can insert new rows which throws off my calculations and tables that are generated using VBA. On the right hand side of the sheet you'll notice a sort of "Dash Board" that does some calculations and analysis. I want to put that information on the top though I want to keep it free floating not actually inside a cell and have the formula's updated if a row is added. Is there a way to force VBA to update when the cell changes like when a cell changes in Excel and it automatically updates the formula? I would think there would be but for the life of me i can't figure out how to do it.
Thank you in advance for any and all help
Justin