Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


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