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

    all computers on Network 5 apart from one machine

    I have all machines apart from one connected to a switch. The switch and the spare computer are connected to the Gateway. All machines have fixed IPs 192.168.1.111 - 119 255.255.255.0 192.168.1.254 We also have a NAS connected to the Switch. The new computer connected directly to the Gateway...
  2. richiwatts

    Show hidden characters like MS Word in web text box

    Hi Does anyone know if it is possible to show Spaces, Nonbreaking spaces, carrage returns using either CSS or javascript in editable text boxes on a web page? Doesn't have to be exactly the same but like MS Word does. We just need to see if it is a space, tab or return some?fonts,?such?as?¶
  3. richiwatts

    Find 3 letter capitals in cells USD GBP EUR etc

    How do I find all cells that have 3 capitals letters in them. USD GBP EUR etc
  4. richiwatts

    Check syntax Full stop then space

    Hi, I am not very good with syntax but I need to find cells that have a full stop then a space in one cell but not in the other. I get an error with this [Target] Like "*" & Chr(46)Chr(32) & "*" AND [Source] Not Like "*" & Chr(46)Chr(32) & "*
  5. richiwatts

    Find/replace text in D-F from B

    First le me confess that I posted this on another forum but the answer I got required knowledge above my head. I have a list of names in column B In columns D-F I have sentences and the person's name is somewhere in the sentence. I need to be able to surround the name with teh html code <b> and...
  6. richiwatts

    Install 20+ software on 3 different win7 machines

    Hi, We have 3 new Win 7 machines. All 64 bit but different hardware and user profiles on each machine. I need to install about 25 programs (all the same) on each machine. Are there any tools that can save me doing the same thing on all 3 machines. 2 machines are in the office and 1 at home. I...
  7. richiwatts

    Compare/count line breaks

    We currently use a filter to show if there is a line break in one cell and not the other. The problem we have is that some cells have 2 line breaks while the column beside it has 1 We need to identify rows that do not have the same amount of line breaks so we can fix them. This is what we have...
  8. richiwatts

    Laptop HDMI to Extra screen vga

    My laptop only has a HDMI slot (no vga). I just bought an extra screen to extend my desktop and didn't even think that I wouldn't be able to connect the additional screen to my laptop (fujitsu amilo si2636) Are there any adapters I can buy?
  9. richiwatts

    Creating and translating culture resx files

    My customer has 140 German resx files in different folders that he wants us to translate. He wants us to provide culture specific resource files (en-gb) and has provided us with “Windows Resource Localization Editor” to translate the files with. He wants the culture specific resource files to...
  10. richiwatts

    Rules for incoming info@ mails

    Is it possible to create a rule or is there any 3rd party software that would help me solve this problem Everytime a mail adressed to info@ comes in can it be routed to a different person every time. I have 5 people working in the office and I want them to take it in turns handling the mails...
  11. richiwatts

    Show Users name after login

    I have just change the entries in my database from Name to "first_name" and "surname" I deleted some code from my Index page that used to show the User name. I want it to show "first_name surname" What do I need to have where it says xxx? <? if ($ses_actual->user_id > 0) { ?>...
  12. richiwatts

    Page loading really slow

    One of my pages is taking over 30 seconds to load and there are only 100 records. Is there anything worng with my code? The only thing I have changed recently is surname and mobile <? $usersList = queryDB("select * from users order by boat_place_number, first_name"); foreach...
  13. richiwatts

    Missing Multimedia Audio Controller

    Hi, Can anyone tell me what driver I need based on the below? Operating System System Model Windows XP Professional Service Pack 2 (build 2600) Enclosure Type: Desktop Processor a Main Circuit Board b 3,20 gigahertz Intel Pentium 4 16 kilobyte primary memory cache 1024 kilobyte...
  14. richiwatts

    Macro for Word to remove Track Changes

    I have had a reviewer that has delete too much text in a few of my files. Is there a way to search and remove certain deleted texts e.g My reviewer has dleted everything between {0*<}0{> {0>Hvgp Vendor Class<}0{> It would take me hours to undo just these changes manually. I hope someone has...
  15. richiwatts

    Macro to change files names from a list in Excel

    I have an Excel sheet with a list of files with full path a1 = C:\Documents and Settings\rich\My Documents\test1.doc a2 = C:\Documents and Settings\rich\My Documents\new\test1.gif a3 = C:\Documents and Settings\rich\My Documents\new\people.gif ...and so on. I have 600 rows like this and I...
  16. richiwatts

    Macro to delete files from an Excel list

    I have an Excel sheet with a list of files with full path a1 = C:\Documents and Settings\rich\My Documents\test1.doc a2 = C:\Documents and Settings\rich\My Documents\new\test1.gif a3 = C:\Documents and Settings\rich\My Documents\new\people.gif ...and so on. I have 600 rows like this and I...
  17. richiwatts

    Run Macro in all open files

    How do I get the following recorded Macro to run on all open files? Also for the last find replace I wanted to make the text bold but the macro deletes it. Sub Replace_inallfiles() Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting...
  18. richiwatts

    Macro to remove comments from Word files

    Hi, Does anyone know of a Macro that will remove all comments from all open files. I have over 100 Word files that I need to remove the comments that have been added. It will take ages if I have to do every file one by one. Thanks Rich
  19. richiwatts

    Remove firewall from client

    Is it possible to turn off Windows firewall on a client connected to SBS 2003? When I check the Firewall settings on the client it says that Firewall settings are controlled by Group Policy Rich
  20. richiwatts

    Batch Save as txt-utf-8

    Hi, I have been trying to play around with the Macro recoder without success. If I have 30 Doc files open how can I batch "Save as" txt with UTF-8 encoding on all the open files? Rich

Part and Inventory Search

Back
Top