dhancy
Board Regular
- Joined
- Jul 10, 2013
- Messages
- 123
- Office Version
- 365
- Platform
- Windows
Hello,
I have this code:
I now want to refer to myWB as a Workbook object.
In other words, I'd like do something like this:
Any ideas how to accomplish this? Thanks!
Dennis
I have this code:
Code:
Dim myWB as string
Dim ws as worksheet
myWB = "myWorkBook.xlsx"
I now want to refer to myWB as a Workbook object.
In other words, I'd like do something like this:
Code:
for each ws in my WB
...
next s
Any ideas how to accomplish this? Thanks!
Dennis