+ Reply to Thread
Results 1 to 2 of 2

co-authoring on sharepoint excel file

  1. #1
    Registered User
    Join Date
    03-27-2019
    Location
    Mechelen, Belgium
    MS-Off Ver
    O365
    Posts
    1

    co-authoring on sharepoint excel file

    Hi guys, I'm new here and I've been looking into something for a few days now and nothing seems to work.
    We have an excel file on sharepoint and although co-authoring should work it won't merge the updates from multiple users correctly. So I'm trying to think up a code that will allow me to do so.
    At this moment I have the following code before anything is saved:

    r = Int((5 - 0 + 1) * Rnd)
    Application.Wait Now + TimeValue("00:00:" & CStr(r))
    If ActiveCell.Value <> "" Then
    ActiveCell.Offset(1, 0).Select
    GoTo OnResume
    Else
    ActiveCell.Offset(0, -1).Value = comm
    ActiveCell.Value = make
    ActiveCell.Offset(0, 1).Value = product
    ActiveCell.Offset(0, 2).Value = Date
    ActiveCell.Offset(0, 3).Value = enduser
    ActiveCell.Offset(0, 4).Value = enduserID
    ActiveCell.Offset(0, 5).Value = enduserloc
    ActiveCell.Offset(0, 6).Value = quan
    ActiveCell.Offset(0, 7).Value = wonum
    ActiveCell.Offset(0, 8).Value = reqnum
    ActiveCell.Offset(0, 9).Value = getname()
    ActiveCell.Offset(0, 10).Value = assigndate
    ActiveCell.Offset(0, 11).Value = remark
    ThisWorkbook.Save
    End If
    End If

    Anyone has another idea?

  2. #2
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,198

    Re: co-authoring on sharepoint excel file

    Hi soulsurfer84

    Welcome to the forum...Please take some time and read the forum rules...One correcting your post with code #, someone will be able to assist...
    Good Luck
    I don't presume to know what I am doing, however, just like you, I too started somewhere...
    One-day, One-problem at a time!!!
    If you feel I have helped, please click on the star to left of post [Add Reputation]
    Also....add a comment if you like!!!!
    And remember...Mark Thread as Solved.
    Excel Forum Rocks!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. co-authoring with excel
    By dev54 in forum Office 365
    Replies: 1
    Last Post: 02-24-2019, 09:24 AM
  2. Excel Co-Authoring - Client version - 2016
    By TommyTommyTommy in forum Excel General
    Replies: 2
    Last Post: 10-21-2018, 05:25 AM
  3. VBA to select SharePoint Content Type when saving Excel file to SharePoint
    By Luffk73 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-24-2017, 05:22 PM
  4. Select file and copy values from SharePoint excel file
    By peetman in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-17-2014, 06:26 AM
  5. co-authoring of Excel Desktop Spreadsheets
    By seerauber in forum Office 365
    Replies: 2
    Last Post: 11-23-2013, 09:39 AM
  6. Replies: 0
    Last Post: 10-08-2013, 10:54 AM
  7. Macro to get the latest file (excel file) from sharepoint sites
    By vigneshwaran in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-13-2012, 09:45 AM

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