+ Reply to Thread
Results 1 to 2 of 2

Data Import Problem

  1. #1
    Registered User
    Join Date
    02-15-2006
    Posts
    93

    Data Import Problem

    Good morning everyone,

    I am importing data from another excel file that receives a dump of data from a database. Anyway, I have run into a problem with the date that is coming out of the original file. The date is in the format:

    "Feb. 25, 2008"

    The problem is the "." because excel is not recognizing this as a date. Is there anyway to search a string and remove this period?

    Thanks in advance for your help!
    tc

  2. #2
    Registered User
    Join Date
    02-15-2006
    Posts
    93
    Found a solution:

    FileDate = Replace(FileDate, ".", "", 1, vbTextCompare)

    thanks,
    tc

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1