• Subject: From Outlook open a Excel-file, but how can i set focus to Excel?
  • Author: ExcelLars
  • Date: 09 May
  • References:
How can I set focus to Excel?

On Error Resume Next
Set objXL = GetObject(, "Excel.Application")
Err.Clear

objXL.Workbooks.Open FileName:="H:\Outlook\Prosjekt.xls"
09 MayFrom Outlook open a Excel-file, but how can i set focus to Excel?.ExcelLars
09 May\ Re: From Outlook open a Excel-file, but how can i set focus to Excel?.Ken Slovak - [MVP - O...
All times are in (US) Eastern Daylight Time (GMT -4:00)