using default excel screens

  • Thread starter Thread starter ashwini
  • Start date Start date
A

ashwini

I want to prompt the user to go through the pivot table wizard of
Excel. I have my own user inputs screens before that. After inputting
some details from user. Can I redirect the user programmatically to
pivot table wizrd screen
 
Try something like

Range("A1").Select
Application.Dialogs(xlDialogPivotTableWizard).Show



--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top