Rx_
Nothing In Moderation
- Local time
- Today, 14:45
- Joined
- Oct 22, 2009
- Messages
- 2,803
VBA Error fail on Top method of Application (Excel)
New Question: has anyone else had this error?
I just updated the question because the problem was not what I expected.
This code never had an error when running the front end from a workstation linked to the exact same back end database.
After checking my home made error log, it became apparant that this error was randomlly happening over the last month, about once per week with different users. The same users could run again and get the Excel report created with out any errors.
The vba code causing the error shown in the next reply is:
2990 ObjXL.Application.Left = 4
3000 ObjXL.Application.Top = -7.25
Running this from a network location sometimes errored.
Running a copy of the same Access front end from a workstation never errored.
Wondering if anyone has an explanation?
New Question: has anyone else had this error?
I just updated the question because the problem was not what I expected.
This code never had an error when running the front end from a workstation linked to the exact same back end database.
After checking my home made error log, it became apparant that this error was randomlly happening over the last month, about once per week with different users. The same users could run again and get the Excel report created with out any errors.
The vba code causing the error shown in the next reply is:
2990 ObjXL.Application.Left = 4
3000 ObjXL.Application.Top = -7.25
Running this from a network location sometimes errored.
Running a copy of the same Access front end from a workstation never errored.
Wondering if anyone has an explanation?
Attachments
Last edited: