Skip,
What is filespec and how do I pass the data.xls file the function? and how do I get the function to return the date when I call it? Is this how I would do it?
Call ShowFileInfo ("C:\data.xls")
Name strFile As s
Sub ShowFileInfo(filespec)As String
Dim fs, f, s
Set fs =...
I'm using the NAME command in Access to move files from one directory to another and change the name. How do I tell it to include the file's creation date in the filename?
Example: I need "data.xls" to become "mmddyyy data.xls"
strFolder = "C:\my documents\"...
Thanks for the response. I tried it and somehow the count is messed up because after I read the first item, I move it to another folder. Does that change the item count each time it runs through the loop? How do I code it so that it will select all items in the folder and return an object with...
I want to select a group of messages in the following code. I need to get replace the satement:
Set objSelection = objOL.ActiveExplorer.Selection
Because I don't want to go into Outlook each time to select messages in that folder. I need to select all the messages in that folder to process...
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.