Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. yakiyak

    How do I read a file's creation date?

    When I tried this code, I get a file not found error but the file is in the proper location (network drive). Does this code work for Windows 2000?
  2. yakiyak

    How do I read a file's creation date?

    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 =...
  3. yakiyak

    How do I read a file's creation date?

    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\&quot...
  4. yakiyak

    How do I select a group of messages?

    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...
  5. yakiyak

    How do I select a group of messages?

    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...

Part and Inventory Search

Back
Top