+ Reply to Thread
Results 1 to 13 of 13

Multiple Data Entry

  1. #1
    Registered User
    Join Date
    05-20-2014
    MS-Off Ver
    2016
    Posts
    82

    Red face Multiple Data Entry

    Good Afternoon

    I would like if several people were connected, you can enter the information at the same time as the other people without finding any problem in the data.

    After that i'll Share the Workbook.

    Thank you in advance.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    05-20-2014
    MS-Off Ver
    2016
    Posts
    82

    Re: Multiple Data Entry

    It seems that what I'm asking is a little complicated.

  3. #3
    Registered User
    Join Date
    02-20-2019
    Location
    California, US
    MS-Off Ver
    2016
    Posts
    15

    Re: Multiple Data Entry

    Not as complicated as mine LOL

    *Search "hi i need help looping this index match in vba", this stupid site won't let me post links yet ugh

    No one has a solution yet :l

  4. #4
    Registered User
    Join Date
    05-20-2014
    MS-Off Ver
    2016
    Posts
    82

    Re: Multiple Data Entry

    Hi, Collin

    You have to have patience I saw your request and you have the best they helped me before Mikerickson and FDibbins, by the way try to do something with those Workbooks.

    Put this Hyperlink in the Google wep
    https://www.excelforum.com/tips-and-...mitations.html


    Attached Files Attached Files
    Good Luck

  5. #5
    Registered User
    Join Date
    02-20-2019
    Location
    California, US
    MS-Off Ver
    2016
    Posts
    15

    Re: Multiple Data Entry

    Why don't you just have your workbooks in the Cloud, SharePoint, or even Google sheets?

  6. #6
    Registered User
    Join Date
    05-20-2014
    MS-Off Ver
    2016
    Posts
    82

    Re: Multiple Data Entry

    Because VBA does not work online, you have to open it in Excel and if you open it when you save it, create another Work book. That's why that does not work for me.

  7. #7
    Registered User
    Join Date
    02-20-2019
    Location
    California, US
    MS-Off Ver
    2016
    Posts
    15

    Re: Multiple Data Entry

    Ahh forgot you're using Macros

  8. #8
    Registered User
    Join Date
    05-20-2014
    MS-Off Ver
    2016
    Posts
    82

    Re: Multiple Data Entry

    Take a look at what I send you maybe you will find what you need there.

  9. #9
    Registered User
    Join Date
    02-20-2019
    Location
    California, US
    MS-Off Ver
    2016
    Posts
    15

    Re: Multiple Data Entry

    I did, does not help with what I need at all.

    I need a looping index match between 2 workbooks.

  10. #10
    Registered User
    Join Date
    05-20-2014
    MS-Off Ver
    2016
    Posts
    82

    Re: Multiple Data Entry

    Sorry, you have to upload some examples using (go advance) and then (Manage Attachments)

  11. #11
    Registered User
    Join Date
    02-20-2019
    Location
    California, US
    MS-Off Ver
    2016
    Posts
    15

    Re: Multiple Data Entry

    'Open
    Dim O As Variant
    Set O = Cells(3, 69)
    Dim R79 As Workbook
    Set R79 = Workbooks.Open(O)

    'PO#
    Dim rw As Integer
    rw = 7
    Dim PO As Range
    Set PO = Cells(rw, 82)

    'Loop Check
    Dim LC As Integer
    LC = 7
    Dim LoopCheck As Range
    Set LoopCheck = Cells(LC, 79)

    'PO Anchor
    Dim PO_LkUp As Integer
    PO_LkUp = 7
    Dim PO_Anchor As Range
    Set PO_Anchor = Cells(PO_LkUp, 80)

    'PO# Level

    Do Until LoopCheck = ""

    Sheets("Non-Labor OPEX Budget").Range(PO) = Application.Index(R79.Sheets("sheet1").Range("Y:Y"), Application.Match(Sheets("Non-Labor OPEX Budget").Range(PO_Anchor), R79.Sheets("sheet1").Range("AN:AN"), 0))

    rw = rw + 1
    LC = LC + 1
    PO_LkUp = PO_LkUp + 1

    Loop

    R79.Close

    End Sub

  12. #12
    Registered User
    Join Date
    05-20-2014
    MS-Off Ver
    2016
    Posts
    82

    Re: Multiple Data Entry

    You have to delete this code, since it appears duplicated. They can close your request.
    Last edited by Reidelemanuel; 02-22-2019 at 10:05 AM.

  13. #13
    Registered User
    Join Date
    02-20-2019
    Location
    California, US
    MS-Off Ver
    2016
    Posts
    15

    Re: Multiple Data Entry

    I'm sorry I don't quite understand?

+ 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. Multiple data entry leading to multiple worksheets....I'm baffled!!
    By Victorthesecond in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-12-2018, 04:42 PM
  2. Data Entry Form with multiple sheets
    By nimesh29 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-27-2015, 01:04 PM
  3. Multiple data validations for a data entry spreadsheet
    By VSK_NEW in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-07-2013, 07:06 AM
  4. [SOLVED] Data entry multiple issue
    By Nubstar in forum Excel General
    Replies: 2
    Last Post: 10-29-2012, 02:51 PM
  5. Need Help With Data Entry Form With Multiple Search
    By ssmart in forum Excel General
    Replies: 3
    Last Post: 02-20-2012, 09:30 AM
  6. Data entry over multiple sheets
    By ajlo in forum Excel General
    Replies: 6
    Last Post: 09-05-2011, 07:52 PM
  7. [SOLVED] Data entry in multiple worksheet
    By Brava in forum Excel General
    Replies: 5
    Last Post: 02-06-2006, 10:25 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