C
Christine
Hi group,
I have a problem that I have seen similar answers for, but they are not
specific enough to my problem.
I have gotten close by looking at other examples, but I'm not having much
luck modifying the code.
What I would like to do is to create a macro that populates a certain column
(J) from J2 to the last row of data. For example, sometimes the range will be
J2:J200 or J2:J333 - it's never constant.
My macro so far just fills one cell (J2) and selects it so that the corner
handle is visible - the user just has to grab it and drag down the column.
It would be great if this step could be automated.
My macro looks like this:
Sub Bank_InsertWorkTypeID()
ActiveSheet.Range("J2").Value = 00000
End Sub
Thanks,
Christine
I have a problem that I have seen similar answers for, but they are not
specific enough to my problem.
I have gotten close by looking at other examples, but I'm not having much
luck modifying the code.
What I would like to do is to create a macro that populates a certain column
(J) from J2 to the last row of data. For example, sometimes the range will be
J2:J200 or J2:J333 - it's never constant.
My macro so far just fills one cell (J2) and selects it so that the corner
handle is visible - the user just has to grab it and drag down the column.
It would be great if this step could be automated.
My macro looks like this:
Sub Bank_InsertWorkTypeID()
ActiveSheet.Range("J2").Value = 00000
End Sub
Thanks,
Christine