Hi
I’m fairly new to VBA and can’t seem to make excel start Word or vice versa. I know I’m close but can’t quite do it.
I want to write a macro that I can run in word which will start up excel or open a window in excel if it is already running.
I’ve tried
Dim xl as Excel.Application
Set xl=CreateObject (“Excel.Application)
but I think I’m missing something
Can anyone help ?