Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks a lot.
"Norman Jones" wrote: Hi Sharman, Try something like: Sub TestMe() Dim WB As Workbook For Each WB In Application.Workbooks If LCase(Left(WB.Name, 3)) = "new" Then WB.Close (False) End If Next End Sub --- Regards, Norman "sharman" wrote in message ... Hi, Is it possible to activate/close an open workbook by a macro by using just the part name alongwith with a wild character? Like if the workbook name is "NewBook_6_10" and I want to activate/close it by just using "New*". I tried using it but I get an error message. Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
wild character in function? | Excel Discussion (Misc queries) | |||
Working within a workbook without activating it? | Excel Programming | |||
Working within a workbook without activating it? | Excel Programming | |||
closing excel after closing a workbook | Excel Programming | |||
Activating a workbook help | Excel Programming |