Thread
:
Active Workbook
View Single Post
#
2
Posted to microsoft.public.excel.programming
AA2e72E
external usenet poster
Posts: 400
Active Workbook
In a Module, try:
Sub aa()
If Workbooks(1).Name = "wb1" Then
Workbooks(2).Activate
Else
Workbooks(1).Activate
End If
End Sub
Reply With Quote
AA2e72E
View Public Profile
Find all posts by AA2e72E