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!

Search results for query: *

  • Users: rlpotty
  • Content: Threads
  • Order by date
  1. rlpotty

    Setting a Default Cell Value In Excel 97

    I'm trying to force a default value of 0.25 in cell D21 whenever someone opens Sheet1 in an Excel 97 workbook. I tried to use the worksheet activate event: Private Sub Worksheet_Activate() Worksheets("Sheet1").Range("D21").Value = 0.25 End Sub copying this code from...
  2. rlpotty

    Word 97 number format in table cell

    I have an Access 97 table as a data source for a Word 97 merge document, which is designed as a form using a table. I am merging both text and currency data into the table's cells. Currency is coming across as a number, dropping trailing zeros and decimals (i.e. $12.10 and $13.00 in Access...
  3. rlpotty

    Changing attributes in a table cell in WP 8.0

    I created a table and want any text I type into one particular cell to be bolded and I want the font to be larger that other cells. I can bold the text I'm currently typing, but if the cell is originally empty and I tab into it, the insertion point is placed after the turn off bolding command...

Part and Inventory Search

Back
Top