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: *

  1. electricpete

    laptop flickers and goes black

    I have a Toshiba satellite A105 laptop. It is approximately 4 years old. I started hearing a buzzing sound from neightbohood of either bottom of screen or speakers (speakers are close)... couldn't tell. Screen flickered, then went black. I restarted the laptop and it worked okay for awhile...
  2. electricpete

    outdated software - cause problems when NOT in use?

    The following software identified a large amount of software on my computer that is out-of-date, vulnerable for various reasons, and subject to being exploited by hackers. Secunia Personal Software Inspector: https://secunia.com/vulnerability_scanning/personal/ Much of the software was easily...
  3. electricpete

    ComboFix log

    My computer is Windows Vista machine. It was taken over by a fake anti-virus called Vista Security or something like that. All attempts at removal were unsuccessful, so I ran combofix. I actually I ran ComboFix twice and both logs are posted below. The first time I ran ComboFix, at certain...
  4. electricpete

    Recovering files to flash drive in DOS

    GENERAL BACKGROUND (not required to define my problem) The fake a/v software (Vista Total Security or many other names) has invaded my computer 3 times, each time coming back a little stronger with more and more tentacles. It not only hijacks your browser, and every program, also commandeers...
  5. electricpete

    IE8 - open FTP site in windows explorer doesn't allow drag/drop

    I want to open an FTP site in windows explorer so I can copy folders. I log into the site (ftp://upload.comcast.net/) and then I select Page / "Open FTP site in windows explorer" It successfully opens a windows explorer window "FTP root at upload.comcast.net", but that window seems to be in...
  6. electricpete

    Rootkit Reveal Log

    My Toshiba laptop PC with Windows XP SP2 and 2GB ram seems slower and has occasional crashes. I tried the rootkit detector tool mentioned here: faq760-6534 The program flagged the 3 registry entries below , plus many files. Do these items suggest anything to you? Path Timestamp Size...
  7. electricpete

    invalid vba function name... R2_ac

    I created a vba function called R2_ac in excel 2000. It returns a double. It works fine when called by vba but creates an error the moment I enter it into excel (excel thinks I have an error in my formula as soon as I press enter). Even if I simplify the function to: Function R2_ac(ab As...
  8. electricpete

    VBA UDF array fn (ctl-shf-ent) - finding size of spec'd return range

    When a spreadsheet user invokes an "array" or "matrix" function, he has to highlight the entire output range and press ctrl-shift-enter. VBA must return an array with the exact dimensions matching that output range, otherwise an error occurs. Typically the problem parameters make it obvious...
  9. electricpete

    Returning a string corresponding to the name of a variable

    It's probably not possible, but I'll ask anyway. Let's say I pass an argument of type double byRef to a function. The function knows the address of that variable. Can the function also figure out the name of that variable in the calling environment and return it to me as a string?
  10. electricpete

    Easy way to make a "library" of functions/decl available to vba?

    This is sort of a followup to thread707-1604231 There is a group of interrelated functions in 101 bas files that I'd like to be able to access from vba periodically. I am willing to insert all 101 files into modules in a spreadsheet project... once. But I don't want to have to do that every...
  11. electricpete

    Accessing *.bas files from within excel vba

    I am trying to access the vba version of alglib http://www.alglib.net/ When I download and unzip, I see a bunch of bas files. Is there a way to make these files available to excel vba other than cutting/pasting each one into a module?
  12. electricpete

    figuring out cell which called a function

    I know it's a strange request. But if I set a breakpoint (stop) in a vba function, is there a way of tracing back where the function was called from (either a cell or another function)?
  13. electricpete

    Windows Vista Basic Edition Boot Disks

    I just bought an "e-machines" computer which came pre-loaded with Windows Vista Basic. There was no CD that came with the computer. I tried to figure out how to make a "boot disk" to re-start the computer in the event the operating system on the hard disk is damaged. As far as I can tell...
  14. electricpete

    Error on starting word - removing and re-installing doesn't fix

    System: Windows XP SP3 on Toshiba Satellite Laptop with MS Office Professional 2000 Suite installed. Symptoms: Whenever I try to start MS Word, I get the message "MS Word For Windows has encountered a problem and needs to close. We are sorry for the inconvenience. If you were in the middle...
  15. electricpete

    McAfee: 'Your computer is not fully protected'

    I have McAfee virusscan and firewall installed on my computer. Periodically I get a message "Your computer is not fully protected". Investigation usually reveals "System Guards are disabled". I fix the problem and often it appears again within a few minutes. I get several of these messages...
  16. electricpete

    togglebutton procedure - shortcut reference to togglebutton name?

    On tek-tips.com sister site eng-tips.com, someone presented a problem where they end up wanting to use a whole bunch of toggle buttons with a somewhat customized appearance, but they don't want to have to customize the code for each button too mcuh (ideally the same code in each button)...
  17. electricpete

    confustion about what the meaning of "is" is

    Help tell me that "is" allows us to test whether two object reference variables point to the same object. I tried to test it with the following code and get some results I don't understand. Sub test1() Sheet1.Select Names.Add Name:="cellA3", RefersTo:=Range("A3") Debug.Print "range...
  18. electricpete

    functions in personal.xls -> #name? error

    I am able to put macros (subs without arguments) in my personal.xls file, and they are available for running in any spreadsheet via the Tools / Macro / Run menu. But when I try to invoke a function from my personal.xls, I get an error #name? Why is it that a workbook can pull a sub from...
  19. electricpete

    invoking from vba the file open dialogue box to get path

    I have powerpoint 2000. I would like to be able to launch a file open dialogue box which would allow user to navigate to a file or directory so I can determine the path name. (easier than asking the user to type out a long path name). I checked the FAQ. I saw faq707-4114 describing how to...
  20. electricpete

    how to test whether cell is a member of a range

    Let's say I use the Worksheet_Change event which tells my a target cell or range. I am assuming it will only be a single cell (will check for that). I want to check whether that target cell lies within a named range (which is not a continguous set). Is there an easy way to do this? More...

Part and Inventory Search

Back
Top