View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default text running on status bar in Excel

Oops..please ignore the post..I misunderstood your question..

If this post helps click Yes
---------------
Jacob Skaria


"Jacob Skaria" wrote:

Launch VBE using Alt+F11.
From menu 'Insert' a module.
Paste the code as below

Sub Macro()
'your code here.
End Macro

Now close and get back to workbook. From menu ToolsMacro select the macro
and Run.

--
If this post helps click Yes
---------------
Jacob Skaria


"Tvnguye" wrote:

I used code: Application.statusbar = "text here..."
But I don't know how to make text running. Could you help me?
Notify me by email:
Thanks
Nguyen