Thread
:
Right Hand Column on Screen
View Single Post
#
2
Posted to microsoft.public.excel.programming
Chip Pearson
external usenet poster
Posts: 7,247
Right Hand Column on Screen
Tim,
Try something like the following
With ActiveWindow.VisibleRange
MsgBox .Cells(.Cells.Count).Column
End With
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"Tim Childs" wrote in message
...
Hi
Can someone give me the code snippet to give the column
number of the the column which is at the far right of the
screen itself i.e. the returned result will change if the
zoom factor of the display is changed.
Thanks
Tim
Reply With Quote
Chip Pearson
View Public Profile
Find all posts by Chip Pearson