G
Guest
My question is this
Using the VBE I have rename sheetxx to shtInpinfo - Do I need the all of the
following code to use the range name "valid"?
If shtInpInfo.Range("valid").value <> 0 Then
shtInput.[button 17].Visible = False
Beep
End If
Using the VBE I have rename sheetxx to shtInpinfo - Do I need the all of the
following code to use the range name "valid"?
If shtInpInfo.Range("valid").value <> 0 Then
shtInput.[button 17].Visible = False
Beep
End If