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

    Add background tile to html output

    I am using a perl script for guestbook and am new to this. I have an output page that is generated by the perl script in which is an Acknowledgement and Thankyou page for signing the guest book. My question is how do I add, in code, a background tile to the html page output? I have tried the...
  2. roadstain

    Diable Insert Rows.

    How can I set up a workbook so that if a user is editing a cell within a named range then the user cannot insert a row using a right click after selecting the row or going up to 'Insert' then 'Row' on the menu bar. Reason I ask is I have a named range in which is filled with formulas and so...
  3. roadstain

    cell selected in a named range.

    How would I determine when a cell is selected within a named cell range. I have a workbook in which A10:Y400 is named "Database." Assuming a user selected a cell somwehere in the workpage and launched a macro I need to determine if the cell is within the "Database" or...
  4. roadstain

    Background Color Rows in a Named Range ...

    I have a large spreadsheet of information, about 3000 lines and growing. The entire "database" is a named range. I have a second named range for a column within the database named range. What I need to do is "gray shade" those rows within the named range when the column...
  5. roadstain

    Count a Cell Range Unique

    I have a column in an Excel Doc. I have the column as a named cell range and I would like to know how to count the values in the range unique so that if the column had below(as an example.) One One Two Three would return the value '3' not '4' as I only want to count the unique instances in...
  6. roadstain

    ADO Data Control with dbase

    I am a little new to ADO controls vs. dbase files. I am working with a dbase database. Without Issue I can use the Microsoft ADO Data Control 6.0 (OLEDB) Component and the proper references added to the project. With this I was first using ADODC or ADO Data Control. In this I could reference...
  7. roadstain

    Domain Information Backup

    How would I backup the Domain information, mainly the domain user information. In other words which files should I target for the backup.
  8. roadstain

    Reset A User Form in Excel

    How do I reset or clear out all the values entered in a User Form so that they go back to default - or blank. I am sure there is an easy way to do this.
  9. roadstain

    How do I... (COUNTIF Function question)

    How do I use the COUNTIF Function when another cell range is equal or greater to a number value. I have an extract from an advanced filter copied to another worksheet. I need to count the instances of a <value> in column A (I have a name cell range for this) when equal to a second name cell...

Part and Inventory Search

Back
Top