Thread
:
ctrl-end in VBA
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
ctrl-end in VBA
try
Sub sce()
ActiveSheet.UsedRange.Select
End Sub
--
Don Guillett
SalesAid Software
"Torstein S. Johnsen" wrote in message
...
I want to select a range from C3 to "last cell" in many different
workbooks.
I know have to do this manually with SHIFT-CTRL-END but is there a simple
way to do this with
VB
À?
Torstein Johnsen
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]