Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm only entering part of my macro button because it's long.
The first thing I want my macro to do is look at D4 & give an error message if the cell is blank. How do I do that? Sheets("REQUEST ").Select ActiveSheet.Unprotect Rows("4:4").Select Selection.Insert Shift:=xlDown Application.Goto Reference:="NewRecord" Selection.Copy Rows("4:4").Select ActiveSheet.Paste Range("A4").Select Application.CutCopyMode = False Selection.Copy Range("D4").Select Sheets("SEARCH ").Select Range("D9:E9").Select Application.CutCopyMode = False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clearing Check Boxes & Running a diff Macro when unchecking the ch | Excel Discussion (Misc queries) | |||
Need macro to check if cell is not blank & previous cell is blank, copy information from row above & paste | Excel Programming | |||
Check values before running macro | Excel Programming | |||
How to check a cell for content before running macro. | Excel Programming | |||
Check cell for data before running code | Excel Programming |