staticbob
Well-known Member
- Joined
- Oct 7, 2003
- Messages
- 1,079
Guys,
I have about 75 copies of a workbook out in the field. I have a fix that needs to be applied to these. The fix involves replacing 20 user forms with new ones.
So, I have created a new workbook that contains the new ones, along with a dialogue box for the users to select the book to upgrade. (str_PWB)
What I now need to do is loop thru each of the 20 userforms in the original file (str_PWB) , delete them, then copy the new form out of the upgrade workbook (str_UPWB)
There are other userforms that I dont want to touch, I only need to upgrade the defined list of 20 forms.
Thanks
Bob
I have about 75 copies of a workbook out in the field. I have a fix that needs to be applied to these. The fix involves replacing 20 user forms with new ones.
So, I have created a new workbook that contains the new ones, along with a dialogue box for the users to select the book to upgrade. (str_PWB)
What I now need to do is loop thru each of the 20 userforms in the original file (str_PWB) , delete them, then copy the new form out of the upgrade workbook (str_UPWB)
There are other userforms that I dont want to touch, I only need to upgrade the defined list of 20 forms.
Thanks
Bob