Consulting

Results 1 to 6 of 6

Thread: Online spreadsheet?

  1. #1
    VBAX Regular
    Joined
    Sep 2006
    Posts
    65
    Location

    Online spreadsheet?

    Hi

    Is it possible to make an excel spreadsheet avaible online on a homepage, so the users can use the spreasheet on the page(not by downloading it)?
    And at the same time hide the vba-code, so the user can't see it?

    If it is possible how do I do it/where can I find some more information on this topic?

    Regards

    Troels Isaksen

  2. #2
    Administrator
    Chat VP
    VBAX Guru johnske's Avatar
    Joined
    Jul 2004
    Location
    Townsville, Australia
    Posts
    2,872
    Location
    You can do this with File Transfer Protocol (FTP) have a look here http://puremis.net/excel/code/082.shtml

    and here http://support.microsoft.com/kb/237828#top
    You know you're really in trouble when the light at the end of the tunnel turns out to be the headlight of a train hurtling towards you

    The major part of getting the right answer lies in asking the right question...


    Made your code more readable, use VBA tags (this automatically inserts [vba] at the start of your code, and [/vba ] at the end of your code) | Help those helping you by marking your thread solved when it is.

  3. #3
    Administrator
    Chat VP VBAX Guru johnske's Avatar
    Joined
    Jul 2004
    Location
    Townsville, Australia
    Posts
    2,872
    Location
    You'll also need access to an FTP site to host your files - this one's free (there may be others)
    You know you're really in trouble when the light at the end of the tunnel turns out to be the headlight of a train hurtling towards you

    The major part of getting the right answer lies in asking the right question...


    Made your code more readable, use VBA tags (this automatically inserts [vba] at the start of your code, and [/vba ] at the end of your code) | Help those helping you by marking your thread solved when it is.

  4. #4
    VBAX Regular
    Joined
    Sep 2006
    Posts
    65
    Location
    thanks but that's not exactly what I'm looking for.

    The users should be able to use the worksheet on the site without having to download. And second the users are not allowed to edit or viewing the vba code.

    Sort of like this site: http://www.editgrid.com/user/thomas_...VoIP_Prisguide

    Just with a standard excel worksheet and a vba code.

    Any suggestions?

    Regards

    Troels

  5. #5
    Moderator VBAX Master austenr's Avatar
    Joined
    Sep 2004
    Location
    Maine
    Posts
    2,033
    Location
    Why don't you use Google's spreadsheet? Unless you want to put one on your site.

  6. #6
    Administrator
    Chat VP VBAX Guru johnske's Avatar
    Joined
    Jul 2004
    Location
    Townsville, Australia
    Posts
    2,872
    Location
    Quote Originally Posted by troelsi
    thanks but that's not exactly what I'm looking for.

    The users should be able to use the worksheet on the site without having to download. And second the users are not allowed to edit or viewing the vba code.

    Sort of like this site: http://www.editgrid.com/user/thomas_...VoIP_Prisguide

    Just with a standard excel worksheet and a vba code.

    Any suggestions?

    Regards

    Troels
    ??? FTP allows users to use anothers workbook on a site without having to download, but to do this they must set the workbook to 'shared' and you can't view or edit VBA code in shared workbooks ???
    You know you're really in trouble when the light at the end of the tunnel turns out to be the headlight of a train hurtling towards you

    The major part of getting the right answer lies in asking the right question...


    Made your code more readable, use VBA tags (this automatically inserts [vba] at the start of your code, and [/vba ] at the end of your code) | Help those helping you by marking your thread solved when it is.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •