Re: $$Excel-Macros$$ Show full screen for a particular workbook only.

2011-04-25 Thread ashish koul
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 >

Re: $$Excel-Macros$$ Show full screen for a particular workbook only.

2011-04-24 Thread Rajesh K R
@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

Re: $$Excel-Macros$$ Show full screen for a particular workbook only.

2011-04-23 Thread sohail najam
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 >&

Re: $$Excel-Macros$$ Show full screen for a particular workbook only.

2011-04-21 Thread Paul Schreiner
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 > >

Re: $$Excel-Macros$$ Show full screen for a particular workbook only.

2011-04-20 Thread ChilExcel
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

Re: $$Excel-Macros$$ Show full screen for a particular workbook only.

2011-04-20 Thread 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 Workbook_Open() > Application.DisplayFullScreen = True > End Su

Re: $$Excel-Macros$$ Show full screen for a particular workbook only.

2011-04-19 Thread ChilExcel
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

Re: $$Excel-Macros$$ Show full screen for a particular workbook only.

2011-04-19 Thread ChilExcel
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

$$Excel-Macros$$ Show full screen for a particular workbook only.

2011-04-15 Thread 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() Application.DisplayFullScreen = True End Sub Regards Rajesh kainikkara -- --