Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Coded a relatively complex program. When I execute the following -
Workbooks("ACT-Reports.xls").Worksheets("Reports").Activate It was working for a few weeks then the only way to do the same thing became - For Each bkTempBooKxx In Workbooks If bkTempBooKxx.Name = "ACT-Reports.xls" Then bkTempBooKxx.Activate For Each shtWork In Worksheets If shtWork.Name = "Reports" Then shtWork.Activate Exit For End If Next Exit For End If Next Set bkACTRpt = ActiveWorkbook Don't understand???? -- Thanks for any suggestions, Gus Evans |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
selection from dropdown list activates hyperlink | Excel Discussion (Misc queries) | |||
Special Menu activates Web Toolbar | Excel Discussion (Misc queries) | |||
Rectangle that activates a macro | Excel Programming | |||
VB activates unwanted function | Excel Programming | |||
Solver activates other worksheets - why? | Excel Programming |