Monday, March 28, 2022
  5 Replies
  17.8K Visits
0
Votes
Undo
This feature allows users to invoke the built-in functions of KUTOOLS using VBA code as follows:

1. Add a reference to KutoolsforExcel in the project (as shown in the following figure)

Press Alt + F11 shortcuts to open the VB editor in Excel, and then please click Tools > References… to add KutoolsforExcele as a references in the VBA project.

VBA-01.png
VBA-02.png

2. Use the CallKutoolsAction method in a VBA code to call a specific function of KUTOOLS, which contains a parameter of the Actions enumeration type that specifies which function to specifically call, such as the following code:

Sub CallKutoolsActionDemo()
'Call the Compare Cells function
Call Callkutoolsaction(CompareCells)
'Invoke the About function
Call Callkutoolsaction(About)
End Sub
2 years ago
·
#2622
0
Votes
Undo
I Just love your Blog super interesting and informative.
2 years ago
·
#2793
0
Votes
Undo
Hi,
I am trying to add Kutools for Word the same way, but in tools - references I miss "KutoolsforWord", can you help me out please? (Off course I have it installed :) )
2 years ago
·
#2796
0
Votes
Undo
Hi,
I am trying to add Kutools for Word the same way, but in tools - references I miss "KutoolsforWord", can you help me out please? (Off course I have it installed :) )


Sorry, we don't have it in the Kutools for Word.:)
1 year ago
·
#3475
0
Votes
Undo
yes kutools are not available for word
  • Page :
  • 1
There are no replies made for this post yet.