JMongi
Active member
- Local time
- Today, 11:46
- Joined
- Jan 6, 2021
- Messages
- 802
Microsoft help docs use scripting.fileystemobject. I also have some code samples that use that. But, I also have some codesamples that use wscript. I've seen posts on here using both.
I know that wscript is a windows module that translates vbscript. Is there any appreciable difference between a line of Access VBA that says:
vs
I'm trying to standardize accross modules and code. Thanks!
Edit: See post #11 for the answer!
I know that wscript is a windows module that translates vbscript. Is there any appreciable difference between a line of Access VBA that says:
Set f = CreateObject("Scripting.FileSystemObject")
vs
Set f = CreateObject("wscript.FileSystemObject")
I'm trying to standardize accross modules and code. Thanks!
Edit: See post #11 for the answer!
Last edited: