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 Chriss Miller 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: *

  • Users: DrkMAtter
  • Content: Threads
  • Order by date
  1. DrkMAtter

    Annoying crash

    Hello, When I run the following code on my Word Document: Public Sub setTextColumns(ByRef LeDoc As Document) Dim c As Long Dim x As Range For c = 2 To LeDoc.InlineShapes.Count - 1 Set x = LeDoc.Range( _ LeDoc.InlineShapes(c).Range.End + 1, _ LeDoc.InlineShapes(c +...
  2. DrkMAtter

    Word shutting down

    Greetings, I've been programming Word macros for quite a short time, yet I experienced a LOT of unexpected shutdowns, which sometime occur systemically, sometimes not. I can't take the chance of having macros that might crash Word, as those will most likely be used by other people who have no...
  3. DrkMAtter

    Setting TextColumns

    Greetings, I must set a certain range to have 3 TextColumns. The problem is that the formatting is always applied to the whole document, which is of course not what I meant to do. Here is the code I am using right now: Dim c As Long Dim x As Range For c = 2 To InlineShapes.Count...

Part and Inventory Search

Back
Top