K
KeriM
I need to reference an open workbook in my code but the name change
periodically; however, it always has the word "count" in it. Is there
way to reference a workbook by a certain word in the name? This is wha
I have so far:
Code
-------------------
Dim ws As Workbook
If ws.Name Like "*count*" Then ws.Activate
-------------------
I think I need a "set" somewhere, but I'm not sure what to "set" it as
Any help is appreciated. Thanks
periodically; however, it always has the word "count" in it. Is there
way to reference a workbook by a certain word in the name? This is wha
I have so far:
Code
-------------------
Dim ws As Workbook
If ws.Name Like "*count*" Then ws.Activate
-------------------
I think I need a "set" somewhere, but I'm not sure what to "set" it as
Any help is appreciated. Thanks