T
tbd
Greetings,
I'd like to size the application window so that it only displays a
rectangular region of cells that I can define programmatically.
If there's not an easy way to specify the right-most and bottom-most visible
cell, then, is there a way to read a cell's pixel position?
The following commands may be relevant:
Application.Goto gWS_Calendar.Range("A1"), Scroll:=True
and
Application.Width = SomeNumberOfPixels
Application.Height = SomeNumberOfPixels
Thanks/Cheers!
I'd like to size the application window so that it only displays a
rectangular region of cells that I can define programmatically.
If there's not an easy way to specify the right-most and bottom-most visible
cell, then, is there a way to read a cell's pixel position?
The following commands may be relevant:
Application.Goto gWS_Calendar.Range("A1"), Scroll:=True
and
Application.Width = SomeNumberOfPixels
Application.Height = SomeNumberOfPixels
Thanks/Cheers!