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

    Code for formatting works under debug mode not normal mode

    Is there a speed issue that anyone has run into with vba code that performs as expected when debugging but doesn't when ran normally. For word, I created code to create/format three text columns and manipulate a paragraph's before and after spacing as the document is populated with text. It...
  2. Tactical

    Code to create custom tooltip now prompts me to save...

    I have a template in my Word Startup folder. Everything works fine but one of the button's tooltip was the macro module's name. Microsoft KB indicates that one can only change the tooltip by using some VBA code as follows: Sub ChangeToolTip() With CommandBars("Standard") ' The toolbar...
  3. Tactical

    Tooltip for Custom Button

    I thought I could enter my own descriptive tooltip for a custom Word toolbar button by simply selecting Tools > Customize and then right clicking the button and entering the short description in the Name field. However, it just defaults to the name of the module. And, changing the module name...
  4. Tactical

    Read MsgBox value for Do ... Loop

    A protected project I'm using in Word displays "Reached bottom of list" in a message box. I want to incorporate that message as part of my error checking for another macro that'll exit when that message is displayed. If the project wasn't protected I could probably just incorporate its error...
  5. Tactical

    Unexpected Results with Task Scheduler

    Besides the default tasks created by SBS 2003 upon installation I've scheduled a vbscript task and another database application specific task. With the exception of the db task they run as expected. The db works when I run it manually from the task's properties. However, I'm finding that when I...
  6. Tactical

    An array that updates account values

    Hopefully someone can render some help here... I'm importing a comma-delimited text file with each row containing a unique numeric identifier for each customer along with an account value among many other items. A customer may have more than just one account so I need a way to sum the value of...
  7. Tactical

    Code only writes first of 3 lines

    I have a text file that contains three lines and is formatted as follows: "Prefix","Sequential #","Ignore this Field" "Ignore this Field" "Ignore this Field" The following code is meant to read the whole file and increment the sequential number by 1 and write out all three lines - I hoped. It...
  8. Tactical

    Read/Write to a specific field...

    I'm trying to get my head around writing to a specific field. My text file contains 3 rows of info. The first row contains three fields comma delimited while to second and third rows only contain one field per say. Example: "Prefix","Incremental #","ignore this field" "ignore this line" "ignore...
  9. Tactical

    How to create a "filter" against a CSV file?

    I'm looking for assistance in creating a "selection criteria" or filter of sorts that would limit the report results to names contained within a csv file. More specifically, using RS i'm generating a report with various selection criteria. This report is for the most part a standard report...
  10. Tactical

    Maximizer/RS - login question and ecord selection

    I'm hoping that there may be a member here that is using v3.03 that came bundled with the contact management software Maximizer v7.0. My question is: In accessing a RS report via Maximizer - despite Maximizer prompting the user whether the report is for the current record or all records in the...
  11. Tactical

    Saving only specific cells in Excel

    For purposes of security, continuity and simplicity I would like to do the following on a workbook in which I've enabled security measures for both the underlying VBA and formulas. 1. Disable the File/Save option to prevent users from having multiple copies that would eventually become...

Part and Inventory Search

Back
Top