Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I used the following code to launch excel 2007 in Vista or Windows 7 through automation: Dim objExcel As Object Set objExcel = CreateObject("Excel.Application") 'Check whether Excel is installed If objExcel Is Nothing Then MsgBox "MS Excel is not installed", vbOKOnly Else With objExcel .Workbooks.Open <filename .UserControl = True .Visible = True End With End If Excel is launched but does not come to the foreground as it used to be in Windows XP or windows 2003 server. NOTE: I found the same effect when i launch Word 2007 in Vista, Windows 7 and Windows 2008 server. Also I tested office 2003 in Vista and i have the same effect ... It seems that this behaviour is caused by Vista based OS. Does anyone have the same problem? Any solution for it? Thanks in advance! Madan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2003 Excel Windows XP to 2007 Excel Windows Vista | Excel Programming | |||
Excel 2007/Windows Vista opening seperate instances. | Excel Discussion (Misc queries) | |||
Windows Speech Recognition not working with Excel 2007 in Vista Small Business | Excel Discussion (Misc queries) | |||
office 2007 excel and windows vista ultimate | Excel Discussion (Misc queries) | |||
Windows Vista - Excel 2007 - Excel 2003 | Excel Discussion (Misc queries) |