Announcement

Collapse
No announcement yet.

excel get columns

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • excel get columns

    I have tried a few of the examples for excel without any luck.
    All I have is XL97 Viewer and do not have SQL.

    I need to access xls spreadsheets to import the data contained in them
    to my application. One option would be exporting to a comma-delimited file.
    That would be ok, or to be able to read the column-row data and then
    process it myself.

    Any help would be greatly appreciated.
    Client Writeup for the CPA

    buffs.proboards2.com

    Links Page

  • #2
    Fred, this may not be of much help, but can give you the basics (if you know how to translate from VBA to PB....I just have not had time to do it myself yet)

    If you go to www.velmexcontrols.com, and under the archive examples, look for any of the excel examples...from there you will see what I did to extract cell data from each cell to concatenate a string. (Don't worry about the commands, they are just to control a stepper motor), but the core basics are there for "Grab cell A2, Grab cell D5" sort of thing.
    Engineer's Motto: If it aint broke take it apart and fix it

    "If at 1st you don't succeed... call it version 1.0"

    "Half of Programming is coding"....."The other 90% is DEBUGGING"

    "Document my code????" .... "WHYYY??? do you think they call it CODE? "

    Comment


    • #3
      Thanks Cliff.

      Jose helped me with 1 of his routines (on his forum) that looks like i can get the info. It seems to be working as of now. (Still in the infancy stage).
      Client Writeup for the CPA

      buffs.proboards2.com

      Links Page

      Comment

      Working...
      X