Command Button & Finding/Clearing Duplicate Sheet Name

lukec

New Member
Joined
Apr 22, 2002
Messages
11
Hello,
How do I add a command button to a worksheet (not the tool bar) and have it respond to click events?

Also, I want my macro to check a variable (FileName) against all sheet names in workbook and return a value a could right an If statement with to exit if there is a duplicate. How would I go about this?

Finally, I would also like to clear all sheets except "Sheets1". Is there an easy way to do this?

Thanks a bunch for any insight,
Luke Campbell
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
please disregard this post. If any of you curious, I used a sheets.count variable then a loop that steps through the sheets by their item numbers, checking the names in each one, and exiting the loop when sheets.count is equal to the worksheet item number.

Luke Campbell
 
Upvote 0

Forum statistics

Threads
1,213,526
Messages
6,114,122
Members
448,550
Latest member
CAT RG

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