+ Reply to Thread
Results 1 to 6 of 6

Excel and interactive web interface

  1. #1
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Excel and interactive web interface

    Hi,

    I'm sure there are some people on this forum that have a lot of experience with this and so I want to pick your brains. I have working for some time on developing code for personal use on my home/ work computers. This is fine since I am the only one working with them and so no issues with security, dealing with bugs, etc. because I know how to deal with them.

    My problem now is that I want to share some of these applications with others at the same time don't want to have to keep sending new files everytime I make a tweak or modification to the code. Also I don't want the code to be easily accessible and its a well-known fact that the security in Excel can use a major upgrade.

    Therefore, my question relates to using a website as an interface for Excel. Can this be done and what are the know issues with this?

    Current tasks that the Excel macros do:

    1) Import text files into Excel and rearrange columns, delete some columns, merge data from some columns, etc.

    2) Conditional formatting of cells and changing color of specific text within cells.

    3) Creating new excel workbooks with dropdown menus from specific worksheets.

    4) Import data from excel workbooks to a main workbook for analysis.

    5) Add formulas for analysis incluing array formulas

    So can html be an interface for this or do I have to program everything in html or use another program like Access?

    All thoughts and comments are most welcome.

    Thanks.

    abousetta
    Please consider:

    Thanking those who helped you. Click the star icon in the lower left part of the contributor's post and add Reputation.
    Cleaning up when you're done. Mark your thread [SOLVED] if you received your answer.

  2. #2
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Excel and interactive web interface

    Any thoughts?

  3. #3
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Excel and interactive web interface

    Bump...

    abousetta

  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Excel and interactive web interface

    I'm fairly certain that this isn't possible.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  5. #5
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Excel and interactive web interface

    Thanks Roy. From your experience what would be the best option then? Is this option available in Acess or do I need to find a programmer to custom create something in another programming language? I am fairly new to progamming in general and so any insight is helpful.

    For example, a couple of years ago, we asked someone to create a custom database for us. He ended making an access database with an html interface where (from my understanding) the individual PC worked as a server hosting the database and the user used IE to access the content.

    Any thoughts or links for further reading would be appreciated.

    abousetta

  6. #6
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Excel and interactive web interface

    Using an Access back end with a web front end is quite common although generally more robust databases are used SQL server MySql etc.

    Once you start on this track however you need to start thinking in database terms rather than Excel - it's a different mindset altogether. Your specific requirements seem very rooted in Excel however, and it is extremely difficult to mimic excel functionality using a web medium. I'd suggest if you want to look at this you look into using the .net framework with VB as your language as it's the most similar to Excel.

    If you want this functionality whilst having mutiple users, have a look at using google docs rather than Excel, this should give you the functionality you require whilst ensuring everyone has an up to date version. You can even create macro's if you are prepared to learn Javascript.

    Depending on who you are looking at sharing your workbook with, a solution I have used in the past is to keep the workbook on a network share, set it to read only and send people the link - this can be taken even further if you like, you can put shortcuts on users' start menus linking to the workbook, or if you version often, to a batch file which will open the workbook (this allows you to change the location and rename without updating shortcuts).

    This last option is probably the easiest as you already have most of it set up

    Just a few ideas, I've done each of them if you'd like any further info
    Last edited by Kyle123; 09-14-2011 at 09:43 AM.

+ 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