Can i use multiple optional parameters in a record selection formula? I have other selection criteria (not optional) as well.
If i use a single optional parameter and not hasvalue the selection will work fine, but how do i stack the hasvalue selections?
not hasvalue ({supplier}) or...
'Rename Files using first 4 characters of name
Set FileObject = CreateObject("Scripting.FileSystemObject")
Set SourceFolder = FileObject.GetFolder("C:\AP REGISTER\test\")
Set TargetFolder = FileObject.GetFolder("C:\AP REGISTER\test\archive\")
Set FileCollection = SourceFolder.Files
'Get the...
I need to rename a large number of files only using the 4 characters to the left of '.' before the extension.
example - original file name is - rebate5664.tif
needs to be renamed to 5664.tif
I have already dealt with any duplications.
Thanks for the help.
My problem is -
Our CFO has an email in his outbox that never gets sent. If i try to delete it i get the message "MAPI spooler has already begun transmitting this message" and an error number 0x80040114.
How can i delete this message? I can't see MAPI in services, tried detect &...
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.