1. Ok, I was able to get it to open and run the macro using the script at the bottom of this message.What it does, is ask if I want to save the file when it tries to quit. The file has already been created, so I want to disable/bypass the save file window, or automatically enter no to save, so Excel clRead more

    Ok, I was able to get it to open and run the macro using the script at the bottom of this message.

    What it does, is ask if I want to save the file when it tries to quit. The file has already been created, so I want to disable/bypass the save file window, or automatically enter no to save, so Excel closes without user interaction.

    Set objExcel = CreateObject(“Excel.Application”)
    Set objWorkbook = objExcel.Workbooks.Open(“C:\scripts\WRI Conversion\reformat_output.xlsm”)
    objExcel.visible = true
    objExcel.Run “reformat_output”
    objExcel.Quit

    See less
    • 0
  2. Set up a table like this: A 1 Value 2 ="<0" (This will display as <0) 3 4 Value 5 1 6 9 7 3 8 4 9 (4) 10 (7) 11 6 12 (7) 13 0 14 (4) Data...Advanced FilterChoose either:Filter the list, in placeorCopy to another locationList Range: A4:A14Criteria Range: A1:A2Copy to: Optional, based on the choRead more

    Set up a table like this:

           A        
    1    Value    
    2    ="<0"   (This will display as <0)
    3        
    4    Value
    5      1
    6      9
    7      3
    8      4
    9     (4) 
    10    (7)    
    11     6   
    12    (7)
    13     0    
    14    (4) 
    

    Data…Advanced Filter

    Choose either:

    Filter the list, in place
    or
    Copy to another location

    List Range: A4:A14
    Criteria Range: A1:A2
    Copy to: Optional, based on the choice you made above.

    See less
    • 0
  3. The SonicWall unit should already have a hard drive inside it for access over a network. Use that for each of your end-users. The USB port on the SonicWall is not for attaching an external hard drive, it's for a backup wireless device such as a 3G dongle as supplied by cellphone network providers, iRead more

    The SonicWall unit should already have a hard drive inside it for access over a network. Use that for each of your end-users. The USB port on the SonicWall is not for attaching an external hard drive, it’s for a backup wireless device such as a 3G dongle as supplied by cellphone network providers, in case your regular broadband service is down.

    SonicWall is not detecting your hard drive because it’s not a valid device.

    See less
    • 0
  4. This may be of interest...?http://tinyurl.com/k5ebsxsWhat model Netgear extender do have?

    This may be of interest…?

    http://tinyurl.com/k5ebsxs

    What model Netgear extender do have?

    See less
    • 0
  5. Under normal circumstances the bios will recognize the setting have been cleared and on the first startup after that it will suggest you go into bios setup. I don't know if that will happen for you. It's going to depend on what the damage is.I'm not sure how to proceed. It doesn't seem you have anyRead more

    Under normal circumstances the bios will recognize the setting have been cleared and on the first startup after that it will suggest you go into bios setup. I don’t know if that will happen for you. It’s going to depend on what the damage is.

    I’m not sure how to proceed. It doesn’t seem you have any device to boot from. I still feel the cdrom is bad. The bios gets to the ‘boot from cd’ stage and at that point it’s pretty much done its thing and hands off to the boot up process.

    It’s not booting from the hard drive either. You probably have a ‘boot from USB’ option in the boot order but apparently can’t get into bios setup to move its boot priority–if that were needed. There may be a separate option showing on the startup screen about pressing a key for the boot options. If so try that. After that the only possibility I can see is to set up a bootable flash drive with the bios update files on it and hope it boots from there and that the update fixes the problem.

    See less
    • 0
  6. Have you seen this lot?:http://en.community.dell.com/suppor...Seems you are not alone.Always pop back and let us know the outcome - thanks

    Have you seen this lot?:
    http://en.community.dell.com/suppor…
    Seems you are not alone.

    Always pop back and let us know the outcome – thanks

    See less
    • 0
  7. Sounds like a video card driver problem. Since you say your system had no pre-installed OS, Win7 is using default drivers which is why normal windows games run fine and others that run in outside the normal windows layer do not.Look for the device drivers for your laptop on a search engine and thenRead more

    Sounds like a video card driver problem. Since you say your system had no pre-installed OS, Win7 is using default drivers which is why normal windows games run fine and others that run in outside the normal windows layer do not.

    Look for the device drivers for your laptop on a search engine and then download them. Once installed your games will run fine I suspect.

    See less
    • 0
  8. The so called drivers for monitors aren't really drivers but definition files, where the supported resulutions and the appropriated frequencies are listed.So as stated in #1 you don't need a driver for the monitor but for the graphics card.

    The so called drivers for monitors aren’t really drivers but definition files, where the supported resulutions and the appropriated frequencies are listed.

    So as stated in #1 you don’t need a driver for the monitor but for the graphics card.

    See less
    • 0
  9. ... you mention trying to "reboot" but it sounds more like a (Norton) Symantec ghost recovery image failure (where) the error log file location does not exist.... You can change the default abort file (ghosterror.txt) location and name by specifying the switch -afile=filename where filename containsRead more

    … you mention trying to “reboot” but it sounds more like a (Norton) Symantec ghost recovery image failure (where) the error log file location does not exist.

    … You can change the default abort file (ghosterror.txt) location and name by specifying the switch -afile=filename where filename contains the path and name of the error file you wish to create.

    Example: ghost -afile=c:\errorfile.txt

    ………………………………………………………… source info

    .
    Angel Decoy
    … Posting is provided “AS IS” with no warranties
    http://img132.imageshack.us/img132/…
    Grrrr… …im

    See less
    • 0