Pestomania
Active Member
- Joined
- May 30, 2018
- Messages
- 332
- Office Version
- 365
- Platform
- Windows
Hi everyone,
I've used this code many times but have never seen this error. Can anyone help?
I've never seen the Method or Data Member Not Round
Like I said, I've used this code multiple times, just adapted it with different names. Please help if this issue can be fixed.
I've used this code many times but have never seen this error. Can anyone help?
Code:
Sub Printer ()
Dim wbk as workbooks
Application.displayalerts = false
For each wbk in workbooks
If left(wbk.name, 8) = "EBMF_POW" THEN
Wbk.activate
~~printer code~~
End if
Next wbk
End sub
I've never seen the Method or Data Member Not Round
Like I said, I've used this code multiple times, just adapted it with different names. Please help if this issue can be fixed.