Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Cell Format
Message
 
To
21/06/2012 09:27:04
General information
Forum:
Visual Basic
Category:
VBA
Miscellaneous
Thread ID:
01546504
Message ID:
01546508
Views:
46
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform