Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jim,
Thanks for the advice. In the end, I just threw an "Unload UserFormXX" at the end of each macro that was giving me problems. This seems to have done the trick, although I have not dug in to figure out why the earlier Unload command did not work. Thanks again. "Jim Cone" wrote: Oops - comment 4 code should be... lngCounter = UserForms.Count If lngCounter 0 Then For N = lngCounter to 1 Step -1 '<<this line changed Unload UserForms(N - 1) Next End If -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VB Error 5 loading userform using Workbook_Open | Excel Programming | |||
Error on loading userform | Excel Programming | |||
Loading a Userform | Excel Programming | |||
Loading Userform | Excel Programming | |||
Loading UserForm gives error | Excel Programming |