Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
I have been trying to get a macros to run based on the value of a cell in Column D. What I would like it to do. Look down through column "D" when the value of the cell is true perform a macros (which i have created). It has to recognize that the cell with the value of true is the "Activecell" as my 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 a File Blank Stickers |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Assign different macros for True/False button | Excel Discussion (Misc queries) | |||
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu | Excel Discussion (Misc queries) | |||
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu | Excel Programming | |||
Linking check boxes so if one is true the other shows false | Excel Discussion (Misc queries) | |||
True / false statements in Macros | Excel Programming |