How to add TabStrip to DialogBox (VBA)

JFogh

New Member
Joined
Apr 8, 2011
Messages
12
Hi everybody

Wonder if anybody out there know how add a TabStrip or a "Tab-bar" in general (so its possible to more than one page in the dialogbox, represented by a tab) to a dialogBox in Excel?

thank you in advance
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Thats what I'm using :) An MS Excel 5.0 DIalog Sheet. Is it possible to have tabs in them?
 
Upvote 0
Okay, do you then know if it is possible to close Dialog Sheet A AND open Dialog Sheet B, with one button in Dialog Sheet A, to emulate tabs?
I have tried different things, but no matter what I do, and which order I write my code in the macros, Dialog Sheet A will first close, when Dialog Sheet B is closed...
 
Upvote 0
Right click the Button and choose format Control. On the Control tab uncheck Dismiss and click OK. Now try your code again.
 
Upvote 0
That dosn't seem to help.
My code is like:

Sub Test()

DialogSheets("DialogA").Hide
DialogSheets("DialogB").Show

End Sub


The macro is connected to a button in DialogA. The button is clicked of, to just be a "Standard" button
 
Upvote 0

Forum statistics

Threads
1,224,592
Messages
6,179,777
Members
452,942
Latest member
VijayNewtoExcel

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