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 derfloh 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. peterkin9

    Grouping Shapes in Word 97

    I am trying to group a variable number of shapes to help with the process of flowcharting a program. I realise that I should really be doing it in Visio, but I am using Word. I have based my code on that which is created by a macro - ActiveDocument.Shapes.Range(Array("AutoShape 4758"...
  2. peterkin9

    How to use VBA to paste picture into cell of Word table

    I have found a way round the problem! I recorded a macro of Insert/Picture/From File and then copied part of the VBA code into my program. Seems to work, but many thanks anyway. Peter
  3. peterkin9

    How to use VBA to paste picture into cell of Word table

    I am trying to print an ID-label using a table in a Word document. One of the cells is to contain a picture of the part which is being processed. In order to confine the picture to the size of the cell, I have inserted a text box into the cell. If I paste the picture manually, it works, but...
  4. peterkin9

    Conditional JOIN

    I am still trying to convert a Financial Services package into Access. It was originally written in RPG to run on an IBM System/36 but converted to Visual Basic as the company who run it want rid of the System/36. VB proved difficult to distribute so hence the conversion to VBA. The latest...
  5. peterkin9

    Generating VBA forms

    In the original question, I have omitted a crucial word. I need to know if there is a way of importing Visual Basic forms into VBA - I have already done the conversion from RPG. Peter
  6. peterkin9

    Generating VBA forms

    I have an interest in the transfer of AS/400 applications written in RPG to Visual Basic. Some while ago, I wrote a program that will convert an RPG screen format member into one or more VB forms. In many cases, it would be more convenient to convert the RPG into VBA instead of VB, but I do...

Part and Inventory Search

Back
Top