View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matt D. Matt D. is offline
external usenet poster
 
Posts: 3
Default Selecting Variable Rows

Hello,

I am attempting to get some code to work that looks like:

X = X + 95
Y = Y + 95
Rows("X:Y").Select

Basically I need to to be able to change the values of the
rows I need to select. I cant find anything in help, so
could someone help me with the syntax.

Thanks

Matt D.