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

    slide control

    I wrote a script to control my receiver. I don't I can turn up the volume by creating a dialogue with a button. I have to keep clicking the button to change the volume. Is there a way I can create a slide control? proc main integer Event dialogbox 0 193 54 210 164 2 "Onkyo Control...
  2. PhilBreau

    Excel import data from web

    I'm trying to extract data from Google Finance. Web page I'm using as source: https://www.google.ca/finance?q=TSE:RCI.B When I inspect the element on two occasions, the information is different. How do I capture 56.61? case 1: <span id="ref_674743_l">56.61</span> case 2...
  3. PhilBreau

    Find and repeat row data text from Excel

    Hi all, I posted something similar in the past. Thank you Andrzejek (Andy) for your help. This is a little different. I have a signature file I constantly modify. If my cursor is anywhere on a specific row, I want to find and replace text to the template variables NAME, ASSETTAG...
  4. PhilBreau

    Find and replace text in a file from Excel

    Hi All, I posted this in the excel forum, but was advised to post here I have a signature file I use in outlook as a template. I want to search for several words and replace them with cells of specific columns on the current row of the cursor, while I have the excel spreadsheet open. I use...
  5. PhilBreau

    Find and replace text in HTM

    I have a signature file I use in outlook as a template. I want to search for several words and replace them with cells of specific columns from on the current row of the cursor. I use generic words in the template as variables. I want to search and replace these variables and create a new...
  6. PhilBreau

    Excel jumping to specific cells

    Hi all, I have a bar code reader and need to scan serial numbers and other information from shipments. What I want to do is scan a number of bar codes from a box and then navigate to the next record. Right now, when the barcode reader scans a code, the information is typed followed by a...
  7. PhilBreau

    Mail merge - using same label sheet

    Hi all, I have a label sheet That only gets partially used. The layout of the sheet is 3 labels wide by 7 tall. I merge from an Excel spreadsheet to Word. Is there a way of printing on a specific label or range of labels. For example, i`m using a label sheet with the first 7 labels used. I can...
  8. PhilBreau

    Excel Hyperlink to Visio Shape

    I am trying to hyperlink from Excel to open a Visio drawing with subaddress. The problem is the forward slash of the subaddress keeps changing to a backslash. This is what I want: \\fileserver1\citpublic\Enterprise Infrastructure Services\HO\Voice network\CS1000 Voice...
  9. PhilBreau

    Excel hyperlink opens picture in Internet Explorer

    I have a hyperlink to a .jpg. The hyperlink opens the picture in Internet Explorer. I Googled and tried all the solutions. Hyperlink still opens in Internet explorer. I want the hyperlink to open the picture in Windows default - Windows Photo Viewer. Using Windows 7 Professional, Microsoft...
  10. PhilBreau

    Calls not going to voicemail

    Hi all, New to Nortel. I tried looking through other posts, but couldn't find my fix. I'm trying to set extension 5883 to go to voicemail after 4 rings. I would also like to get documentation on what all the abbreviations mean. Any good websites? Thank you TN 104 0 02 18 VIRTUAL TYPE...
  11. PhilBreau

    Meridian Mail terminal help

    I'm having a problem getting a list of users. From the main menu I select 1 for User Admin. The next menu, I select 1 for Local Voice User. The next menu, there are soft keys listed at the bottom: Exit, Add, View/Modify, Delete, Find. I believe these these are selectable by using function keys...
  12. PhilBreau

    Refreshing shape data

    Good day all, Using Visio 2007 standard edition. I have linked shape data to an excel spreadsheet. If I change the data in the spreadsheet and open the diagram, I have to manually refresh each shape. I copied a macro that runs on DocumentOpened, but get a popup that says I can only run in...
  13. PhilBreau

    Procomm

    Does any know where to purchase Procomm? I know the latest release, 4.8 was discontinued in 1999, but was still available for sale for quite a few years later. I have a need to purchase 9 licenced versions. Does anyone know where to purchase it in Toronto, Canada or online? Yes, it's still that...
  14. PhilBreau

    Where can I purchase Procomm

    I know the latest release, 4.8 was discontinued in 1999, but was still available for sale for quite a few years later. I have a need to purchase 9 licenced versions. Does anyone know where to purchase it in Toronto, Canada or online? Yes, it's still that popular. Thank you
  15. PhilBreau

    Windows 7 Help

    Is there a way to get the help files (.hlp) to load in Windows 7? When I right click on an aspect command, it used to open help and provide a description and a sample script. It worked in older versions of Windows, but not Windows 7. Is there a fix? Thank you
  16. PhilBreau

    Clean a hard drive

    Is there a way to wipe out a hard drive where the data can not be recovered. I have several hundred pc's to do this. I need a way to mass produce this effort. Perhaps botting a pc from diskette that will do it automatically. Perhaps using format in the autoexec.bat.Any ideas? Thank you
  17. PhilBreau

    Convert telephone letters to numbers

    I'm looking for an efficient way of converting telephone keypad letters to numbers. I want to write a script which will convert a string &quot;SMITH&quot; to 76484. A,B,C is 2 D,E,F is 3 and so on Thank you
  18. PhilBreau

    Check string for occurance of a numeric value

    I need to read the contents of a file. I may be using fgets. I need to verify if the contents of the string is a 4 digit number. sample . . . while not feof 0 fgets 0 fromfile ; this is where I need some help endwhile . .. in the fromfile string, there could be a 4 digit number. How can I...
  19. PhilBreau

    Command line option ?

    In Windows95, I could create a shortcut for a batch file with a &quot;?&quot;. This would prompt for additional parameters when calling the batch and use for %1, %2, etc variables in the batch. Since I started using XP, I don't get prompted anymore. The batch just executes. Is there something...
  20. PhilBreau

    VAL board backup

    I am using VAL over LAN manager software to back up VAL board announcements. I noticed after a list history, some entries come up as: valmgr disa filesystem board 03C11 valmgr enab filesystem board 03C11 logi If the board is disabled, will the anouncements still play? Thank you

Part and Inventory Search

Back
Top