Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 203
Default popup balloon (not msgbox)

Hello!

Is it possible to create through VBA a popup balloon, like the ones that
tell you have unused icons?

(like this one
http://lifehacker.com/350132/disable...-icons-balloon)

It would be VERY cool!

Thanks,
Albert C
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default popup balloon (not msgbox)

The callouts (ballons) are on the drawing toolbar (View - Toolbars - Drawing)
under Autoshape - Callouts.

Yo can add them programmably as follows:

Set NewCallout = ActiveSheet.Shapes _
.AddShape(msoShapeRoundedRectangularCallout, _
243#, 217.5, 72#, 48#)

"Albert" wrote:

Hello!

Is it possible to create through VBA a popup balloon, like the ones that
tell you have unused icons?

(like this one
http://lifehacker.com/350132/disable...-icons-balloon)

It would be VERY cool!

Thanks,
Albert C

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 203
Default popup balloon (not msgbox)

Hi Joel,
Thanks for your reply.
I actually wanted one of those popups appearing on the taskbar, not within
Excel.

"Joel" wrote:

The callouts (ballons) are on the drawing toolbar (View - Toolbars - Drawing)
under Autoshape - Callouts.

Yo can add them programmably as follows:

Set NewCallout = ActiveSheet.Shapes _
.AddShape(msoShapeRoundedRectangularCallout, _
243#, 217.5, 72#, 48#)

"Albert" wrote:

Hello!

Is it possible to create through VBA a popup balloon, like the ones that
tell you have unused icons?

(like this one
http://lifehacker.com/350132/disable...-icons-balloon)

It would be VERY cool!

Thanks,
Albert C

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default popup balloon (not msgbox)

The callouts are a picture and should be able to be copied where evey you
need them. You might have to put them on your worksheet then right click and
saveas picture. Then inport the picture into your task bar.

"Albert" wrote:

Hi Joel,
Thanks for your reply.
I actually wanted one of those popups appearing on the taskbar, not within
Excel.

"Joel" wrote:

The callouts (ballons) are on the drawing toolbar (View - Toolbars - Drawing)
under Autoshape - Callouts.

Yo can add them programmably as follows:

Set NewCallout = ActiveSheet.Shapes _
.AddShape(msoShapeRoundedRectangularCallout, _
243#, 217.5, 72#, 48#)

"Albert" wrote:

Hello!

Is it possible to create through VBA a popup balloon, like the ones that
tell you have unused icons?

(like this one
http://lifehacker.com/350132/disable...-icons-balloon)

It would be VERY cool!

Thanks,
Albert C

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 203
Default popup balloon (not msgbox)

Thanks again Joel.
How would I go about importing a picture into the task bar?

"Joel" wrote:

The callouts are a picture and should be able to be copied where evey you
need them. You might have to put them on your worksheet then right click and
saveas picture. Then inport the picture into your task bar.

"Albert" wrote:

Hi Joel,
Thanks for your reply.
I actually wanted one of those popups appearing on the taskbar, not within
Excel.

"Joel" wrote:

The callouts (ballons) are on the drawing toolbar (View - Toolbars - Drawing)
under Autoshape - Callouts.

Yo can add them programmably as follows:

Set NewCallout = ActiveSheet.Shapes _
.AddShape(msoShapeRoundedRectangularCallout, _
243#, 217.5, 72#, 48#)

"Albert" wrote:

Hello!

Is it possible to create through VBA a popup balloon, like the ones that
tell you have unused icons?

(like this one
http://lifehacker.com/350132/disable...-icons-balloon)

It would be VERY cool!

Thanks,
Albert C

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
how to popup msgbox once exit ? vumian[_52_] Excel Programming 5 August 7th 06 03:04 PM
How to popup msgbox in this vumian[_17_] Excel Programming 8 July 31st 06 05:44 PM
Popup MsgBox jackle Excel Discussion (Misc queries) 1 February 13th 06 03:44 AM
Making a Msgbox popup Todd Huttenstine[_2_] Excel Programming 5 December 28th 03 10:49 PM
MsgBox Popup in Excel Danny Legault Excel Programming 1 November 6th 03 02:13 PM


All times are GMT +1. The time now is 11:55 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"