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 strongm 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: OOP
  • Order by date
  1. OOP

    Fastest Way to find duplicated entries in Excel Spreadsheet

    Hi all, I have a spreadsheet containing thousands of entries with an unique identifier for each item. Is there a way to check if there are rows that contains the same id? For example, Row1-> id= 12345 Description=xxx Row1002-> id=12345 Description=yyy Is there any function in Excel for...
  2. OOP

    How to link to a specific worksheet in a .xls

    Hi Geoff, Do you know if can i link it to a specific worksheet without using the 'pre-save' technique? The reason is that i have a lot of worksheets inside the file and i have more than one link to the worksheets... so using the 'pre-save' cannot work..
  3. OOP

    How to link to a specific worksheet in a .xls

    Hi all, I am preparing some presentation slides that needs to open a specific worksheet in a workbook via hyperlinking. The problem is that how can i enter the file name so that it can open the specific worksheet upon clicking on the link? For example, I have a file called test.xls on desktop...
  4. OOP

    New to VHDL

    Hi all, I'm currently doing a project concerning VHDL. I would like to ask if anyone can direct me to places where there are some sample VHDL projects for me to work on and practise. Any help / advise will be appreciated. Thanks. By the way, i'm using Xilinx ISE 7.1 and i'm not sure why I...
  5. OOP

    Problems on displaying Live time on status bar

    Thanks again^^
  6. OOP

    Problems on displaying Live time on status bar

    Hi Dan, Thanks for your helpful reply^^ Think i'll give up the idea on 'Live time'....just show the user the time once he / she loads the page is enough.. By the way, do you (or anyone viewing this post ) has any idea of does Netscape browser supports this window.status javascript? Any help...
  7. OOP

    Problems on displaying Live time on status bar

    Hi all, Start to pick up javascript lately and trying out a simple script to update my time on the windows status bar. My code is as follows: //Inside the Header tag function displaytime(){ var currenttime = '<?php print date("F d, Y H:i:s", time())?>' window.status =currenttime }...
  8. OOP

    {TOC \h \....} Doubts

    Formatting the TOC styles (do you mean the BL Heading or TOC itself)? Sorry, macropod, i'm just taught of how to use the formula. Can you explain to me how can i format the TOC?
  9. OOP

    {TOC \h \....} Doubts

    Hi, I'm currently using the following to update my TOC (office 2003): {TOC \h \z \t "BL Heading 1,1,BL Heading 2,2"} Where BL Heading 1 and 2 is my pre-set style. However, it displays: 1 Introduction...............1 1.1 Functions................2 [dazed] It displays spaces in the...
  10. OOP

    Using FTP in Win 2000

    Thanks for the link, Xaqte. The stuff i found there is quite useful. Will update here if i've any useful results. Actually i starting fresh on this topic and currently filled by several doubts. May i know how to start the FTP in Windows 2000? And where can i found sample commands for FTP? Will...
  11. OOP

    Using FTP in Win 2000

    Hi, I would like to find out more about using FTP commands in windows 2000 pro, where can i find the relevant information? Can i type the destination and the file name in Command prompt and send it to an IP? Or do i need other external FTP programs in order to use it? Any comments / advice...
  12. OOP

    Split a stereo Sound Card into several audio Ins

    Hi, I've read in VRS recording websites that it's possible to split a single input (Sound In) on the Sound Card to several inputs. May i know does anyone has experience in doing this before? The reason in doing this is that i need to record voices from different channels simultanously. Any...
  13. OOP

    Voice recording and playback

    Hi all, Here are some updates regarding my current project. My final objective is to have a 6-channels voice activation recording. Meaning that the program will monitor these 6 channels and if it detects a Voice input, it'll start recording (this can happen simultaneously to six channels). Now...
  14. OOP

    Voice recording and playback

    Thanks bio for your consistent help so far, please give me some time to get the relevant information (I also need them thou..). By the way, does anyone knows where can i get the "Win32 Multimedia API Documentation" ? Can't managed to find it in msdn..
  15. OOP

    Voice recording and playback

    This functionality is for integration into a bigger part of a problem. I'm also wondering if its possible to record multiple channels simulanteously (recording 5 different voices at the same time)..For example, the recording will start after a hard-wired switch is pressed..
  16. OOP

    Voice recording and playback

    Thanks, bio. For the past few days, i've been researching on the possible ways to do this and i found the following: http://www.codeproject.com/audio/Voice_Recording.asp This example uses MCI command to record voice and play. Is it a good choice? Personally, i'm not quite sure about achieving...
  17. OOP

    Compile Error, Sub or Function not defined

    Thanks. Geoff. Actually i did not include the WorksheetFunction before RoundDown :P Thanks again.
  18. OOP

    Compile Error, Sub or Function not defined

    Hi, I'm using RoundDown function in Visual Basic with Excel worksheets but when i run the program, it prompts me a Compile Error. Is it because RoundDown is not supported in VB. Have changed to Floor but still the same problem.. Please help.Thanks.
  19. OOP

    Voice recording and playback

    Hi, I'm currently working on recording a Voice, and playback. Is there any references that i can study? And also is there any pre-built libraries for the Analog to Digital convertion and sampling rate stuff? If not, then think i'll have to come out with the codes for the sampling and so on...
  20. OOP

    Formulas in WORD {}

    Thanks, will take a detailed look later. Looks like what i want in first glance^^

Part and Inventory Search

Back
Top