C
Carolyn Speakman
Hi,
I'm fairly new to VBA and I'm trying to open Excel from word but it's not working. I'm using Office 2003, and this is the code:
Dim excelTemp As Object
Set excelTemp = CreateObject(Excel.Application)
I've also tried declaring excelTemp As Excel.Application, but it's not recognised as an object type.
Anyone got any ideas??
Carolyn
I'm fairly new to VBA and I'm trying to open Excel from word but it's not working. I'm using Office 2003, and this is the code:
Dim excelTemp As Object
Set excelTemp = CreateObject(Excel.Application)
I've also tried declaring excelTemp As Excel.Application, but it's not recognised as an object type.
Anyone got any ideas??
Carolyn