How to select the sheet name from ddm
Solved/Closed
yogesh01
rizvisa1
- Posts
- 4
- Registration date
- Saturday July 3, 2010
- Status
- Member
- Last seen
- December 3, 2010
rizvisa1
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Related:
- How to select the sheet name from ddm
- Vba select last sheet - Guide
- Excel VBA - Selecting multiple sheets - How-To - Excel
- Stay on same row when selecting next sheet ✓ - Forum - Excel
- VBA selecting multiple sheets ✓ - Forum - Programming
- Excel macro select current sheet ✓ - Forum - Excel
1 reply
rizvisa1
Jul 13, 2010 at 07:27 AM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Jul 13, 2010 at 07:27 AM
you get the value from the combobox. This gives you the sheet name. Once you have the sheet name, you can use
Sheet(comboValue).select
...
See this
https://ccm.net/forum/affich-415639-remove-records-once-they-are-transfered#p420034
You need to look at the Private Sub CommandButton1_Click() routine
Sheet(comboValue).select
...
See this
https://ccm.net/forum/affich-415639-remove-records-once-they-are-transfered#p420034
You need to look at the Private Sub CommandButton1_Click() routine