Set objFSO = CreateObject("Scripting.FileSystemObject")
If the file I am looking for doesn't exist, then the next line is causing an error.
Set objFile = objFSO.GetFile("C:\code\OpicsEod\file.txt")
thanks
much appreciated.
nath
in .net standard output is console. we can write to console.
what is the standard output in VBA? specifically MS Access?
I need to write error messages to standard output.
thanks
nath
in .net standard output is console. we can write to console.
what is the standard output in VBA? specifically MS Access?
I need to write error messages to standard output.
thanks
nath
I want to send an email(outlook object) from VBA code.
In the body of that email, I would like to have an Excel work sheet. NOt as an attachement. but the body itself should have the excel file.
how can I do that programmatically do that?
Sub SendEmail()
Dim OutApp As Outlook.Application...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.