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 TouchToneTommy 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: Jofx
  • Content: Threads
  • Order by date
  1. Jofx

    Rename Bookmarks in Word doc

    Is it possible to rename a set of bookmarks with vba script ? ex: my doc contains several bookmarks like: [BMK_1] [BMK_2] [BMK_3] I'd like to rename them to: [NEW_BMK_1] [NEW_BMK_2] [NEW_BMK_3] without deleting and inserting new bookmarks Thanks
  2. Jofx

    Runtime procedure

    May VBA code creates a new sheet at runtime inside an XL workbook. I 'd like to assign a event procedure to that sheet (ex: Sub Worksheet_Activate) dynamically. Is it possible ? Thanks Jofx
  3. Jofx

    Delete identical rows in excel

    Hi, I'm looking for a Excel VBA code to delete all identical rows in a range (keeping unique rows). ex: Col A A B B C D D D should give: Col A A C Any idea ? Thanks
  4. Jofx

    Textbox validation inside a multipage

    HI, I would like to validate a textbox value (numeric). The textbox is inside the first page of a 2 pages multipage in a userform. I did use a standard validation process in this case: "beforeupdate" event on textbox which is calling a procedure But, the point is: when you write a wrong value...
  5. Jofx

    Get the textbox name

    I would like to get the name of a texbox after this textbox has been updated. something like: Sub textboxName_AfterUpdate() msgbox "The name of the updated textbox" end Thanks
  6. Jofx

    Get "Table B" records from selecting a "Table A" row

    I'm testing Filemaker pro 7 and I'm beginner. Is it possible to do the following : All records of a first table (Table A) are displayed in a layout as a list of rows. By clicking on a icon displayed at the beginning of all rows, I'd like to launch a other layout to display all recors of a second...
  7. Jofx

    Database options

    Hi What exactly means the options (File/Options) in database section: "perform grouping on server" and "perform query asynchronously" I just guess it is database connection related ...

Part and Inventory Search

Back
Top