View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Okay, dumb question.

You could customize your toolbar to add it or I just recorded this that you
could assign to a button.

Sub Macro2()
'
' Macro2 Macro
' Macro recorded 2/12/2007 by Don Guillett
'

'
ActiveWorkbook.CustomViews("a").Show
End Sub


--
Don Guillett
SalesAid Software

"RominallL" wrote in message
...
I have several custom views set up in a workbook and would like to make
them
into buttons for those users who simply don't like using the menu bar.
I've
done it before but that was a long time ago and my memory just isn't what
it
used to be. I vaguely recall having to set something up in the "THis
workbook" module.