Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PeterJ01

    Filling word table with Excel array

    thanks for this, macropod. I appreciate your efforts in posting these code gems. In fact, the last piece of code is exactly what I was after, as I will be populating multiple columns. My problem is the lack of knowledge of Word VBA code. I never knew the term " columnIndex" existed. Can you...
  2. PeterJ01

    Filling word table with Excel array

    In relation to my reply above, it all depends on knowing the exact location of the cell in the Word table. That is the basis of another post, where I ask if it is possible to get the table (n) number n, the column number and the cell number that a bookmarks is located in? Any help gratefully...
  3. PeterJ01

    Filling word table with Excel array

    thanks for these responses. I was able to find a simple code on another forum that I will share with you :) It may be helpful to other members of this forum. I am sure the 27 lines mentioned above would alos be helpful. Any chance of sharing this , please Gerry /fumei? > For x = 1 to...
  4. PeterJ01

    Findinging Bookmark location with VBA

    Thanks for these replies. I am proficient in Excel VBA, but never worked with Word VBA. Until the other day, I never heard of Word bookmarks :( In fact, I have always disliked using Word, as most of the time I get bogged down in formatting. I am trying to transfer a data array from Excel in...
  5. PeterJ01

    List Word Bookmarks with VBA

    Thanks for these replies. I am proficient in Excel VBA, but never worked with Word VBA. Until the other day, I never heard of Word bookmarks :( In fact, I have alwaysw disliked using Word, as most of the time I get bogged down in formatting. I was looking for a list of bookmarks so that I...
  6. PeterJ01

    List Word Bookmarks with VBA

    Is there any code that will provide a list of all the names of the Bookmarks in Word? regards, Peter
  7. PeterJ01

    Filling word table with Excel array

    I am writng an Excel VBA procedure which creates a single dimension array with, say, 100 elements.Is there any simple VBA code to put this array in to the column of an existing Word table? All suggestions and ideas , or even code, are most welcome. regards, Peter
  8. PeterJ01

    adding to the mouse right-click menu

    I wish to run a macro in Word by right clicking the mouse, and then slelcting the macro from the drop down menu. Canb anyonme please advise how to do this? regards, Peter
  9. PeterJ01

    Listing all Word bookmarks

    Is there any code that will provide a list of all the names of the Bookmarks in Word?
  10. PeterJ01

    transferring Excel array to Word table column

    I am writng an Excel VBA procedure which creates a single dimension array with, say, 100 elements. Is there any simple VBA code to put this array in to the column of a Word table? All suggestions and ideas , or even code, are most welcome regards, Peter

Part and Inventory Search

Back
Top