Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 06-15-2016, 02:35 AM
blake20 blake20 is offline Working balloon information Windows Vista Working balloon information Office 2010 32bit
Novice
Working balloon information
 
Join Date: May 2015
Posts: 6
blake20 is on a distinguished road
Default Working balloon information

I try to make a balloon information to work. (Word 2010)
Sadly it doesnt work.



<code>

Function balloon()
Dim balloon1 As Object
Dim balloon2 As Object
Set balloon1 = Assistant.NewBalloon
balloon1.Heading = "Informatie Ballon"
Set balloon2 = Assistant.NewBalloon
balloon2.Heading = "Aanwijzing Ballon"
balloon1.Show
balloon2.Show
balloon1.Heading = "First balloon, new heading"
balloon1.Show
End Function

</code>

it stops by the text "balloon1.Heading = "Informatie Ballon"

and then there is the problem to get the acctualy informatien in the balloon.

Can somebody help me please!

I have also tried this one:

<code>

Public Sub ballon()
Dim bln As Object
Dim lblTxt As String

Set bln = Assistant.NewBalloon
With bln
.Heading = "instructies voor gebruik van deze sheet"
.Text = "Klik in de Celladresbalk op het zwarte driehoekje"
lblTxt = "Vanuit het tabblad invoegtoepassingen, kies ..............."
.Labels(1).Text = lblTxt
.Labels(2).Text = "Selecteer een optie uit de celladres balk"
.Labels(3).Text = "Selecteer een week uit de balk"
.Checkboxes(1).Text = "Ga voorbij aan deze informatie"
.BalloonType = msoBalloonTypeNumbers
.Mode = msoBalloonTypeNumbers
.Mode = msoModeModal
.Button = msoButtonSetOK
.Show
End With

End Sub

</code>

Last edited by blake20; 06-15-2016 at 02:44 AM. Reason: forgotten to publish sorry
Reply With Quote
  #2  
Old 06-15-2016, 04:17 AM
gmaxey gmaxey is offline Working balloon information Windows 7 32bit Working balloon information Office 2010 (Version 14.0)
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,429
gmaxey is a jewel in the roughgmaxey is a jewel in the roughgmaxey is a jewel in the roughgmaxey is a jewel in the rough
Default

The Microsoft Assistant was deprecated with the release of Office 2007.
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote
  #3  
Old 06-16-2016, 03:52 AM
blake20 blake20 is offline Working balloon information Windows Vista Working balloon information Office 2010 32bit
Novice
Working balloon information
 
Join Date: May 2015
Posts: 6
blake20 is on a distinguished road
Default

Oké Thanx for the replay.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Working balloon information Comment balloon too small AG Python Word 2 03-30-2015 11:57 AM
Working balloon information Turn off balloon popups kirkm Word 4 08-26-2013 04:21 AM
Working balloon information Word 2003 "The information you were working on might be lost" constant error message rocketbeta Word 1 08-21-2012 02:54 PM
Working balloon information Balloon commentaries mauricenash Word 5 03-26-2012 02:41 PM
Text in the Balloon Barry Haigh Word 0 10-26-2011 02:39 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:27 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft