J
jt24152
Hi,
I have been trying to get a macros to run based on the value of a cel
in Column D.
What I would like it to do. Look down through column "D" when the valu
of the cell is true perform a macros (which i have created). It has t
recognize that the cell with the value of true is the "Activecell" as m
macros is setup for active cell.
My code looks like this so far
Sub MacrosTest()
'
'
Selection.End(xlToLeft).Select
Selection.End(xlToLeft).Select
ActiveCell.Range("A1:C1").Select
Selection.Copy
Sheets("Blank Stickers").Select
Selection.End(xlDown).Select
Selection.End(xlUp).Select
ActiveCell.Offset(1, 0).Range("A1").Select
ActiveCell.Select
ActiveSheet.Paste
Sheets("File").Select
ActiveCell.Select
End Sub
The Names of the sheets are:
File
Blank Sticker
I have been trying to get a macros to run based on the value of a cel
in Column D.
What I would like it to do. Look down through column "D" when the valu
of the cell is true perform a macros (which i have created). It has t
recognize that the cell with the value of true is the "Activecell" as m
macros is setup for active cell.
My code looks like this so far
Sub MacrosTest()
'
'
Selection.End(xlToLeft).Select
Selection.End(xlToLeft).Select
ActiveCell.Range("A1:C1").Select
Selection.Copy
Sheets("Blank Stickers").Select
Selection.End(xlDown).Select
Selection.End(xlUp).Select
ActiveCell.Offset(1, 0).Range("A1").Select
ActiveCell.Select
ActiveSheet.Paste
Sheets("File").Select
ActiveCell.Select
End Sub
The Names of the sheets are:
File
Blank Sticker