If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Visual Basic > I use excel spreadsheets with about 15 fields

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-02-09, 18:58
joesport joesport is offline
Registered User
 
Join Date: Jun 2009
Posts: 1
Lightbulb I use excel spreadsheets with about 15 fields

I want to build a data extractor that will automatically read the fields in any excel form and then move them to which fields I want to use as sorting fields. Are their existinfg programs that can do that?
Reply With Quote
  #2 (permalink)  
Old 06-03-09, 04:44
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
no but you can write code or macros that run in Excel to do that for you. however most practioners on this site would tend to suggest you store data in a database and if you wish manipulate it in a spreadsheet.

so I suppose the question is do you want this question moved to the Excel or the Access forums?
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 06-04-09, 12:16
loquin loquin is offline
Super Moderator
 
Join Date: Jun 2004
Location: Arizona, USA
Posts: 1,797
You can also use an external VB application to perform the manipulation, using either automation, or ADO to connect to the spreadsheet as if it were a database table... (with limitations)

However, I do echo healdem's remarks regarding the use of a database... Ref the online article: Spreadsheet vs. Database - Which One Offers The Best View Of Your Data?
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert


Last edited by loquin; 06-04-09 at 12:23.
Reply With Quote
  #4 (permalink)  
Old 06-04-09, 12:31
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
Echoing the echo(s).

Databases are for storing, organising, securing, retrieving data. They also manage the updating, in particular ensuring logical constraints are respected.

Spreadsheets are for manipulating, analysing, interrogating, reporting on the data.
__________________
Testimonial:
Quote:
pootle flump
ur codings are working excelent.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On