D
Dom
I use something like the following in VB:
dim x as Excel.application
set x = excel.application
x.Visible = true
[... use x ...]
call x.quit
set x = nothing
This works fine, but just for the first time. When I call
it again, Excel starts up, but I only get the window frame
and the caption. The client area in transparent.
Can someone tell me what I am doing wrong? I'd appreciate
if responses were sent to my email address, because I
don't come here often. (e-mail address removed)
Dom
dim x as Excel.application
set x = excel.application
x.Visible = true
[... use x ...]
call x.quit
set x = nothing
This works fine, but just for the first time. When I call
it again, Excel starts up, but I only get the window frame
and the caption. The client area in transparent.
Can someone tell me what I am doing wrong? I'd appreciate
if responses were sent to my email address, because I
don't come here often. (e-mail address removed)
Dom