PC Review


Reply
Thread Tools Rate Thread

Re: HELP!!! SOS!!! Autorun macro?

 
 
Shyam Pillai
Guest
Posts: n/a
 
      12th Dec 2003
Tabun,
The code needs to initialize and PowerPoint does not provide autorun macros
within a Presentation, they are available only within an add-in.

--
Regards
Shyam Pillai
"tabun" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> I need to autorun macro!!!
>
> Can I autorun macro without clicks?
>
> I use handler:
>
> Class1:
> -
> Public WithEvents App As Application
>
> Private Sub App_SlideShowNextSlide(ByVal Wn As SlideShowWindow)
> If Wn.View.CurrentShowPosition = 25 Then
> Slide138.WebBrowser1.Navigate "http://www.promo.ru"
> Else
> MsgBox Wn.View.CurrentShowPosition
> End If
> End Sub
> -
>
> Module1:
> -
> Dim X As New Class1
> Sub InitializeApp()
> Set X.App = Application
> End Sub
> -
>
> But I haven't autorun function InitializeApp(), only runs on clicks!
>
> Can I autorun macro without clicks?
>
>
> ------------------------------------------------
> ~~ Message posted from http://www.ExcelTip.com/
> ~~View and post usenet messages directly from http://www.ExcelForum.com/
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
AutoRun Macro with a delay to give user the choice to cancel the macro wanderlust Microsoft Excel Programming 3 20th Oct 2011 10:01 PM
Autorun macro =?Utf-8?B?S2VsbHk=?= Microsoft Excel Worksheet Functions 1 18th Jan 2006 05:03 PM
Autorun a macro Paul Wisken Microsoft Excel Programming 6 7th Sep 2005 10:02 AM
AutoRun Macro jee22 Microsoft Excel Discussion 12 2nd Aug 2004 08:05 AM
Excel Macro Issue Trying to autorun Macro Upon Opening Worksheet wyndman Microsoft Excel Programming 2 25th May 2004 07:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:51 AM.