alse",
> > it will revert to "normal" for when in any other workbook or window.
> >
> > Paul
> >
> >
> >
> >
> > ________________
> > From: ChilExcel
> > To: excel-macros@googlegroups.com
> > Sent: Wed, April 20, 2011 12:43:36 PM
>
@googlegroups.com
> Sent: Wed, April 20, 2011 12:43:36 PM
> Subject: Re: $$Excel-Macros$$ Show full screen for a particular workbook
> only.
>
>
> You need add ins ?
>
>
>
>
> 2011/4/20 rajan verma
>
> make it add-ins
>>
>>
>>
>>On F
pril 20, 2011 12:43:36 PM
> *Subject:* Re: $$Excel-Macros$$ Show full screen for a particular workbook
> only.
>
> You need add ins ?
>
>
>
>
> 2011/4/20 rajan verma
>
>> make it add-ins
>>
>>
>> On Fri, Apr 15, 2011 at 5:16 PM, Rajesh K R
>&
ther workbook or window.
Paul
From: ChilExcel
To: excel-macros@googlegroups.com
Sent: Wed, April 20, 2011 12:43:36 PM
Subject: Re: $$Excel-Macros$$ Show full screen for a particular workbook only.
You need add ins ?
2011/4/20 rajan verma
make it add-ins
>
>
You need add ins ?
2011/4/20 rajan verma
> make it add-ins
>
>
> On Fri, Apr 15, 2011 at 5:16 PM, Rajesh K R wrote:
>
>> Hi Experts,
>>
>> I gave the following code to get the full screen view, if it is only
>> applicable to that particular workbook how can i change it.
>>
>>
>> Private Sub W
make it add-ins
On Fri, Apr 15, 2011 at 5:16 PM, Rajesh K R wrote:
> Hi Experts,
>
> I gave the following code to get the full screen view, if it is only
> applicable to that particular workbook how can i change it.
>
>
> Private Sub Workbook_Open()
> Application.DisplayFullScreen = True
> End Su
if you should also indicate if he returns to normal or keep
the FullScreen
2011/4/15 Rajesh K R
> Hi Experts,
>
> I gave the following code to get the full screen view, if it is only
> applicable to that particular workbook how can i change it.
>
>
> Private Sub Workbook_Open()
> Applicati
add this macro
Private Sub Full_ScreenClose()
' Set Microsoft Excel to Full Screen Display.
Application.DisplayFullScreen = False
End Sub
2011/4/15 Rajesh K R
> Hi Experts,
>
> I gave the following code to get the full screen view, if it is only
> applicable to that par
Hi Experts,
I gave the following code to get the full screen view, if it is only
applicable to that particular workbook how can i change it.
Private Sub Workbook_Open()
Application.DisplayFullScreen = True
End Sub
Regards
Rajesh kainikkara
--
--