Mackeral
Board Regular
- Joined
- Mar 7, 2015
- Messages
- 249
- Office Version
- 365
- Platform
- Windows
Using Office 365 Excel
I enter into Immediate Box
and I get back "180601 Temp RIBBON CALLS.BAS" which isn't even a file in E:.
I add
and I get bck the same thing.
If I use
Nothing shows but there is one "*.Bat" file in the directory.
Any idea of what's going on here?
Thanks,
Mac
I enter into Immediate Box
Code:
Dir ("E:")
I add
Code:
Dir ("E:*.*)"
If I use
Code:
Dir("E:*.Bat")
Any idea of what's going on here?
Thanks,
Mac
Last edited: