Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One way to do this is to isolate the things that can change regularly
like the year number and build the filenames and headings up from that. If you only have to make a single change of year number then the scope for parts getting out of sync is much reduced. Why can't you just send them a corrected version? Or a patch file to alter just the latest differences (old school method from the days when updates had to go down a dialup modem). You can use VBA in one project to alter the code in another or to add code to a newly created workbook but you would need to test it very carefully to make sure it does exactly what you want. This is precisely why I recommend converting the project to an addin and using a template workbook for subsequent years. Both are, as you would well know, easily maintainable for updates/revisions over time! -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change closed file name - Error: file not found | Excel Programming | |||
2 users open same file and both can edit/change the file | Excel Discussion (Misc queries) | |||
How do I change *.CSV excel file to column seperated file? | Excel Discussion (Misc queries) | |||
How to change a MS Word file to an Excel file | Excel Worksheet Functions | |||
How do I change file/open/"files of type" to default to "all file. | Excel Discussion (Misc queries) |