Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default progress bar

hi,

I have a macro that opens up a word document thats sits on a server,
the document takes a while to open, and it does seem that the program
has stalled until the doc appears, is there anything that i can display
on screen like a userform/progress bar that keeps going/loading until
the doc appears

thanks you clever lot

Johny5

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default progress bar

Hi Johny5,

See John Walkenbach's web site for the follqwing suggestion:


http://j-walk.com/ss/excel/tips/tip34.htm


---
Regards,
Norman



wrote in message
oups.com...
hi,

I have a macro that opens up a word document thats sits on a server,
the document takes a while to open, and it does seem that the program
has stalled until the doc appears, is there anything that i can display
on screen like a userform/progress bar that keeps going/loading until
the doc appears

thanks you clever lot

Johny5



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default progress bar

Don't think that this will work, as the technique needs some interrupt
points to update the bar, whereas there will only be one in this instances,
when it has finished. I think you need some sort of asynchronous bar, which
would probably mean that it is not a true state of progress, rather a visual
indicator.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Norman Jones" wrote in message
...
Hi Johny5,

See John Walkenbach's web site for the follqwing suggestion:


http://j-walk.com/ss/excel/tips/tip34.htm


---
Regards,
Norman



wrote in message
oups.com...
hi,

I have a macro that opens up a word document thats sits on a server,
the document takes a while to open, and it does seem that the program
has stalled until the doc appears, is there anything that i can display
on screen like a userform/progress bar that keeps going/loading until
the doc appears

thanks you clever lot

Johny5





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default progress bar

On Wed, 19 Jan 2005 12:47:30 -0000, "Norman Jones"
wrote in
microsoft.public.excel.programming:

See John Walkenbach's web site for the follqwing suggestion:


http://j-walk.com/ss/excel/tips/tip34.htm


With respect to J Walkenbach, but that will not address th OP's
question.

Johny5: when Office documents are opened in their own applications, a
small progress bar is usually shown in the status bar. If an Excel
workbook opens a Word document, no such mechanism is available. You
could try to obtain the document's file size before openening it and,
based on some guesstimates, show a modeless message, warning the user of
possible delays ("...this might take some time").

wrote in message
roups.com...

I have a macro that opens up a word document thats sits on a server,
the document takes a while to open, and it does seem that the program
has stalled until the doc appears, is there anything that i can display
on screen like a userform/progress bar that keeps going/loading until
the doc appears


--
Michael Bednarek http://mbednarek.com/ "POST NO BILLS"
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 170
Default progress bar

Why not have a splash screen show with a msg and close when the doc is
displayed?.

" wrote:

hi,

I have a macro that opens up a word document thats sits on a server,
the document takes a while to open, and it does seem that the program
has stalled until the doc appears, is there anything that i can display
on screen like a userform/progress bar that keeps going/loading until
the doc appears

thanks you clever lot

Johny5




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default progress bar

Hi Bob,

Don't think that this will work, as the technique needs some interrupt
points to update the bar,


I should have read more closely.

Thank you for the correction.

---
Regards,
Norman



"Bob Phillips" wrote in message
...
Don't think that this will work, as the technique needs some interrupt
points to update the bar, whereas there will only be one in this
instances,
when it has finished. I think you need some sort of asynchronous bar,
which
would probably mean that it is not a true state of progress, rather a
visual
indicator.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Norman Jones" wrote in message
...
Hi Johny5,

See John Walkenbach's web site for the follqwing suggestion:


http://j-walk.com/ss/excel/tips/tip34.htm


---
Regards,
Norman



wrote in message
oups.com...
hi,

I have a macro that opens up a word document thats sits on a server,
the document takes a while to open, and it does seem that the program
has stalled until the doc appears, is there anything that i can display
on screen like a userform/progress bar that keeps going/loading until
the doc appears

thanks you clever lot

Johny5







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PROGRESS BAR Ola2B Excel Discussion (Misc queries) 2 July 11th 07 08:13 PM
Progress bar in VBE Scott P Excel Programming 5 June 14th 04 06:27 PM
Progress Bar Squid[_3_] Excel Programming 1 February 9th 04 11:07 PM
Progress Bar Rockee052[_2_] Excel Programming 3 December 28th 03 11:30 PM
Progress Bar Help Malcolm Excel Programming 2 November 25th 03 01:57 PM


All times are GMT +1. The time now is 11:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"