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.
|