View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Macro to select a view

hi
ActiveWorkbook.CustomViews("myview").Show

regards

FSt1

"Kent McPherson" wrote:

Is there a VBA macro statement that will select a custom view? I'd like
to assign such a macro to a button.