Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to open an Excel file from Explorer and get the following
message, "method 'select' of object_worksheet' failed" following by being notified that Excel must close. I am not RAM limited but tried rebooting anyway to no avail. When I open the same file from Excel it works fine. The file has an auto_open macro that minimizes the window, selects a certain worksheet based on criteria and performs a copy and paste special of the current time in one of the worksheets. Can someone tell me what might be happening here? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Open Excel, click on Tools|Options, select the General Tab and untick the
option Ignore Other Applications. Close Excel, and try and reopen from explorer. "Carl" wrote: I am trying to open an Excel file from Explorer and get the following message, "method 'select' of object_worksheet' failed" following by being notified that Excel must close. I am not RAM limited but tried rebooting anyway to no avail. When I open the same file from Excel it works fine. The file has an auto_open macro that minimizes the window, selects a certain worksheet based on criteria and performs a copy and paste special of the current time in one of the worksheets. Can someone tell me what might be happening here? Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, Kassie. That was a good try but it was already unchecked. Any other
thoughts? "kassie" wrote: Open Excel, click on Tools|Options, select the General Tab and untick the option Ignore Other Applications. Close Excel, and try and reopen from explorer. "Carl" wrote: I am trying to open an Excel file from Explorer and get the following message, "method 'select' of object_worksheet' failed" following by being notified that Excel must close. I am not RAM limited but tried rebooting anyway to no avail. When I open the same file from Excel it works fine. The file has an auto_open macro that minimizes the window, selects a certain worksheet based on criteria and performs a copy and paste special of the current time in one of the worksheets. Can someone tell me what might be happening here? Thanks in advance. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That error then comes from the macro you are talking about! I suggest you
check the code, and maybe in VBE run Debug|Compile VBA Project. See if you come up with the same error. If that does not help, you may have to post the actual code, and I'm sure someone will be able to assist you! "Carl" wrote: Thanks, Kassie. That was a good try but it was already unchecked. Any other thoughts? "kassie" wrote: Open Excel, click on Tools|Options, select the General Tab and untick the option Ignore Other Applications. Close Excel, and try and reopen from explorer. "Carl" wrote: I am trying to open an Excel file from Explorer and get the following message, "method 'select' of object_worksheet' failed" following by being notified that Excel must close. I am not RAM limited but tried rebooting anyway to no avail. When I open the same file from Excel it works fine. The file has an auto_open macro that minimizes the window, selects a certain worksheet based on criteria and performs a copy and paste special of the current time in one of the worksheets. Can someone tell me what might be happening here? Thanks in advance. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks.
"kassie" wrote: That error then comes from the macro you are talking about! I suggest you check the code, and maybe in VBE run Debug|Compile VBA Project. See if you come up with the same error. If that does not help, you may have to post the actual code, and I'm sure someone will be able to assist you! "Carl" wrote: Thanks, Kassie. That was a good try but it was already unchecked. Any other thoughts? "kassie" wrote: Open Excel, click on Tools|Options, select the General Tab and untick the option Ignore Other Applications. Close Excel, and try and reopen from explorer. "Carl" wrote: I am trying to open an Excel file from Explorer and get the following message, "method 'select' of object_worksheet' failed" following by being notified that Excel must close. I am not RAM limited but tried rebooting anyway to no avail. When I open the same file from Excel it works fine. The file has an auto_open macro that minimizes the window, selects a certain worksheet based on criteria and performs a copy and paste special of the current time in one of the worksheets. Can someone tell me what might be happening here? Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When creating a formula how do you select only visible cells | Excel Discussion (Misc queries) | |||
Cannot select a chart on an Excel worksheet | Charts and Charting in Excel | |||
Still can select locked cells in protected sheet | New Users to Excel | |||
SELECT large amount of data in a worksheet | Excel Discussion (Misc queries) | |||
Cells User Select Locked after upgrade to Excel 2002 | Excel Discussion (Misc queries) |