View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Masters Masters is offline
external usenet poster
 
Posts: 5
Default Macro for Full Screen

That is great, how can I make this Macro run automatically when the workbook
is opened up?

"ryguy7272" wrote:

Simple:

Sub FS()
Application.DisplayFullScreen = True
End Sub

HTH,
Ryan--

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Masters" wrote:

Is there a VB code to turn on and off Full Sceen view?