S
Sriram
Dear Friends,
I want to find out and capture the event's progress in a Progress Bar in
excel macro.
Example, in my project when a sheet is activated, there will some area where
the user can enter their data and the rest will be locked and hidden.
For example, the user can enter the data starting from Column 'A' till
Colimn 'AZ'. So I've written a code to hide the columns from BA till end.
While this process is running excel is busy and we can't do anything. This
process is running for around 2-3 seconds only.
But my wish is that, if this process is running, then a progress bar should
be shown, whose starting value and ending value should be in line with the
hiding event process's value. So that when the excel starts hiding the Column
'BA', the progress bar should start from 0 (zero) and will progress along
with the event's process and should End, when all the mentioned columns are
Hidden by the code.
This I want to implement for all sort of background process the code does
with my excel sheet or book.
Kindly help me out to achieve this.
Thanks,
Sriram
I want to find out and capture the event's progress in a Progress Bar in
excel macro.
Example, in my project when a sheet is activated, there will some area where
the user can enter their data and the rest will be locked and hidden.
For example, the user can enter the data starting from Column 'A' till
Colimn 'AZ'. So I've written a code to hide the columns from BA till end.
While this process is running excel is busy and we can't do anything. This
process is running for around 2-3 seconds only.
But my wish is that, if this process is running, then a progress bar should
be shown, whose starting value and ending value should be in line with the
hiding event process's value. So that when the excel starts hiding the Column
'BA', the progress bar should start from 0 (zero) and will progress along
with the event's process and should End, when all the mentioned columns are
Hidden by the code.
This I want to implement for all sort of background process the code does
with my excel sheet or book.
Kindly help me out to achieve this.
Thanks,
Sriram