+ Reply to Thread
Results 1 to 2 of 2

Table Editing

Hybrid View

  1. #1
    Registered User
    Join Date
    11-18-2016
    Location
    Windhoek, Namibia
    MS-Off Ver
    Excel2013
    Posts
    10

    Table Editing

    Good day

    I have the following problem:

    I have a list of sample ID's in a table and the user wants to edit the entries for each ID whenever he needs to. So lets say for example that one ID is A0225. The user wants to edit the column "Yield Strenght" from his UserForm. He clicks on the button edit table and the column "Yield Strength" is updated.

    My code behind the userform looks like this at the moment:

    Dim lstObj As ListObject
    Dim objNewRow As ListRow
    Dim i As Integer
    Dim ID As ListObject
    Dim tbl As ListObject
    Dim tRows As Long
    Dim tCols As Long
    Dim ptr As LongPtr

    Set Obj = Worksheets("Tests Results").ListObjects("Test_results")

    'count rows
    Set tbl = Worksheets("Tests Results").ListObjects("Test_results")
    With tbl.DataBodyRange
    tRows = .Rows.Count
    End With




    For i = 1 To tRows

    If obj = Me.SampleID.value Then


    Set objNewRow = lstObj.ListRows.Change(AlwaysInsert:=True)

    With Obj
    .ListColumns("Yield Strength").DataBodyRange(x) = Me.Yield.Value

    end with
    end if

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,078

    Re: Table Editing

    ...and the problem you have (which you haven't described at all) is...?????
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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. editing format in a table
    By fight2 in forum Excel General
    Replies: 0
    Last Post: 02-09-2015, 02:22 PM
  2. Editing a table that is related to ranges.
    By economistegypt2010 in forum Excel General
    Replies: 9
    Last Post: 11-23-2014, 06:29 AM
  3. [SOLVED] Table Editing Using VBA
    By vexel77 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-20-2013, 05:12 AM
  4. Table Editing in a Protected Worksheet
    By avsimmons in forum Excel General
    Replies: 2
    Last Post: 08-09-2012, 12:07 PM
  5. editing a table using a vlookup
    By quiggdavid in forum Excel General
    Replies: 7
    Last Post: 04-06-2011, 07:09 AM
  6. Editing info in a table
    By buffalobill in forum Excel General
    Replies: 5
    Last Post: 11-29-2009, 06:42 PM
  7. Editing a pivot table
    By jennerifw in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 09-04-2005, 08:05 PM

Tags for this Thread

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