Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loan Schedule with Balloon Payment | Excel Worksheet Functions | |||
Can excel calculate a loan payment with a balloon at the end? | Excel Discussion (Misc queries) | |||
Why did my Excel file suddenly balloon in size? | Excel Discussion (Misc queries) | |||
excel formula | Excel Worksheet Functions | |||
How do I add a balloon message to a locked cell | Excel Discussion (Misc queries) |