View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
BigDave[_18_] BigDave[_18_] is offline
external usenet poster
 
Posts: 1
Default Function doesn't work correctly with protection on



Function commentText2(astr As String, refstring As String)
refstring = c41
astr = b41
If astr " " Then commentText2 = InputBox("Please enter your datasheet
comment for" & " " & " " & refstring)
End Function


Is this the correct way to go about it? (How green am I?)


--
BigDave
------------------------------------------------------------------------
BigDave's Profile: http://www.excelforum.com/member.php...fo&userid=7741
View this thread: http://www.excelforum.com/showthread...hreadid=379105