This ought to be simple, but you have to love Access VB help.
I'm processing multiple MS Project files and loading up a database. It takes a while, and I want to simply display which file is being read and worked. That is,
"File being read is: " & thisfilename.mpp
Documentation is not much help. Do I use a MsgBox with vbCritical? I've seen that, but not tried it.
Thanks.
Chris
I'm processing multiple MS Project files and loading up a database. It takes a while, and I want to simply display which file is being read and worked. That is,
"File being read is: " & thisfilename.mpp
Documentation is not much help. Do I use a MsgBox with vbCritical? I've seen that, but not tried it.
Thanks.
Chris