VBA for Click EMBED("Forms.CommandButton.1","")

Malhotra Rahul

Board Regular
Joined
Nov 10, 2017
Messages
92
Hello Experts, I am looking for the VBA to click EMBED("Forms.CommandButton.1",""). I have tried by searching at google but nothing found yet which i could incorporate with my present VBA Scrip and i want to click on the EMBED("Forms.CommandButton.1","") through my VBA Script.
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Do you mean that you want to click an already embedded Commandbutton, or that you want to insert a new CommandButton onto a worksheet?
 
Upvote 0
I have created an embedded command button1 with VBA Script and by pressing a different button once the button script gets over it will start processing the embedded command button1 script.
 
Upvote 0
If the two routines are in the same module, you can simply call the first one from the second using:

Code:
Commandbutton1_Click

for example.
 
Upvote 0
Pretty hard for us to help with code we cannot see... ;)
 
Upvote 0

Forum statistics

Threads
1,215,372
Messages
6,124,535
Members
449,169
Latest member
mm424

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top