+ Reply to Thread
Results 1 to 4 of 4

Thread: Excel sheet analyzer/generator

  1. #1
    Tomasz Klim
    Guest

    Excel sheet analyzer/generator

    Hi

    I need a tool, that can analyse existing Excel Sheet, and generate
    Visual Basic 6.0 / VBA code, which in turn generate this sheet from scratch
    (add new blank sheet, apply all changes).

    I'm interested in column/row sizes, cell colors, borders, cell values,
    and formulas. I don't need support for VBA.

    Does anybody know such tool?



  2. #2
    Jim Cone
    Guest

    Re: Excel sheet analyzer/generator

    Sub NoToolsRequired()
    ActiveSheet.Copy
    End Sub
    --
    Jim Cone
    San Francisco, USA
    http://www.realezsites.com/bus/primitivesoftware


    "Tomasz Klim"
    <tklim-ms@komputronik.pl>
    wrote in message
    Hi
    I need a tool, that can analyse existing Excel Sheet, and generate
    Visual Basic 6.0 / VBA code, which in turn generate this sheet from scratch
    (add new blank sheet, apply all changes).
    I'm interested in column/row sizes, cell colors, borders, cell values,
    and formulas. I don't need support for VBA.
    Does anybody know such tool?



  3. #3
    Tomasz Klim
    Guest

    Re: Excel sheet analyzer/generator

    Unfortunately, this is not enough, because I have a very big and complicated
    sheet with some tables, and want to scan these tables, generate their
    code-version, and then rewrite it to make possible generating similar
    tables, but based on user's input.


    Uzytkownik "Jim Cone" <jim.coneXXX@rcn.comXXX> napisal w wiadomosci
    news:Ob%23$znMjGHA.3496@TK2MSFTNGP04.phx.gbl...
    > Sub NoToolsRequired()
    > ActiveSheet.Copy
    > End Sub
    > --
    > Jim Cone
    > San Francisco, USA
    > http://www.realezsites.com/bus/primitivesoftware
    >
    >
    > "Tomasz Klim"
    > <tklim-ms@komputronik.pl>
    > wrote in message
    > Hi
    > I need a tool, that can analyse existing Excel Sheet, and generate
    > Visual Basic 6.0 / VBA code, which in turn generate this sheet from
    > scratch
    > (add new blank sheet, apply all changes).
    > I'm interested in column/row sizes, cell colors, borders, cell values,
    > and formulas. I don't need support for VBA.
    > Does anybody know such tool?
    >
    >




  4. #4
    Jim Cone
    Guest

    Re: Excel sheet analyzer/generator

    That task description sounds like what some of us do for a living.
    Remove xxx from my email address.
    --
    Jim Cone
    San Francisco, USA
    jim.coneXXX@rcn.comXXX
    http://www.realezsites.com/bus/primitivesoftware


    "Tomasz Klim"
    <tklim-ms@komputronik.pl>
    wrote in message
    Unfortunately, this is not enough, because I have a very big and complicated
    sheet with some tables, and want to scan these tables, generate their
    code-version, and then rewrite it to make possible generating similar
    tables, but based on user's input.


    Uzytkownik "Jim Cone"
    <jim.coneXXX@rcn.comXXX>
    napisal w wiadomosci
    > Sub NoToolsRequired()
    > ActiveSheet.Copy
    > End Sub
    > --
    > Jim Cone
    > San Francisco, USA
    > http://www.realezsites.com/bus/primitivesoftware
    >
    >
    > "Tomasz Klim"
    > <tklim-ms@komputronik.pl>
    > wrote in message
    > Hi
    > I need a tool, that can analyse existing Excel Sheet, and generate
    > Visual Basic 6.0 / VBA code, which in turn generate this sheet from
    > scratch
    > (add new blank sheet, apply all changes).
    > I'm interested in column/row sizes, cell colors, borders, cell values,
    > and formulas. I don't need support for VBA.
    > Does anybody know such tool?
    >
    >




+ 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.2.0