PC Review


Reply
Thread Tools Rate Thread

Create a animated logo

 
 
TUNGANA KURMA RAJU
Guest
Posts: n/a
 
      8th Jun 2008
I would like to create a animated logo(whatever the shape) with my project
name say "TKRAJU",whenever workbook opens and closes when workbook close.
 
Reply With Quote
 
 
 
 
TUNGANA KURMA RAJU
Guest
Posts: n/a
 
      9th Jun 2008
shall I create Drawing Objects?

"Mike Fogleman" wrote:

> Animation is just hiding and showing a series of objects. Each object is a
> freeze -pane of the movement. Here is an example I have of 5 objects. There
> is a 3 second delay between movements in my example. This can be shortened
> for faster animation.
>
> Sub Demo()
> Application.Worksheets("Sheet2").Activate
> Application.Wait Now + TimeValue("00:00:08")
> Application.Worksheets("Sheet1").Activate
> Application.Wait Now + TimeValue("00:00:03")
> ActiveSheet.DrawingObjects("Group 52").Visible = False
> ActiveSheet.DrawingObjects("Group 53").Visible = True
> Application.Wait Now + TimeValue("00:00:03")
> ActiveSheet.DrawingObjects("Group 53").Visible = False
> ActiveSheet.DrawingObjects("Group 54").Visible = True
> Application.Wait Now + TimeValue("00:00:03")
> ActiveSheet.DrawingObjects("Group 54").Visible = False
> ActiveSheet.DrawingObjects("Group 55").Visible = True
> Application.Wait Now + TimeValue("00:00:03")
> ActiveSheet.DrawingObjects("Group 55").Visible = False
> ActiveSheet.DrawingObjects("Group 56").Visible = True
> Application.Wait Now + TimeValue("00:00:03")
> ActiveSheet.DrawingObjects("Group 56").Visible = False
> ActiveSheet.DrawingObjects("Group 52").Visible = True
> Application.Wait Now + TimeValue("00:00:03")
> Application.Worksheets("Program").Activate
> End Sub
>
> Mike F
>
> "TUNGANA KURMA RAJU" <(E-Mail Removed)> wrote in
> message news:F8BE5654-38F0-4B3E-9024-(E-Mail Removed)...
> >I would like to create a animated logo(whatever the shape) with my project
> > name say "TKRAJU",whenever workbook opens and closes when workbook
> > close.

>
>
>

 
Reply With Quote
 
Norman Jones
Guest
Posts: n/a
 
      9th Jun 2008
Hi Tungana,

As an alternative approach, consider using
a disappering splash screen.

See Bob Phillip's xlDynamic tutorial at:

Creating A Splash Screen
http://www.xldynamic.com/source/xld.xlFAQ0007.html



---
Regards.
Norman


"TUNGANA KURMA RAJU" <(E-Mail Removed)> wrote in
message news:F8BE5654-38F0-4B3E-9024-(E-Mail Removed)...
>I would like to create a animated logo(whatever the shape) with my project
> name say "TKRAJU",whenever workbook opens and closes when workbook
> close.


 
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
About IE7 beta 2 - animated company logo =?Utf-8?B?RU1JTElP?= Windows XP Internet Explorer 2 26th Apr 2006 10:52 PM
Animated Logo =?Utf-8?B?SmFjcXVlcw==?= Microsoft Frontpage 1 22nd Feb 2006 07:03 AM
Animated logo Mike Microsoft Frontpage 7 22nd Jan 2006 10:05 PM
animated IE logo =?Utf-8?B?QnJpYW4=?= Windows XP Customization 2 24th Nov 2004 01:27 AM
import a web page with a Flash non-animated logo on it seeeker Microsoft Frontpage 6 30th Aug 2004 08:19 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:04 PM.