
Originally Posted by
VBA FTW
I'm not entirely clear what you're asking, but I think I'm doing something similar. If you're looking for an easy way to update all the workbooks, read on. If not, stop here.
I have 20+ workbooks that have round 18 sheets, all workbooks are the same except for 2 sheets in each workbook. I've created myself a little userform to make my edits on all of them. On my userform, I have a combobox that lists each worksheet, a textbox to type my cell range into (A12 for example), and another textbox for the formula or text I need to change. I just select the sheet I want to edit, type in the cell number, and paste the formula to my formula textbox. I then stick each workbook in 1 folder. When I hit the button, it loops through each workbook, unprotects the sheets, replaces the formula in the cell I specified on my userform, protects the sheets, saves, closes, and moves on to the next workbook until all are done. If you're interested I could attach the file, let me know
Bookmarks