G
Gary
I am using VBA code in an Access 2000 application.
I have an OLE object embeded in a table in access. I active it by using the
action command:
Forms![GenPPT]![OLEFile].Action = acOLEActivate
This opens up the embeded OLE object in its own window. After setting some
settings of the OLE object, I closed the OLE object down with:
AppVisio.Quit
Set AppVisio = Nothing
Everything works here!!!
The problem is when I do the add side command in power point,
oPres.Slides.Add(oPres.Slides.Count + 1,
ppLayoutBlank).Shapes.AddOLEObject Left:=0, Top:=0, Width:=xWidth,
Height:=yHeight, FileName:=Trim(Working_Directory) & "\tempory.vsd"
another OLEObject forms opens up. In my case, it is Visio.
I think there is a compatibility issue between the computer that got those
extra Visio windows vs the computer at work, and a friend's computer???
My Home has a xp sp2+ with os with office, access, and ppt 2000 sp3.
My work has an win 2000 pro os with office, access, and ppt with 2002 sp3
My friend has a xp sp2+ win os with office, access, and ppt with 2003
All three system uses the same version of Visio.
Can someone please help!
Gary
I have an OLE object embeded in a table in access. I active it by using the
action command:
Forms![GenPPT]![OLEFile].Action = acOLEActivate
This opens up the embeded OLE object in its own window. After setting some
settings of the OLE object, I closed the OLE object down with:
AppVisio.Quit
Set AppVisio = Nothing
Everything works here!!!
The problem is when I do the add side command in power point,
oPres.Slides.Add(oPres.Slides.Count + 1,
ppLayoutBlank).Shapes.AddOLEObject Left:=0, Top:=0, Width:=xWidth,
Height:=yHeight, FileName:=Trim(Working_Directory) & "\tempory.vsd"
another OLEObject forms opens up. In my case, it is Visio.
I think there is a compatibility issue between the computer that got those
extra Visio windows vs the computer at work, and a friend's computer???
My Home has a xp sp2+ with os with office, access, and ppt 2000 sp3.
My work has an win 2000 pro os with office, access, and ppt with 2002 sp3
My friend has a xp sp2+ win os with office, access, and ppt with 2003
All three system uses the same version of Visio.
Can someone please help!
Gary