Dialog Box With Macro Buttons (VBA)

  • Thread starter Peter W Soady \(UK\)
  • Start date
P

Peter W Soady \(UK\)

Hi

Can anyone please help me. The scenario is .........

I have a workbook with two worksheets. The first worksheet contains the
"Reporting Form (Range A1:I356) and is constant, it never moves with
additions and deletions there are no cells added or deleted" and the second
worksheet contains the "Data Input Form (currently the range is A1:CW356 and
is constantly moving wider)". Both worksheets are working fine but each
worksheet has around 20 macro buttons along the top which are needed as a
"One Click" to Auto Filter the data required.

What I would like to do is click one button on the worksheet and all these
buttons then pop-up on a sized dialog box until the selection is made then
close the dialog box. The reasons for doing this are that the all the
buttons take up around 1/3rd of my screen vision

Any help provided would be greatly appreciated and I thank you all in
advance
 
D

damorrison

Just to make sure are you talking about the auto filter arrow buttons
that are in the cells??

You may want to make a UserForm that will hold your buttons that would
be the best Idea, another way would be to creat your own toolbar that
would hold your macro buttons, oh another way would be to add the macro
event to the right click menu on the mouse
 
P

Peter W Soady \(UK\)

Thanks

Correct, the majority of the buttons are used by the Auto Filter, however,
not all.

How would I create the toolbar. Although reasonably proficient with VBA I am
a little lost with creating a toobar
 
P

Peter W Soady \(UK\)

Gord

Many thanks for that. Saves me a lot of space on my monitor.

Again, cant thank you guys enough

Peter

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Macro protection problems 1
Custom Dialog Box Macro for Excel 3
Command Buttons 3
Dialog Box Buttons 1
Command buttons linked to moving rows 2
Workbook protection 1
sorting with macro button 10
Select range in macro 1

Top