Thread
:
Active cell as range
View Single Post
#
2
Posted to microsoft.public.excel.programming
Jim Thomlinson
external usenet poster
Posts: 5,939
Active cell as range
set rng = activecell
--
HTH...
Jim Thomlinson
"Patrick Simonds" wrote:
How can I make the code below refer to the current cell that is active?
Set rng = Range("A200")
Reply With Quote
Jim Thomlinson
View Public Profile
Find all posts by Jim Thomlinson