Hej!! Set objExcel = GetObject(, "Excel.Application")VB, Excel problem
Mitt VB program startar en Excel application genom följande rad
Set objExcel = New Excel.Application
Detta funkar på min NT 4 burk men när jag kör samma program på min bärbara med Win 98 på så får jag följande meddelande:
Variable uses an automation type not supported in Visual Basic
Har även prövat med
Set objExcel = GetObject(, "Excel.Application")
med samma resultat.
Båda datorerna har Excel 2000 installerat.
Någon som vet vad som är fel??
Tack för hjälpen!!
//KristofferSv: VB, Excel problem
innebär att du förutsätter att Excel är igång - se tips & tricks eller det gamla forumet och sök Excel - så tror jag det finns ett exempel som jag postat vid något tillfälle...
/Pelle