Results 1 to 3 of 3

Thread: Run-time Error: '75'

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    5

    Smile Run-time Error: '75'

    Hi All,

    I have developed an application using VB 6.0 which involves MS Office Automation. I have written the code to select an Excel file from common dialog box. The Application has been distributed in the form of Executable files.

    It is working absolutely fine in most of the systems, but in some systems during the file selection it throws the below error:

    Run-time Error: '75' - The specified path/file name cannot be accessed or is invalid. I cannot figure out the reason why it is throwing such error?

    I request you guys to help me in this.

    I am looking forward to your reply with interest!

    Regards
    Abdul

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Run-time Error: '75'

    I think you are looking for a general answer to a specific question.

    You said that your code is working fine except in some systems.

    That means that you don't need to look at your code. That is working fine.

    You need to look at the systems where your code isn't working.

    You need to get SPECIFIC information for folks for whom this is not working.

    What are they trying to access?
    Do they have the proper permissions to access it?
    Is what they are trying to access valid at the time they are trying to access it?

    I can't answer those questions, and neither can anyone else, including you.

    The only person that can answer those questions is the person that is having the problem.

  3. #3
    Discovering Life Siddharth Rout's Avatar
    Join Date
    Feb 2005
    Location
    Mumbai, India
    Posts
    12,001

    Re: Run-time Error: '75'

    This error occures when the Program does not have rights or access to a file. Often this is caused when a program is trying to access a network file it doesn't have proper access to either because of network privileges or something is blocking the program. This issue can also be caused when the file is being used by another program or is read-only.
    A good exercise for the Heart is to bend down and help another up...
    Please Mark your Thread "Resolved", if the query is solved


    MyGear:
    ★ CPU ★ Ryzen 5 5800X
    ★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
    ★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
    ★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
    ★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
    ★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
    ★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
    ★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
    ★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
    ★ Keyboard ★ TVS Electronics Gold Keyboard
    ★ Mouse ★ Logitech G502 Hero

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width