WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

OLE with Excel
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Animate Excel office assistant

Keywords: 	  Animate Excel office assistant

Sample code:

MSapp = ObjectOpen("Excel.Application")
MSapp.Visible = @TRUE
offAssist = MSapp.Assistant
offAssist.Visible = @TRUE
For x = 1 to 30
offAssist.Animation = x
timedelay(1)
next
TimeDelay(5)
   



Article ID:   W14689
Filename:   Animate Excel office assistant.txt
File Created: 2000:06:23:08:11:20
Last Updated: 2000:06:23:08:11:20