Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 27
Default New Balloon - VBA

New to this

I have followed the instruction to set up an help balloon, copied and pasted
the example into my module box but it does not work.
I do not really know where to start. I go into VBA and then Help am I
supposed to do something else

Thanks

john
--
JohnM
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 222
Default New Balloon - VBA

So, what have you got in your module box?

"JohnM" wrote:

New to this

I have followed the instruction to set up an help balloon, copied and pasted
the example into my module box but it does not work.
I do not really know where to start. I go into VBA and then Help am I
supposed to do something else

Thanks

john
--
JohnM

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 27
Default New Balloon - VBA

I just copy paste this from the help box

With Assistant.NewBalloon
.Heading = "Regional Sales Data"
.Text = "Select one or more regions"
For i = 1 To 3
.CheckBoxes(i).Text = "Region " & i
Next
.Show
End With

--
JohnM


"bigwheel" wrote:

So, what have you got in your module box?

"JohnM" wrote:

New to this

I have followed the instruction to set up an help balloon, copied and pasted
the example into my module box but it does not work.
I do not really know where to start. I go into VBA and then Help am I
supposed to do something else

Thanks

john
--
JohnM

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 222
Default New Balloon - VBA

Do you have the Office Assistant visible?

"JohnM" wrote:

I just copy paste this from the help box

With Assistant.NewBalloon
.Heading = "Regional Sales Data"
.Text = "Select one or more regions"
For i = 1 To 3
.CheckBoxes(i).Text = "Region " & i
Next
.Show
End With

--
JohnM


"bigwheel" wrote:

So, what have you got in your module box?

"JohnM" wrote:

New to this

I have followed the instruction to set up an help balloon, copied and pasted
the example into my module box but it does not work.
I do not really know where to start. I go into VBA and then Help am I
supposed to do something else

Thanks

john
--
JohnM

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
Loan Schedule with Balloon Payment R0bert Neville Excel Worksheet Functions 7 April 22nd 23 12:08 PM
Can excel calculate a loan payment with a balloon at the end? Darren @ Vermeer Excel Discussion (Misc queries) 2 December 15th 08 03:04 AM
Why did my Excel file suddenly balloon in size? Dave Excel Discussion (Misc queries) 6 January 3rd 06 03:20 PM
excel formula Angie Excel Worksheet Functions 1 April 2nd 05 04:55 PM
How do I add a balloon message to a locked cell kden01 Excel Discussion (Misc queries) 2 January 28th 05 06:49 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"