Thread
:
VB Syntax to select a range
View Single Post
#
4
Posted to microsoft.public.excel.misc
xjetjockey
external usenet poster
Posts: 12
VB Syntax to select a range
Thanks for your help with this. Do you happen to know anyone who does
VBA coding that I could hire to work on some projects? Thanks.
Robert
Gary''s Student wrote:
Dim s as String
s=FFR & ":" & FTR
Range(s).Select
--
Gary''s Student
"xjetjockey" wrote:
I am trying to select a range from E294 to E314. I have set the two
cells to"
FFR = E294
FTR = E314
These have been Dim'd as Variants, and will be re-used elsewhere in the
procedure later.
I want to select the entire range so that I can do a copy/paste
function.
Can you please tell me how to code this?
Thanks.
Robert
Reply With Quote
xjetjockey
View Public Profile
Find all posts by xjetjockey