Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default how do we achive the default view settings?

Hi,
I know this is simple but... Somehow I managed to change the default view
settings of my worksheets. Now when I right click on sheets tabs I see that
View Code option is inactive. How can I make it active by default as before?
Thanks
J_J


  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default how do we achive the default view settings?

in the immediate window do

commandbars("Cell").Reset

or do it in a macro

Sub SetBar()
commandbars("Cell").Reset
End Sub

This assumes you haven't done something that causes excel to disable the
choice because the code module is inaccessible in that context.

--
Regards,
Tom Ogilvy


"J_J" wrote in message
...
Hi,
I know this is simple but... Somehow I managed to change the default view
settings of my worksheets. Now when I right click on sheets tabs I see

that
View Code option is inactive. How can I make it active by default as

before?
Thanks
J_J




  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default how do we achive the default view settings?

Sorry, went braindead for a minute
Cell should be PLY

in the immediate window do

commandbars("Ply").Reset

or do it in a macro

Sub SetBar()
commandbars("Ply").Reset
End Sub

--
Regards,
Tom Ogilvy


"Tom Ogilvy" wrote in message
...
in the immediate window do

commandbars("Cell").Reset

or do it in a macro

Sub SetBar()
commandbars("Cell").Reset
End Sub

This assumes you haven't done something that causes excel to disable the
choice because the code module is inaccessible in that context.

--
Regards,
Tom Ogilvy


"J_J" wrote in message
...
Hi,
I know this is simple but... Somehow I managed to change the default

view
settings of my worksheets. Now when I right click on sheets tabs I see

that
View Code option is inactive. How can I make it active by default as

before?
Thanks
J_J






  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default how do we achive the default view settings?

Tom you are great.
Thank you so much.
J_J

"Tom Ogilvy" wrote in message
...
Sorry, went braindead for a minute
Cell should be PLY

in the immediate window do

commandbars("Ply").Reset

or do it in a macro

Sub SetBar()
commandbars("Ply").Reset
End Sub

--
Regards,
Tom Ogilvy


"Tom Ogilvy" wrote in message
...
in the immediate window do

commandbars("Cell").Reset

or do it in a macro

Sub SetBar()
commandbars("Cell").Reset
End Sub

This assumes you haven't done something that causes excel to disable the
choice because the code module is inaccessible in that context.

--
Regards,
Tom Ogilvy


"J_J" wrote in message
...
Hi,
I know this is simple but... Somehow I managed to change the default

view
settings of my worksheets. Now when I right click on sheets tabs I see

that
View Code option is inactive. How can I make it active by default as

before?
Thanks
J_J








  #5   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default how do we achive the default view settings?

I think Tom mean "Ply" instead if Cell


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Tom Ogilvy" wrote in message ...
in the immediate window do

commandbars("Cell").Reset

or do it in a macro

Sub SetBar()
commandbars("Cell").Reset
End Sub

This assumes you haven't done something that causes excel to disable the
choice because the code module is inaccessible in that context.

--
Regards,
Tom Ogilvy


"J_J" wrote in message
...
Hi,
I know this is simple but... Somehow I managed to change the default view
settings of my worksheets. Now when I right click on sheets tabs I see

that
View Code option is inactive. How can I make it active by default as

before?
Thanks
J_J








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for an Easy way to Achive a Result Kardon Coupé New Users to Excel 5 October 6th 08 09:40 PM
VBA View Settings Jeff Excel Discussion (Misc queries) 3 May 21st 08 02:57 PM
View settings DKS Excel Discussion (Misc queries) 1 December 24th 07 12:42 PM
How to turn off Page Layout View as default view Colin Halliday New Users to Excel 3 October 12th 07 02:37 AM
Default View Settings Gina Setting up and Configuration of Excel 0 January 25th 05 05:35 PM


All times are GMT +1. The time now is 04:23 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"