+ Reply to Thread
Results 1 to 3 of 3

Push/write data into an unopened file

  1. #1
    Rod
    Guest

    Push/write data into an unopened file

    Does anyone know how I can write data into a specific cell of a closed file
    from an opened file, e.g.
    If(true,Write(FileName,NextAvailableCellofaSpecificRow),)

    Thanks

  2. #2
    Duke Carey
    Guest

    RE: Push/write data into an unopened file

    Others with more tricks than I may have a simpler solution for you, but to
    write to a closed file I think you need to use VBA, connect to the file with
    ADO, and use SQL commands to write to the file.

    "Rod" wrote:

    > Does anyone know how I can write data into a specific cell of a closed file
    > from an opened file, e.g.
    > If(true,Write(FileName,NextAvailableCellofaSpecificRow),)
    >
    > Thanks


  3. #3
    Rod
    Guest

    RE: Push/write data into an unopened file

    Undortunately, I am not a VB programmer, although very comfortable w/ Excel
    functions. Is this possible with Excell formulas or basic programming?

    "Duke Carey" wrote:

    > Others with more tricks than I may have a simpler solution for you, but to
    > write to a closed file I think you need to use VBA, connect to the file with
    > ADO, and use SQL commands to write to the file.
    >
    > "Rod" wrote:
    >
    > > Does anyone know how I can write data into a specific cell of a closed file
    > > from an opened file, e.g.
    > > If(true,Write(FileName,NextAvailableCellofaSpecificRow),)
    > >
    > > Thanks


+ 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