Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Grd Grd is offline
external usenet poster
 
Posts: 118
Default how to disable zoom in excel with vba

Hi,

Is this possible to do?
I can't seem to figure it out.

Any help greatly appreciated.

Thanks

Sandra


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default how to disable zoom in excel with vba

I would think the best you could do is to reset the zoom whenever the user
changes the selection.

But why would you want to?

There are lots of people who may need a larger zoom to see clearly. Others may
like to see more on the screen with a smaller zoom.



Grd wrote:

Hi,

Is this possible to do?
I can't seem to figure it out.

Any help greatly appreciated.

Thanks

Sandra


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
Grd Grd is offline
external usenet poster
 
Posts: 118
Default how to disable zoom in excel with vba

Hi Dave,

Thanks for the response.

I know it is a strange request. I have some data down at the bottom that I
don't want the users (who are new to excel) to see. I don't want to hide the
data for certain long-winded reasons that I won't get into. I would like to
disable the zoom feature so they can't zoom out and see the data and then get
confused why there is some data at the bottom.

Maybe I can delete the zoom button when my spreadsheet opens and recreate it
when it closes. Would that be a possible way of doing it if disabling zoom is
not an option?

Thanks
Sandra

"Dave Peterson" wrote:

I would think the best you could do is to reset the zoom whenever the user
changes the selection.

But why would you want to?

There are lots of people who may need a larger zoom to see clearly. Others may
like to see more on the screen with a smaller zoom.



Grd wrote:

Hi,

Is this possible to do?
I can't seem to figure it out.

Any help greatly appreciated.

Thanks

Sandra


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default how to disable zoom in excel with vba

You could disable the zoom icon. But don't forget to disable the zoom option
(under View). And lots of mice can be set to zoom on scroll.

And if you disable any/all of these, I could search the newsgroups and find how
to enable them.

I think I'd make it less obtrusive.

I'd put the data on another worksheet and hide that worksheet.

But this isn't really safe, either. But it may be less noticeable and keep
people from looking.

(Format|sheet|hide will hide the active sheet)

Grd wrote:

Hi Dave,

Thanks for the response.

I know it is a strange request. I have some data down at the bottom that I
don't want the users (who are new to excel) to see. I don't want to hide the
data for certain long-winded reasons that I won't get into. I would like to
disable the zoom feature so they can't zoom out and see the data and then get
confused why there is some data at the bottom.

Maybe I can delete the zoom button when my spreadsheet opens and recreate it
when it closes. Would that be a possible way of doing it if disabling zoom is
not an option?

Thanks
Sandra

"Dave Peterson" wrote:

I would think the best you could do is to reset the zoom whenever the user
changes the selection.

But why would you want to?

There are lots of people who may need a larger zoom to see clearly. Others may
like to see more on the screen with a smaller zoom.



Grd wrote:

Hi,

Is this possible to do?
I can't seem to figure it out.

Any help greatly appreciated.

Thanks

Sandra


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
Grd Grd is offline
external usenet poster
 
Posts: 118
Default how to disable zoom in excel with vba


Disabling the zoom icon and menu seems to be the way to go.

Thanks again,


S



"Dave Peterson" wrote:

You could disable the zoom icon. But don't forget to disable the zoom option
(under View). And lots of mice can be set to zoom on scroll.

And if you disable any/all of these, I could search the newsgroups and find how
to enable them.

I think I'd make it less obtrusive.

I'd put the data on another worksheet and hide that worksheet.

But this isn't really safe, either. But it may be less noticeable and keep
people from looking.

(Format|sheet|hide will hide the active sheet)

Grd wrote:

Hi Dave,

Thanks for the response.

I know it is a strange request. I have some data down at the bottom that I
don't want the users (who are new to excel) to see. I don't want to hide the
data for certain long-winded reasons that I won't get into. I would like to
disable the zoom feature so they can't zoom out and see the data and then get
confused why there is some data at the bottom.

Maybe I can delete the zoom button when my spreadsheet opens and recreate it
when it closes. Would that be a possible way of doing it if disabling zoom is
not an option?

Thanks
Sandra

"Dave Peterson" wrote:

I would think the best you could do is to reset the zoom whenever the user
changes the selection.

But why would you want to?

There are lots of people who may need a larger zoom to see clearly. Others may
like to see more on the screen with a smaller zoom.



Grd wrote:

Hi,

Is this possible to do?
I can't seem to figure it out.

Any help greatly appreciated.

Thanks

Sandra

--

Dave Peterson


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default how to disable zoom in excel with vba

Grd,
That's the purpose of .ScrollArea; prevent users going to undesirable areas.
The setting is not saved with the file, so you set it each time on open.

NickHK

"Grd" wrote in message
...
Hi Dave,

Thanks for the response.

I know it is a strange request. I have some data down at the bottom that I
don't want the users (who are new to excel) to see. I don't want to hide

the
data for certain long-winded reasons that I won't get into. I would like

to
disable the zoom feature so they can't zoom out and see the data and then

get
confused why there is some data at the bottom.

Maybe I can delete the zoom button when my spreadsheet opens and recreate

it
when it closes. Would that be a possible way of doing it if disabling zoom

is
not an option?

Thanks
Sandra

"Dave Peterson" wrote:

I would think the best you could do is to reset the zoom whenever the

user
changes the selection.

But why would you want to?

There are lots of people who may need a larger zoom to see clearly.

Others may
like to see more on the screen with a smaller zoom.



Grd wrote:

Hi,

Is this possible to do?
I can't seem to figure it out.

Any help greatly appreciated.

Thanks

Sandra


--

Dave Peterson



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
Please help! Print Preview Zoom is Grayed Out...Doesn't zoom. PK Excel Discussion (Misc queries) 0 July 20th 09 03:33 PM
Excel Zoom Problem VFortin Excel Discussion (Misc queries) 2 September 5th 07 08:17 PM
set excel zoom in 80 Julio Excel Programming 3 August 31st 05 10:06 PM
zoom in Excel Eric Excel Discussion (Misc queries) 0 June 1st 05 12:13 AM
zoom in Excel Gary Brown Excel Discussion (Misc queries) 0 May 31st 05 11:49 PM


All times are GMT +1. The time now is 11:22 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"