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 TouchToneTommy 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. ugwings

    open text files with spaces in pathname

    Hi John, You were right, I needed to place # before the FileNumber variable. Thanks for your help!
  2. ugwings

    open text files with spaces in pathname

    Thanks for the tips. The problem occurs if I have any space in the full pathname. As an example: C:\Documents and Settings\steve\My Documents\gem details.txt Any suggestions?
  3. ugwings

    open text files with spaces in pathname

    I am running into an error 52 problem when I try to open a file with a space in the name. I have tried quoting and unquoting but to no avail. Here is an example: FileName = Chr(34) "\gem detail.txt" & Chr(34) FileNumber = FreeFile Open FileName For Input As FileNumber What I am doing...
  4. ugwings

    pring printer

    BIS, Your solaris box remembers the hardward address of the first printer. You must reboot your solaris box or remove the arp entry. Example: arp -a | grep 10.2.0.100 You will see the hardware address of the first printer arp -d 10.2.0.100 - will delete then entry ping 10.2.0.100 -...
  5. ugwings

    URGENT !! Root Password

    mklife, reboot from cd

Part and Inventory Search

Back
Top