+ Reply to Thread
Results 1 to 3 of 3

Allow multiple users to get access to excel application

  1. #1
    Registered User
    Join Date
    09-06-2010
    Location
    Bristol
    MS-Off Ver
    Excel 2003
    Posts
    96

    Allow multiple users to get access to excel application

    Hi guys

    I built the application in excel so the frontend and backend is Excel only. My problem is how to allow multiple users toi have access to the excel application at the same time so if they are adding new rows through userform then it should appear in excel spreadsheet. There is a data entry userform and I want to give access to about 5 users so that they can use it simultaneously and the rows gets added simutaneously in the excelsheet.

    Any help would be much appreciated.

    Thanks

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Allow multiple users to get access to excel application

    In short whilst I wouldn't want to say this is impossible it's probably not advisable.

    You will have the problem of Excel deciding which changes are the ones that it should accept if more than one person is updating the spreadsheet at the same time. Shared workbooks do allow more than one person to access and update a workbook at any one time but have very little built in controls and really should be avoided.

    Most people would agree that if you want a multi-user application that won't corrupt your data and will function properly that you should use Access rather than Excel.

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Allow multiple users to get access to excel application

    Hi,

    You can't have several users updating Excel at the same time. Excel is essentially a single user system and you should have considered this aspect before you designed it.

    Having said that, Excel allows what they call 'Workbook sharing' where several users can change their copy of the workbook at the same time. However conflicts have to be resolved since two users could be changing the same cell with different values. The conflicts are resolved by the workbook owner.

    If you can be sure that the same cells can't possibly be changed by different users, then a more common approach is to use VBA macros to consolidate several workbooks at say the end of the day. Such a system needs careful design through macro control to ensure users don't make changes which compromise the subsequent consolidation.

    Regards
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ 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