Thread
:
Activate a Workbook
View Single Post
#
1
Posted to microsoft.public.excel.programming
Bishop
external usenet poster
Posts: 208
Activate a Workbook
I have this code:
For Each wb In Workbooks
'Test to see if wb's name is like "*C&A PF*.xlsm"
If wb.Name Like "*C&A PF*.xlsm" Then
???.Activate
End If
Next
How do I make THAT workbook the active workbook?
Reply With Quote
Bishop
View Public Profile
Find all posts by Bishop