+ Reply to Thread
Results 1 to 4 of 4

Excel Automation

Hybrid View

Guest Excel Automation 03-07-2006, 11:35 AM
Guest Re: Excel Automation 03-07-2006, 02:50 PM
Guest Re: Excel Automation 03-08-2006, 09:55 AM
Guest Re: Excel Automation 03-08-2006, 03:50 PM
  1. #1
    will
    Guest

    Excel Automation

    I am designing a VB app that will automate (via ADO from a db) an Excel
    Spreadsheet which is maintained by my client. This spreadsheet is already
    predetermined and the cells where the data goes is already laid out. I want
    to give flexibilty to the user by allowing them some functionality to allow
    the user to change the spreadsheet without changing my code. I want to keep
    all of my code in my app not in Excel. I was playing around with the idea
    of using a template file (data, xml...) that will layout where the data goes
    to each cell. I have also looked into using named ranges and pivot tables
    (this spreadsheet is used for quoting a product and not analyzing data). I
    am leaning towards the template file or named ranges because it gives me
    flexiblity and it does not require the user to have alot of knowledge of
    excel. Any thoughts?

    Thanks



  2. #2
    Tom Ogilvy
    Guest

    Re: Excel Automation

    Sounds like success depends on the user's ability to indicate to your
    application where the data should go.

    I guess it then depends on what the user feels most comfortable with and can
    understand.

    I don't see a pivot table offering much flexibility - but then I don't know
    what your sheet looks like or what flexibility you envision.

    --
    Regards,
    Tom Ogilvy


    "will" <will@hasenoughspam.com> wrote in message
    news:OyKbGwfQGHA.5036@TK2MSFTNGP12.phx.gbl...
    > I am designing a VB app that will automate (via ADO from a db) an Excel
    > Spreadsheet which is maintained by my client. This spreadsheet is already
    > predetermined and the cells where the data goes is already laid out. I

    want
    > to give flexibilty to the user by allowing them some functionality to

    allow
    > the user to change the spreadsheet without changing my code. I want to

    keep
    > all of my code in my app not in Excel. I was playing around with the idea
    > of using a template file (data, xml...) that will layout where the data

    goes
    > to each cell. I have also looked into using named ranges and pivot tables
    > (this spreadsheet is used for quoting a product and not analyzing data).

    I
    > am leaning towards the template file or named ranges because it gives me
    > flexiblity and it does not require the user to have alot of knowledge of
    > excel. Any thoughts?
    >
    > Thanks
    >
    >




  3. #3
    will
    Guest

    Re: Excel Automation

    Tom,

    The client has already given me a spreadsheet with the cells set for the
    data. I just wanted to design my app to give the user the ability to move
    cells around if needed without me recompiling. Also, I hate to hardcode
    cell ranges in my code. Do you have any other suggestions to approach this?

    Thanks

    "Tom Ogilvy" <twogilvy@msn.com> wrote in message
    news:OYNcSehQGHA.3896@TK2MSFTNGP15.phx.gbl...
    > Sounds like success depends on the user's ability to indicate to your
    > application where the data should go.
    >
    > I guess it then depends on what the user feels most comfortable with and
    > can
    > understand.
    >
    > I don't see a pivot table offering much flexibility - but then I don't
    > know
    > what your sheet looks like or what flexibility you envision.
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    >
    > "will" <will@hasenoughspam.com> wrote in message
    > news:OyKbGwfQGHA.5036@TK2MSFTNGP12.phx.gbl...
    >> I am designing a VB app that will automate (via ADO from a db) an Excel
    >> Spreadsheet which is maintained by my client. This spreadsheet is
    >> already
    >> predetermined and the cells where the data goes is already laid out. I

    > want
    >> to give flexibilty to the user by allowing them some functionality to

    > allow
    >> the user to change the spreadsheet without changing my code. I want to

    > keep
    >> all of my code in my app not in Excel. I was playing around with the
    >> idea
    >> of using a template file (data, xml...) that will layout where the data

    > goes
    >> to each cell. I have also looked into using named ranges and pivot
    >> tables
    >> (this spreadsheet is used for quoting a product and not analyzing data).

    > I
    >> am leaning towards the template file or named ranges because it gives me
    >> flexiblity and it does not require the user to have alot of knowledge of
    >> excel. Any thoughts?
    >>
    >> Thanks
    >>
    >>

    >
    >




  4. #4
    Tom Ogilvy
    Guest

    Re: Excel Automation

    have them write the list in a hidden sheet and read it from there.

    --
    Regards,
    Tom Ogilvy


    "will" <will@hasenoughspam.com> wrote in message
    news:ewixxcrQGHA.2276@tk2msftngp13.phx.gbl...
    > Tom,
    >
    > The client has already given me a spreadsheet with the cells set for the
    > data. I just wanted to design my app to give the user the ability to move
    > cells around if needed without me recompiling. Also, I hate to hardcode
    > cell ranges in my code. Do you have any other suggestions to approach

    this?
    >
    > Thanks
    >
    > "Tom Ogilvy" <twogilvy@msn.com> wrote in message
    > news:OYNcSehQGHA.3896@TK2MSFTNGP15.phx.gbl...
    > > Sounds like success depends on the user's ability to indicate to your
    > > application where the data should go.
    > >
    > > I guess it then depends on what the user feels most comfortable with and
    > > can
    > > understand.
    > >
    > > I don't see a pivot table offering much flexibility - but then I don't
    > > know
    > > what your sheet looks like or what flexibility you envision.
    > >
    > > --
    > > Regards,
    > > Tom Ogilvy
    > >
    > >
    > > "will" <will@hasenoughspam.com> wrote in message
    > > news:OyKbGwfQGHA.5036@TK2MSFTNGP12.phx.gbl...
    > >> I am designing a VB app that will automate (via ADO from a db) an Excel
    > >> Spreadsheet which is maintained by my client. This spreadsheet is
    > >> already
    > >> predetermined and the cells where the data goes is already laid out. I

    > > want
    > >> to give flexibilty to the user by allowing them some functionality to

    > > allow
    > >> the user to change the spreadsheet without changing my code. I want to

    > > keep
    > >> all of my code in my app not in Excel. I was playing around with the
    > >> idea
    > >> of using a template file (data, xml...) that will layout where the data

    > > goes
    > >> to each cell. I have also looked into using named ranges and pivot
    > >> tables
    > >> (this spreadsheet is used for quoting a product and not analyzing

    data).
    > > I
    > >> am leaning towards the template file or named ranges because it gives

    me
    > >> flexiblity and it does not require the user to have alot of knowledge

    of
    > >> excel. Any thoughts?
    > >>
    > >> 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