Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default Size with Window Command in Excel 2007

Hello All,
I am testing out some macros in the beta version of Excel 2007. I can't
seem to find the command to size with window in Excel 2007. Help doesn't
help. Is that command still around in Excel 2007?

Thanks,

Bill


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Size with Window Command in Excel 2007

They've removed it, and I've already told one client not to upgrade until
I've figured out a decent workaround.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Bill" wrote in message
ink.net...
Hello All,
I am testing out some macros in the beta version of Excel 2007. I can't
seem to find the command to size with window in Excel 2007. Help doesn't
help. Is that command still around in Excel 2007?

Thanks,

Bill



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Size with Window Command in Excel 2007

You might look here as well:

http://blogs.msdn.com/excel/archive/...28/724641.aspx

--
Regards,
Tom Ogilvy


"Bill" wrote in message
ink.net...
Hello All,
I am testing out some macros in the beta version of Excel 2007. I can't
seem to find the command to size with window in Excel 2007. Help doesn't
help. Is that command still around in Excel 2007?

Thanks,

Bill



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Size with Window Command in Excel 2007

The blog entry states "The Zoom to Selection command can be used to achieve
similar results." If you are using mouse events on a chart sheet, however,
no amount of zooming will make the translation of mouse position to chart
coordinates work properly. This is what broke because of the change.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Tom Ogilvy" wrote in message
...
You might look here as well:

http://blogs.msdn.com/excel/archive/...28/724641.aspx

--
Regards,
Tom Ogilvy


"Bill" wrote in message
ink.net...
Hello All,
I am testing out some macros in the beta version of Excel 2007. I can't
seem to find the command to size with window in Excel 2007. Help doesn't
help. Is that command still around in Excel 2007?

Thanks,

Bill





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 120
Default Size with Window Command in Excel 2007

Jon,

I have to admit that I don't know anything about Office 2007, but I ran
across this website that might be of help...

http://pschmid.net/blog/2006/10/09/58

Then look for "The size of the Ribbon, screen real estate, ribbon scaling
and minimization "

Maybe this will help out...

--
Mark Ivey

UoP e-mail:
Personal e-mail:

"Jon Peltier" wrote in message
...
The blog entry states "The Zoom to Selection command can be used to
achieve similar results." If you are using mouse events on a chart sheet,
however, no amount of zooming will make the translation of mouse position
to chart coordinates work properly. This is what broke because of the
change.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Tom Ogilvy" wrote in message
...
You might look here as well:

http://blogs.msdn.com/excel/archive/...28/724641.aspx

--
Regards,
Tom Ogilvy


"Bill" wrote in message
ink.net...
Hello All,
I am testing out some macros in the beta version of Excel 2007. I can't
seem to find the command to size with window in Excel 2007. Help
doesn't help. Is that command still around in Excel 2007?

Thanks,

Bill









  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Size with Window Command in Excel 2007

No, the XY values returned by the mouse events are deterministic only if the
chart sheet is sized to window. If it's not sized to window, you cannot make
sense of the numbers. This occurs in 2003 as well: using Sized to Window, it
is simply an exercise in algebra to locate a rectangle according to mouse
clicks; not using Sized to Window means you don't know what the reference
point is, and the formerly useful code fails.

I built a program that allowed the user to select a rectangular region of a
chart in order to zoom in on a selected region. Based on the mouse down,
move, and up events, the program drew a bounding rectangle to guide the
user. With Sized to Window the rectangle worked perfectly, without, it was
erratically and randomly drawn. In Excel 2007, there is no longer an option
that allows for reliably drawing the rectangle.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Mark Ivey" wrote in message
...
Jon,

I have to admit that I don't know anything about Office 2007, but I ran
across this website that might be of help...

http://pschmid.net/blog/2006/10/09/58

Then look for "The size of the Ribbon, screen real estate, ribbon scaling
and minimization "

Maybe this will help out...

--
Mark Ivey

UoP e-mail:
Personal e-mail:

"Jon Peltier" wrote in message
...
The blog entry states "The Zoom to Selection command can be used to
achieve similar results." If you are using mouse events on a chart sheet,
however, no amount of zooming will make the translation of mouse position
to chart coordinates work properly. This is what broke because of the
change.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Tom Ogilvy" wrote in message
...
You might look here as well:

http://blogs.msdn.com/excel/archive/...28/724641.aspx

--
Regards,
Tom Ogilvy


"Bill" wrote in message
ink.net...
Hello All,
I am testing out some macros in the beta version of Excel 2007. I
can't seem to find the command to size with window in Excel 2007. Help
doesn't help. Is that command still around in Excel 2007?

Thanks,

Bill









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 do I size a chart with the window in excel 2007 WHfan Charts and Charting in Excel 3 January 19th 09 12:14 AM
how to save a desired window size but hv window comeup fullsz by d smjm1982 Excel Discussion (Misc queries) 1 February 15th 08 11:10 AM
How do I undo the Excel, Window Menu, New Window command OLDFANG Excel Discussion (Misc queries) 2 March 17th 06 05:31 PM
Cannot (re) size Excel Window Terry Excel Discussion (Misc queries) 0 January 25th 06 10:43 AM
Cannot (re) size Excel Window Terry Setting up and Configuration of Excel 0 January 25th 06 10:43 AM


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