Search Result

Collapse
2 results in 0.0024 seconds.
Keywords
Members
Tags
items
  •  

  • esperanto234
    started a topic From Listbox to Word

    From Listbox to Word

    Hi, Im using alistbox to insert names in a word document, im' using the following code but it only inserts the first name.


    Code:
    Dim strList1 As String
    strList1 = PODERES.ListBox 1.List(PODERES. ListBox1.ListIn dex)
    ActiveDocument. Bookmarks("p91" ).Range.Text = strList1


    My question is, how can i do to insert ALL items in the listbox in word, the thing is i need them to be...
    See more | Go to post

  • liadmz
    started a topic How to merge items in table (by relation)

    How to merge items in table (by relation)

    Hi all,

    I have been trying to create a database preview table.
    the table should merge the cell of related items (by two fields, ID and type)

    How can i present to the user this kind of table ?

    Example in the attached pic....
    See more | Go to post
Working...