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: W14689Filename: Animate Excel office assistant.txt