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 Westi 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. bwilkens

    Automation Error: The RPC Server is not available

    This is an acknowledged error by Microsoft - the description and work-around are found at: http://support.microsoft.com/?kbid=188546 This info may be a bit late but I was having the same problem and so may others. Hope this helps.
  2. bwilkens

    converttoshape anchor not accepted

    I am writing a macro to convert a picture (inlineshape) to a shape and want to anchor it to a certain paragraph on the page. When I specify the anchor I get error 438 -object doesn't support this property or method - though it is shown in the object browser. Do I not have a certain reference set...
  3. bwilkens

    automation error opening word doc from access

    Dear Jay, Unfortunately I never did figure it out. Have been working on another project since May but will be getting back to this one in a month or so. Will let you know if I discover anything and if you come up with any thoughts, please let me know. Thanks. Beth
  4. bwilkens

    automation error opening word doc from access

    I have a word document that I am merging data into from access. The first time I can open and merge data fine, but if the user closes the word doc, I get an automation error when I try to reopen it the second time for another merge. If I restart access, no problem. Here is my code. Public...
  5. bwilkens

    I need to transfer sections of a Word Template to a new doc, please

    Here's how I copy bookmarks from a template and then paste them to the end of my catalog document so I can continue to merge more records. Hope this helps! strTemplPath="C:\yourpath\" 'Start Word and get template info On Error Resume Next Set objWord = GetObject(...
  6. bwilkens

    Bookmark not being set

    In case anyone is interested, I found the problem - a bookmark always equals "" - you have to use the on error to see if it is set. I removed the line If f.Bookmark = "" Then Exit Sub and the routine worked. Also the code was a sample from the Northwind database - works well...
  7. bwilkens

    Bookmark not being set

    I found this example somewhere and use it to save my main form and have two more subs similar to this to save two subforms in case the user wants to undo the data. It was working at one point but now the bookmark is always zerolength as it would be for a new record even when I open the form with...

Part and Inventory Search

Back
Top