Lỗi path/file access error khi copy sheet

Lỗi Run-time error 75: Path/file access error thường xảy ra khá phổ biến khi người dùng cài HTKK và đăng nhập vào phần mềm này, nguyên nhân rất dễ xác định và nếu đã xác định đúng, người dùng nói chung và các kế toán viên có thể sửa lỗi Run-time error 75 và sử dụng HTKK để khai thuế.

Nhiều kế toán viên sau khi cài HTKK và tìm hiểu cách khai thuế đã gặp khá nhiều khó khăn trong việc xác định nguyên nhân của một số lỗi và cách giải quyết các lỗi HTKK thường gặp. Một trong những lỗi HTKK thường gặp nhất là không gõ được Tiếng Việt có dấu trong HTKK, sửa lỗi không gõ được Tiếng Việt có dấu trên HTKK khá dễ dàng, chủ yếu bằng việc cấu hình và thiết lập lại bộ công cụ gõ Tiếng Việt tải Unikey hoặc Vietkey.

Lỗi path/file access error khi copy sheet

Sửa lỗi Run-time error 75: Path/file access error trong HTKK

Còn đối với lỗi Run-time error 75 : Path/file access error trong bài viết này chủ yếu do người dùng chưa cấp quyền quản trị cao nhất, quyền chỉnh sửa hệ thống, quyền Write (ghi) lên cho phần mềm khai thuế HTKK, dẫn tới việc khởi động HTKK và tạo thư mục không thành công trong HTKK.

Sửa lỗi Run-time error 75 : Path/file access error trong HTKK

Bước 1: Mở thư mục HTKK (HTKK320) trong ổ C trên máy tính theo đường dẫn sau: C:\Program Files (x86) (Windows 64-bit) hoặc C:\Program Files (Windows 32-bit).

Lỗi path/file access error khi copy sheet

Bước 2: Bạn nhấp chuột phải lên thư mục và chọn Properties > tab Security

Tại mục Group or User names tick vào dòng Administrator. Tại mục Permissions for Administrator, người dùng cần chọn vào tài khoản quản trị máy tính cao nhất có tên Administrators. Nhấn Edit để chỉnh sửa giá trị.

Bước 3: Bạn chọn dấu tích vào phần ô vuông của “Full Control” ở cột Allow.

Lỗi path/file access error khi copy sheet

Tùy chọn này sẽ cho phép quản trị viên máy tính có thể phân quyền quản trị cao nhất cho phần mềm HTKK trên máy tính.

Lỗi path/file access error khi copy sheet

Bước 3: Nhấn Apply >OK để lưu lại thiết lập thay đổi quyền quản trị trên thư mục HTKK nhé. Truy cập lại vào HTKK như bình thường.

Lỗi path/file access error khi copy sheet

Như vậy, chỉ bằng vài thao tác cấp quyền quản trị cơ bản, người dùng phần mềm hỗ trợ khai thuế HTKK đã có thể sửa lỗi Run-time error ‘75 ‘: Path/file access error khá dễ dàng.

Hiện nay người dùng đang sử dụng HTKK như một công cụ chủ yếu để hỗ trợ khai thuế doanh nghiệp và cá nhân, ngoài những tính năng quan trọng như tính toán, khai thuế và tạo tờ khai HTKK, phần mềm còn cho phép người dùng có thể nắm được hoạt động sản xuất kinh doanh của doanh nghiệp thông qua tính năng tạo báo cáo tài chính dưới dạng file XML, tất nhiên để đọc được những file này, người dùng cần cài đặt iTaxViewer hay Excel thì mới có thể đọc file XML từ HTKK cũng như phục vụ cho việc khai thuế.

Với công cụ tạo tờ khai thuế trong HTKK, người dùng cũng sẽ phải cài iTaxViewer để  kiểm tra tờ khai dưới dạng file XML trước khi xuất và gửi tới Cơ quan Thuế vụ.

Hy vọng bạn đọc đã có thể giải quyết được lỗi Run-time error 75 trong quá trình sử dụng HTKK.

https://thuthuat.taimienphi.vn/sua-loi-run-time-error-75-pathfile-access-error-trong-htkk-9211n.aspx
Chúc các bạn thành công!


Discussion:

Path/File access error: '.\VB??.tmp'

(too old to reply)

Hi,

I have seen many postings to this subject, but the solutions written
in the postings didn't fix my problem.

Excel answers with this Error message when I try to copy a sheet to a
new workbook, like that.

Sheets("Sheet1").Copy

The part with "??" changes if I try to run the macro several times.

Does some new suggestions or solutions exist at this point of time?

For any help, i would be very thankful.

Ciao
Daniel

Hi,

I too have been experiencing this problem since I installed Office 2003.

In my case the problem was due to a lack of permission to create the
temporary file.

Let me explain.

The error message I got was subtly different to yours, mine was “Path/File
access error: '\VB??.tmp'”. Notice that the full-stop, in the file path,
indicating the current directory is missing. This would mean that it is
trying to write to the root directory of the drive of the current
directory.

What I did not initially know is what drive it was trying to write to. I
would have thought C: or where my Windows Temp directory was located, but
no.

It was trying to create them to our L: drive. I did not have permission to
write to the L: drive root directory.

The question was why would it try to write it to that drive? The answer
was that we use File Redirection under group policies to redirect all the
users “My Documents” folders to a sub-directory system on the L: drive.
The copy and paste operation is presuming it can use the root directory of
the “My Documents” (which happens to be the L: drive) directory as a
temporary workspace. Which would work fine if “My Documents” was on the C:
drive.

I have been given file access to the root directory of the L: drive, which
solves my problem. I however, for security reasons, don’t think that is by
any means a permanent solution. If anyone has a better solution please let
me know.

I think this problem is an oversight on the part of Microsoft. They should
rather write Temp Files to the users’ Temp directory instead of writing to
the root directory or to a relative path from the “My Documents” folder.

Hope this helps,
Thomas

I also received the '\VB??.tmp'” version of this error. Oddly I was able to use the macro on data from another folder, so what I ended up doing was copying the relevant data onto a folder on my desktop and that data was able to be used for the macro. I suppose if you have another user specific folder that you have access to, that should work too. There doesn't appear to be any reason why one folder is different than the other.

Post by Tom01
Hi,
I too have been experiencing this problem since I installed Office 2003.
In my case the problem was due to a lack of permission to create the
temporary file.
Let me explain.
The error message I got was subtly different to yours, mine was “Path/File
access error: '\VB??.tmp'”. Notice that the full-stop, in the file path,
indicating the current directory is missing. This would mean that it is
trying to write to the root directory of the drive of the current
directory.

Hi Tom01
Thanks for your help. My problem is : "My Doccument" folder redirection to "One Drive" network but now it not available.
I try to move the location of this folder to local drive one and it works.
Thanks so much

Loading...