How to hide system form?

S

S³awcio.xww

Hello Everybody!

I've got a problem with system form. This form is showing during export any
chart to gif picture (in Excel 2k - VB 5.0).
I was made own form with progress bar (showing when my macro i running).
During export chart process, system form is visible (system form with export
chart progress bar) and cover up my form. :eek:(
Do you now - how to hide or disable - this system form with export progress
bar?
Thanks very much for any solution.

Sl@w.
 
S

S³awcio.xww

Sprawa jest prosta by polish! :eek:)
W trakcie exportu wykresu do gif'a pojawia sie formatka pokazujaca postep
tego procesu (mniemam, ze jest to formatka systemow - z paskiem postepu
procesu eksportu). Problem polega na tym, ze zaslania moja wlasna
(pokazujaca postep dzialania calego makra - eksport wykresu, jest tylko
czescia mojego programu).
Po prostu chce sie jej pozbyc, wylaczyc, ukryc - tak aby byla widoczna tylko
moja...
Nie wiem czy jasno to opisalem - procedura exportu ponizej:

Sub Makro1()
'(...)
ActiveSheet.ChartObjects("Wykres 1").Activate
ActiveChart.Export "C:\chart.gif"
'(...)
End Sub

Dzieki za pomoc!

Sl@w.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top