Search:

Type: Posts; User: jeffjohnvol

Search: Search took 0.01 seconds.

  1. Create Access database and load new table from CSV.

    I was trying to find an example of this earlier and didn't, so I rolled my own. I wanted to share it for anyone else on the web looking. I wrote it in Excel VBA, but I suppose it could work in...
  2. [WORD]Paragraph and Table positioning in ActiveDocument

    I've done a brief internet search (thats where I found paragraphs) but couldn't answer this.

    I can cycle through paragraphs and get range.text, and I can cycle through all the tables and get the...
  3. Re: [RESOLVED] Stepping through each line in Word2007 VBA

    Yup, my bad. Thanks.
  4. Re: Stepping through each line in Word2007 VBA

    Just thought I would say that I didn't get this to work as posted (probably my fault). But when I used ActiveDocument instead of thisdocument, it did.

    thanks.
    Jeff
  5. [SOLVED][WORD]Re: Stepping through each line in Word2007 VBA

    Ah, many thanks westconn1. That will be a great start for me. - Jeff
  6. [RESOLVED] Stepping through each line in Word2007 VBA

    I know Excel VBA quite well, and VB in general, but I'm working in Word and I'm not terribly famlliar with the Word Object model.

    I can work within Word Tables quite well, provided the cursor is...
  7. Replies
    1
    Views
    1,496

    Calling Word to run VBA with parameters

    I am producing an application within PeopleSoft that I need to make a call to windows and initiate a word document that will run a macro upon startup. I can do this piece, no problem the trick is, I...
  8. Replies
    3
    Views
    2,068

    Re: Object Browser

    Allow me to rephrase the question. I have a several VB programs that dynamically instantiate objects based on user input. When I capture a catastrophic failure, I would like to have a shared...
  9. Replies
    3
    Views
    2,068

    Re: Object Browser

    My question relates to general VB and referencing objects and properties, and is not specific to the Word object model. This could just as easily apply to home grown VB project.
  10. Replies
    3
    Views
    2,068

    Object Browser

    Hello. I searched the forums and the internet for the answer to this question, but apparently object and browser are so common, there's no way it could resolve what I was interested in.

    I want to...
  11. Replies
    2
    Views
    2,005

    Re: Dynamically accessing properties

    Jim, processing time isn't an issue, since its a batch build and doesn't require That information is perfect. Thanks a ton!

    Yes, I'll have to make sure I have the proper values for all the...
  12. Replies
    2
    Views
    2,005

    Dynamically accessing properties

    Hi all. This is a VB question, but i'm using part of the Word object model to ask it.

    Lets say I have a block of code that normally I would set properties like this:

    With...
  13. Replies
    1
    Views
    521

    Item referencing in collections

    I'm stuck on the use of a collection item. I have a collection class that works with a constant string.

    This works:



    Dim Item As ClsItem
    Set Item = Inventory.Item("100")
    ...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width