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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ncvdac

  1. ncvdac

    Run macro if field is null

    Thanks for replying. License.LicenseCan is a date field.
  2. ncvdac

    Run macro if field is null

    I am trying to write a macro that runs another macro based on a field being null. I cannot figure out how to check for an empty field. IsBlank does not work. My Formula: (LICENSE.LicenseSta = 'Canc') and (LICENSE.LicenseCan ='' ) Please help!!! Thanks, Dan
  3. ncvdac

    Get object

    People will create a document in word. I need to be able to select the whole document, Format it to be 53 chars wide and put in carriage returns after the first 9 lines, then after the next 19 lines, then after the next 12 lines. In lotus notes, I can get the contents of a field. SHould I...
  4. ncvdac

    Get object

    How can I get a hold of all the text in a document and format that text? Can I copy it to the clipboard and manipulate the formatting there, or do I need to create a data object and manipulate it there, or something else totally. please provide sample code to get and access the text. Thanks...
  5. ncvdac

    Copying a document

    I need to write a macro thzat will copy all of a document except the first line. ANy thoughts?
  6. ncvdac

    Getting properties

    I know how to get the length of the user input. What I need is the maximum number of characters allowed in a bookmark. For example, If the user types CAT, I know it is 3. If the bookmark has a max lenth of 8, I need to get that I need to pad the entry with 5 spaces. I do not know how to...
  7. ncvdac

    Getting properties

    I have a form created using word. I created several fields and put in a maximum length in the properties box. Can I get that maximum length using a macro? I need to ensure the fields are a certain length and need to pad with spaces to fill out the field. Thanks, Dan

Part and Inventory Search

Back
Top