View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Remove vertical scrollbar from spreadsheet in VBA code?

ActiveWindow.DisplayVerticalScrollBar = False

--
Regards,
Tom Ogilvy

Paul wrote in message
...
I have a spreadsheet that is placed on an Outlook custom form and I would

like to add/remove the vertical scrollbar in the VBA code. Can anyone
provide any syntax on how to do this? Thanks in advance.