By Excelfans on Monday, 28 March 2022
Posted in Kutools for Excel
Replies 5
Likes 1
Views 14.9K
Votes 0
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
What is Kroger Guest Satisfaction Survey?

Kroger Customer Survey

krogerstoresfeedback.com Survey is an online survey conducted by the Kroger supermarket store to get feedback from their customers and feedback regarding their products and services. By taking advantage of the Kroger Survey, the customers can interact with them via this review and write genuine reviews of their journey and experiences shopping with the Kroger store.
·
2 years ago
·
1 Likes
·
0 Votes
·
0 Comments
·
I Just love your Blog super interesting and informative.
·
2 years ago
·
1 Likes
·
0 Votes
·
0 Comments
·
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 )
·
1 year ago
·
1 Likes
·
0 Votes
·
0 Comments
·
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
·
1 Likes
·
0 Votes
·
0 Comments
·
yes kutools are not available for word
·
1 year ago
·
1 Likes
·
0 Votes
·
0 Comments
·
View Full Post