ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Create a help file for VB functions (https://www.excelbanter.com/excel-programming/292258-create-help-file-vbulletin-functions.html)

Serkan[_3_]

Create a help file for VB functions
 
How do I make help files for the VB functions I have
written. Small explanations when using formula insert
would also do.

Many thanks in advance.

Bob Phillips[_6_]

Create a help file for VB functions
 
Serkan,

Check out this previous post on the topic.

http://tinyurl.com/352zx


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Serkan" wrote in message
...
How do I make help files for the VB functions I have
written. Small explanations when using formula insert
would also do.

Many thanks in advance.




Erin

Create a help file for VB functions
 
Hi,
Simplest way is with cell comments, which appear when
user moves mouse over cell

Application.DisplayCommentIndicator =
xlCommentIndicatorOnly

or you could create a Text Box (named HelpText below)
from the Drawing toolbar, then add a button that'll
toggle the visible property

Sub ToggleHelp()
ActiveSheet.TextBoxes("HelpText"). Visible = _
Not ActiveSheet.TextBoxes("HelpText").Visible
End Sub

-----Original Message-----
How do I make help files for the VB functions I have
written. Small explanations when using formula insert
would also do.

Many thanks in advance.
.


No Name

Create a help file for VB functions
 
Thnx Bob!

-----Original Message-----
Serkan,

Check out this previous post on the topic.

http://tinyurl.com/352zx


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Serkan" wrote in

message
...
How do I make help files for the VB functions I have
written. Small explanations when using formula insert
would also do.

Many thanks in advance.



.



All times are GMT +1. The time now is 12:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com