Sub CheckAvailability()
'---------------------------------------------------------------------------------------------------------------------------------B2
'Egg
If Sheet1.Range("B2").Value = "Egg" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Eggs Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo A
ActiveCell.Offset(0, 7).Value = "Egg Mod"
End If
A:
'Eggs
If Sheet1.Range("B2").Value = "Eggs" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Eggs Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo B
ActiveCell.Offset(0, 7).Value = "Egg Mod"
End If
B:
'Lamb Steak
If Sheet1.Range("B2").Value = "Lamb Steak" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo C
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
C:
'Top Sirlon
If Sheet1.Range("B2").Value = "Top Sirlon" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo E
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
E:
'Filet Mignon
If Sheet1.Range("B2").Value = "Filet Mignon" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo F
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
F:
'Ribeye
If Sheet1.Range("B2").Value = "Ribeye" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo G
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
G:
'Tenderlion
If Sheet1.Range("B2").Value = "Tenderlion" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo H
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
H:
'T -Bone
If Sheet1.Range("B2").Value = "T-Bone*" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo I
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
I:
'Porterhouse
If Sheet1.Range("B2").Value = "Porterhouse" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo j
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
j:
'Strip Loin
If Sheet1.Range("B2").Value = "Strip Loin" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo k
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
k:
'Top Loin
If Sheet1.Range("B2").Value = "Top Loin" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo l
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
l:
'Club
If Sheet1.Range("B2").Value = "Club" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo M
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
M:
'Skirt
If Sheet1.Range("B2").Value = "Skirt" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo N
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
N:
'Sirloin
If Sheet1.Range("B2").Value = "Sirloin" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo O
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
O:
'Chateaubriand
If Sheet1.Range("B2").Value = "Chateaubriand" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo p
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
p:
'Delmonico
If Sheet1.Range("B2").Value = "Delmonico" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo q
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
q:
'Flatiron
If Sheet1.Range("B2").Value = "Flatiron" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo r
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
r:
'Hanger
If Sheet1.Range("B2").Value = "Hanger" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo s
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
s:
'London Broil
If Sheet1.Range("B2").Value = "London Broil" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo t
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
t:
'New York Strip
If Sheet1.Range("B2").Value = "New York Strip" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo u
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
u:
'Prime Rib
If Sheet1.Range("B2").Value = "Prime Rib" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo v
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
v:
'Tri -Tip
If Sheet1.Range("B2").Value = "Tri -Tip" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo w
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
w:
'Steak & Eggs
If Sheet1.Range("B2").Value = "Steak & Eggs" And Sheet1.Range("J2").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo X
ActiveCell.Offset(0, 7).Value = "Egg Mod"
ActiveCell.Offset(1, 7).Value = "Steak Mod"
End If
X:
'---------------------------------------------------------------------------------------------------------------------------------B3
'Egg
If Sheet1.Range("B3").Value = "Egg" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Eggs Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo A3
ActiveCell.Offset(0, 7).Value = "Egg Mod"
End If
A3:
'Eggs
If Sheet1.Range("B3").Value = "Eggs" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Eggs Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo B3
ActiveCell.Offset(0, 7).Value = "Egg Mod"
End If
B3:
'Lamb Steak
If Sheet1.Range("B3").Value = "Lamb Steak" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo C311
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
C311:
'Top Sirlon
If Sheet1.Range("B3").Value = "Top Sirlon" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo E3
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
E3:
'Filet Mignon
If Sheet1.Range("B3").Value = "Filet Mignon" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo F4
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
F4:
'Ribeye
If Sheet1.Range("B3").Value = "Ribeye" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo G5
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
G5:
'Tenderlion
If Sheet1.Range("B3").Value = "Tenderlion" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo H6
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
H6:
'T -Bone
If Sheet1.Range("B3").Value = "T-Bone*" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo I7
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
I7:
'Porterhouse
If Sheet1.Range("B3").Value = "Porterhouse" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo j8
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
j8:
'Strip Loin
If Sheet1.Range("B3").Value = "Strip Loin" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo k9
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
k9:
'Top Loin
If Sheet1.Range("B3").Value = "Top Loin" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo l10
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
l10:
'Club
If Sheet1.Range("B3").Value = "Club" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo M11
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
M11:
'Skirt
If Sheet1.Range("B3").Value = "Skirt" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo N12
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
N12:
'Sirloin
If Sheet1.Range("B3").Value = "Sirloin" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo O13
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
O13:
'Chateaubriand
If Sheet1.Range("B3").Value = "Chateaubriand" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo p14
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
p14:
'Delmonico
If Sheet1.Range("B3").Value = "Delmonico" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo q161
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
q161:
'Flatiron
If Sheet1.Range("B3").Value = "Flatiron" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo r17
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
r17:
'Hanger
If Sheet1.Range("B3").Value = "Hanger" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo s18
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
s18:
'London Broil
If Sheet1.Range("B3").Value = "London Broil" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo t19
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
t19:
'New York Strip
If Sheet1.Range("B3").Value = "New York Strip" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo u20
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
u20:
'Prime Rib
If Sheet1.Range("B3").Value = "Prime Rib" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo v21
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
v21:
'Tri -Tip
If Sheet1.Range("B3").Value = "Tri -Tip" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo w22
ActiveCell.Offset(0, 7).Value = "Steak Mod"
End If
w22:
'Steak & Eggs
If Sheet1.Range("B3").Value = "Steak & Eggs" And Sheet1.Range("J3").Value = "" Then
If MsgBox("Do You want to Enter Steak Mod?", vbYesNo + vbQuestion) = vbNo Then GoTo X23
ActiveCell.Offset(0, 7).Value = "Egg Mod"
ActiveCell.Offset(1, 7).Value = "Steak Mod"
End If
X23:
'--------------------------------------------------------------------------------------------------------
'So on Till Range B300
Display More