Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel Cell Format
Message
 
À
21/06/2012 09:27:04
Information générale
Forum:
Visual Basic
Catégorie:
VBA
Divers
Thread ID:
01546504
Message ID:
01546508
Vues:
48
>I am trying to import an excel spreadsheet to access table. In the spreadsheet, the names are in the format (LASTNAME, FIRSTNAME). How can I programmatically sparse the cells and place the LAST NAME and FIRST NAME in the respective fields in the table?

You might like the split function like in a = split("aaaa,bbbb",",") would return "aaaa" in a[0] and "bbbb" in a[1].

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform