Hi,
I want to display in the StatusBar the Task ID which is calculated by the proc :
Application.StatusBar = "Task ID : " & oTask.ID
But the status bar displays only the first ID and then the text stays stuck. It refreshes only at the end of the VBA proc.
Is it possible to refresh the status bar for each task ID ?
Thanks