AndyPandy27
Board Regular
- Joined
- Jul 17, 2012
- Messages
- 141
Hi All,
I have a bit of an issue, which I'm hoping someone might be able to help me with.
I have created a Business Plan in Excel, which has been sent out, via email, to approximately 100 users.
Each user will then have saved his/her own copy from the email and populated their Plan with their own information, exclusive to them.
Since sending this out about 2 weeks or so ago, I have noticed a very basic error in one of the formulae in my Master document.
As all the documents are protected, and the majority of users are not at all skilled with Excel, I am hoping there might be a way of me sending them another Excel file, which just has a button on it, linked to a Macro, which when run could make the changes in their spreadsheet, and fix the issue.
I would envisage giving them 3 simple instructions:
1 - Save your Business Plan to your Desktop (in order for me to reference the correct path in the Macro)
2 - Ensure your file is called "Business Plan 2013" (same reason as above)
3 - Click the button in the Excel file I have emailed to you
The macro would then basically say, find the file "Business Plan 2013.xlsm" in Desktop, then change the incorrect formulae to be right.
Is this at all possible?
The only issue is that the SUM formulae in some cells on the worksheet "Front Cover", are omitting one cell, thus yielding incorrect totals.
e.g. 'Front Cover'!G11 currently is: =SUM(C11:E11), but it should be =SUM(C11:F11).
Is is the same for 'Front Cover'!G11, 'Front Cover'!G12, 'Front Cover'!G13, 'Front Cover'!G15 and 'Front Cover'!G16.
Any help you can provide would be greatly appreciated.
Many thanks,
Andy
I have a bit of an issue, which I'm hoping someone might be able to help me with.
I have created a Business Plan in Excel, which has been sent out, via email, to approximately 100 users.
Each user will then have saved his/her own copy from the email and populated their Plan with their own information, exclusive to them.
Since sending this out about 2 weeks or so ago, I have noticed a very basic error in one of the formulae in my Master document.
As all the documents are protected, and the majority of users are not at all skilled with Excel, I am hoping there might be a way of me sending them another Excel file, which just has a button on it, linked to a Macro, which when run could make the changes in their spreadsheet, and fix the issue.
I would envisage giving them 3 simple instructions:
1 - Save your Business Plan to your Desktop (in order for me to reference the correct path in the Macro)
2 - Ensure your file is called "Business Plan 2013" (same reason as above)
3 - Click the button in the Excel file I have emailed to you
The macro would then basically say, find the file "Business Plan 2013.xlsm" in Desktop, then change the incorrect formulae to be right.
Is this at all possible?
The only issue is that the SUM formulae in some cells on the worksheet "Front Cover", are omitting one cell, thus yielding incorrect totals.
e.g. 'Front Cover'!G11 currently is: =SUM(C11:E11), but it should be =SUM(C11:F11).
Is is the same for 'Front Cover'!G11, 'Front Cover'!G12, 'Front Cover'!G13, 'Front Cover'!G15 and 'Front Cover'!G16.
Any help you can provide would be greatly appreciated.
Many thanks,
Andy