Thread
:
Instead of Range please.
View Single Post
#
1
Posted to microsoft.public.excel.programming
Steved
external usenet poster
Posts: 519
Instead of Range please.
Hello from Steved
How do I tell this to drop down to the next cell meaning Range("A9").Select
Sub CtrlD()
Selection.FillDown
Range("A9").Select
End Sub
I Thankyou.
Reply With Quote
Steved
View Public Profile
Find all posts by Steved