View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
thesaxonuk thesaxonuk is offline
external usenet poster
 
Posts: 13
Default further options following a command button click

I currently have a command button that points to a specific spreadsheet. I
now require that when the command button is selected an option appears to
select either the GBP spreadsheet or USD spreadsheet.
Private Sub CommandButton13_Click()
Application.Goto Reference:="Top_10_Teams_by_Earnings"
End Sub

Additionally is it possible to go to a specific pivot table on the selected
spreadsheet and focus on the respective pivot table.