Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel,microsoft.public.vb.general.discussion
|
|||
|
|||
![]()
Hello,
My app (written in vbasic5) accesses spreadsheet using Excel automation. From time to time I have calls from new users wanted to use my app, that my app cannot find any opened spreadsheet. In most cases reinstalling MsOffice clears that problem. My question is why or what causes Excel automation failure? How widespread that problem is? What else user can try to restore automation (besides reinstalling MsOffice)? Your comments appreciated, Jack |
#2
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel,microsoft.public.vb.general.discussion
|
|||
|
|||
![]()
What is your code to automate Excel?
Have you set a reference to Excel? RBS "Jack" <replyto@it wrote in message ... Hello, My app (written in vbasic5) accesses spreadsheet using Excel automation. From time to time I have calls from new users wanted to use my app, that my app cannot find any opened spreadsheet. In most cases reinstalling MsOffice clears that problem. My question is why or what causes Excel automation failure? How widespread that problem is? What else user can try to restore automation (besides reinstalling MsOffice)? Your comments appreciated, Jack |
#3
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel,microsoft.public.vb.general.discussion
|
|||
|
|||
![]()
Please tell me how my code can be revelant in that case if it works most of
the time and when it does not the reinstalling MsOffice clears that problem? Jack "RB Smissaert" wrote in message ... What is your code to automate Excel? Have you set a reference to Excel? RBS "Jack" <replyto@it wrote in message ... Hello, My app (written in vbasic5) accesses spreadsheet using Excel automation. From time to time I have calls from new users wanted to use my app, that my app cannot find any opened spreadsheet. In most cases reinstalling MsOffice clears that problem. My question is why or what causes Excel automation failure? How widespread that problem is? What else user can try to restore automation (besides reinstalling MsOffice)? Your comments appreciated, Jack |
#4
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel,microsoft.public.vb.general.discussion
|
|||
|
|||
![]()
Without seeing the code is hard to tell if it is relevant or not.
RBS "Jack" <replyto@it wrote in message ... Please tell me how my code can be revelant in that case if it works most of the time and when it does not the reinstalling MsOffice clears that problem? Jack "RB Smissaert" wrote in message ... What is your code to automate Excel? Have you set a reference to Excel? RBS "Jack" <replyto@it wrote in message ... Hello, My app (written in vbasic5) accesses spreadsheet using Excel automation. From time to time I have calls from new users wanted to use my app, that my app cannot find any opened spreadsheet. In most cases reinstalling MsOffice clears that problem. My question is why or what causes Excel automation failure? How widespread that problem is? What else user can try to restore automation (besides reinstalling MsOffice)? Your comments appreciated, Jack |
#5
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel,microsoft.public.vb.general.discussion
|
|||
|
|||
![]()
On Thu, 20 Nov 2008 13:26:22 -0500, "Jack" <replyto@it wrote:
¤ Hello, ¤ My app (written in vbasic5) accesses spreadsheet using Excel ¤ automation. ¤ From time to time I have calls from new users wanted to use my app, that my ¤ app cannot find any opened spreadsheet. ¤ In most cases reinstalling MsOffice clears that problem. ¤ My question is why or what causes Excel automation failure? ¤ How widespread that problem is? ¤ What else user can try to restore automation (besides reinstalling ¤ MsOffice)? Could be versionitis with respect to Excel, especially if you're using early-binding and supporting different versions of Excel. It would help to know what type of error messages occur, if any. Paul ~~~~ Microsoft MVP (Visual Basic) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup failure & ctrl-f failure? | Excel Discussion (Misc queries) | |||
failure to open up excel file | Excel Discussion (Misc queries) | |||
Excel fill failure | Excel Worksheet Functions | |||
Failure with Excel.Application Call | Excel Programming | |||
Failure to open workbook via automation | Excel Programming |