Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
CLR CLR is offline
external usenet poster
 
Posts: 594
Default ActiveWindow size?

Hi All.........
I am doing a routine that runs best with the
ActiveWindow.zoom = 100

What I would like, is to be able to determine what the ActiveWindow.Zoom
setting actually is prior to running my routine, so I can change it to 100,
run the routine, and then change it back to whatever it was..........

Any help would be much appreciated........

Vaya con Dios,
Chuck, CABGx3




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default ActiveWindow size?

Sub activewindowzoom()
oldzoom = ActiveWindow.Zoom
' MsgBox oldzoom
ActiveWindow.Zoom = 100
MsgBox "hi there"
ActiveWindow.Zoom = oldzoom
End Sub

--
Don Guillett
SalesAid Software

"CLR" wrote in message
...
Hi All.........
I am doing a routine that runs best with the
ActiveWindow.zoom = 100

What I would like, is to be able to determine what the ActiveWindow.Zoom
setting actually is prior to running my routine, so I can change it to
100,
run the routine, and then change it back to whatever it was..........

Any help would be much appreciated........

Vaya con Dios,
Chuck, CABGx3






  #3   Report Post  
Posted to microsoft.public.excel.programming
CLR CLR is offline
external usenet poster
 
Posts: 594
Default ActiveWindow size?

Thanks Don, that does it nicely for me.

Vaya con Dios,
Chuck, CABGx3


"Don Guillett" wrote in message
...
Sub activewindowzoom()
oldzoom = ActiveWindow.Zoom
' MsgBox oldzoom
ActiveWindow.Zoom = 100
MsgBox "hi there"
ActiveWindow.Zoom = oldzoom
End Sub

--
Don Guillett
SalesAid Software

"CLR" wrote in message
...
Hi All.........
I am doing a routine that runs best with the
ActiveWindow.zoom = 100

What I would like, is to be able to determine what the ActiveWindow.Zoom
setting actually is prior to running my routine, so I can change it to
100,
run the routine, and then change it back to whatever it was..........

Any help would be much appreciated........

Vaya con Dios,
Chuck, CABGx3








  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default ActiveWindow size?

? activewindow.Zoom
100



--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
Hi All.........
I am doing a routine that runs best with the
ActiveWindow.zoom = 100

What I would like, is to be able to determine what the ActiveWindow.Zoom
setting actually is prior to running my routine, so I can change it to
100,
run the routine, and then change it back to whatever it was..........

Any help would be much appreciated........

Vaya con Dios,
Chuck, CABGx3








  #6   Report Post  
Posted to microsoft.public.excel.programming
CLR CLR is offline
external usenet poster
 
Posts: 594
Default ActiveWindow size?

Thanks for the response Tom, but Don already got me there.......

Vaya con Dios,
Chuck, CABGx3


"Tom Ogilvy" wrote in message
...
? activewindow.Zoom
100



--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
Hi All.........
I am doing a routine that runs best with the
ActiveWindow.zoom = 100

What I would like, is to be able to determine what the ActiveWindow.Zoom
setting actually is prior to running my routine, so I can change it to
100,
run the routine, and then change it back to whatever it was..........

Any help would be much appreciated........

Vaya con Dios,
Chuck, CABGx3








  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default ActiveWindow size?


Probably ought to check your clock. Your posting from the future.

--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
Thanks for the response Tom, but Don already got me there.......

Vaya con Dios,
Chuck, CABGx3


"Tom Ogilvy" wrote in message
...
? activewindow.Zoom
100



--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
Hi All.........
I am doing a routine that runs best with the
ActiveWindow.zoom = 100

What I would like, is to be able to determine what the
ActiveWindow.Zoom
setting actually is prior to running my routine, so I can change it to
100,
run the routine, and then change it back to whatever it was..........

Any help would be much appreciated........

Vaya con Dios,
Chuck, CABGx3










  #8   Report Post  
Posted to microsoft.public.excel.programming
CLR CLR is offline
external usenet poster
 
Posts: 594
Default ActiveWindow size?

I see the differences too, but I don't understand why. My system clock is
right on with official USA time here in Florida....same as my watch and
cellphone, and same as www.time.gov

Your 4:18 post didn't show up on my computer until about 5:30 my
time........and Don's first response showed up as 3:50, which is before I
posted the question at 4:32........

Right now my system clock etc etc says 9:08, so we'll see what time this
posts as........

Vaya con Dios,
Chuck, CABGx3



"Tom Ogilvy" wrote in message
...

Probably ought to check your clock. Your posting from the future.

--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
Thanks for the response Tom, but Don already got me there.......

Vaya con Dios,
Chuck, CABGx3


"Tom Ogilvy" wrote in message
...
? activewindow.Zoom
100



--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
Hi All.........
I am doing a routine that runs best with the
ActiveWindow.zoom = 100

What I would like, is to be able to determine what the
ActiveWindow.Zoom
setting actually is prior to running my routine, so I can change it

to
100,
run the routine, and then change it back to whatever it was..........

Any help would be much appreciated........

Vaya con Dios,
Chuck, CABGx3












  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default ActiveWindow size?

I read it at 9:23 PM and it showed a posting time of 10:08 PM

--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
I see the differences too, but I don't understand why. My system clock is
right on with official USA time here in Florida....same as my watch and
cellphone, and same as www.time.gov

Your 4:18 post didn't show up on my computer until about 5:30 my
time........and Don's first response showed up as 3:50, which is before I
posted the question at 4:32........

Right now my system clock etc etc says 9:08, so we'll see what time this
posts as........

Vaya con Dios,
Chuck, CABGx3



"Tom Ogilvy" wrote in message
...

Probably ought to check your clock. Your posting from the future.

--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
Thanks for the response Tom, but Don already got me there.......

Vaya con Dios,
Chuck, CABGx3


"Tom Ogilvy" wrote in message
...
? activewindow.Zoom
100



--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
Hi All.........
I am doing a routine that runs best with the
ActiveWindow.zoom = 100

What I would like, is to be able to determine what the
ActiveWindow.Zoom
setting actually is prior to running my routine, so I can change it

to
100,
run the routine, and then change it back to whatever it
was..........

Any help would be much appreciated........

Vaya con Dios,
Chuck, CABGx3














  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default ActiveWindow size?

I am using the msnews.com method and got the posting @ 9:08
Tom's ans 8:25
Chucks' 9:44
Toms 9:22
Nicks 3:33 am

it is 7:04 am in Ausin Tx Central DST
--
Don Guillett
SalesAid Software

"CLR" wrote in message
...
I see the differences too, but I don't understand why. My system clock is
right on with official USA time here in Florida....same as my watch and
cellphone, and same as
www.time.gov

Your 4:18 post didn't show up on my computer until about 5:30 my
time........and Don's first response showed up as 3:50, which is before I
posted the question at 4:32........

Right now my system clock etc etc says 9:08, so we'll see what time this
posts as........

Vaya con Dios,
Chuck, CABGx3



"Tom Ogilvy" wrote in message
...

Probably ought to check your clock. Your posting from the future.

--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
Thanks for the response Tom, but Don already got me there.......

Vaya con Dios,
Chuck, CABGx3


"Tom Ogilvy" wrote in message
...
? activewindow.Zoom
100



--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
Hi All.........
I am doing a routine that runs best with the
ActiveWindow.zoom = 100

What I would like, is to be able to determine what the
ActiveWindow.Zoom
setting actually is prior to running my routine, so I can change it

to
100,
run the routine, and then change it back to whatever it
was..........

Any help would be much appreciated........

Vaya con Dios,
Chuck, CABGx3
















  #11   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default ActiveWindow size?

And your timezone is set correct, too?

CLR wrote:

I see the differences too, but I don't understand why. My system clock is
right on with official USA time here in Florida....same as my watch and
cellphone, and same as www.time.gov

Your 4:18 post didn't show up on my computer until about 5:30 my
time........and Don's first response showed up as 3:50, which is before I
posted the question at 4:32........

Right now my system clock etc etc says 9:08, so we'll see what time this
posts as........

Vaya con Dios,
Chuck, CABGx3

"Tom Ogilvy" wrote in message
...

Probably ought to check your clock. Your posting from the future.

--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
Thanks for the response Tom, but Don already got me there.......

Vaya con Dios,
Chuck, CABGx3


"Tom Ogilvy" wrote in message
...
? activewindow.Zoom
100



--
Regards,
Tom Ogilvy


"CLR" wrote in message
...
Hi All.........
I am doing a routine that runs best with the
ActiveWindow.zoom = 100

What I would like, is to be able to determine what the
ActiveWindow.Zoom
setting actually is prior to running my routine, so I can change it

to
100,
run the routine, and then change it back to whatever it was..........

Any help would be much appreciated........

Vaya con Dios,
Chuck, CABGx3











--

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
How to get ActiveWindow [email protected][_2_] Excel Programming 5 January 26th 07 04:09 AM
Excel.ActiveWindow Is Excel.ActiveWindow Returns False Neal Andrews Excel Programming 1 October 26th 06 11:10 AM
How can I refer to the ActiveWindow CarolineHedges[_10_] Excel Programming 3 July 6th 06 01:14 PM
ActiveWindow VBA problem Tomasz Klim[_2_] Excel Programming 2 June 11th 06 11:04 PM
Using ActiveWindow.PointsToScreenPixelsY Pancho Excel Programming 5 February 7th 04 11:23 PM


All times are GMT +1. The time now is 01:25 PM.

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"