Thread: Code bug
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
peter.thompson[_18_] peter.thompson[_18_] is offline
external usenet poster
 
Posts: 1
Default Code bug


If txtPAI.Value 100 Then
MsgBox "Percentage cannot exceed 100%", 64, "Error Message"
CloseButton.Locked = True
CloseButton.BackColor = &H80000013
txtPAI.BackColor = &H80000013
txtPAI.SetFocus
Else
If txtPAI <= 100 Then
CloseButton.Locked = False
CloseButton.BackColor = &H80000010
txtPAI.BackColor = &H80000005
End If


Works ok until textbox is left blank "" which returns the erro
message.


What am I missing here?

Cheers

Peter (new to VBA

--
peter.thompso
-----------------------------------------------------------------------
peter.thompson's Profile: http://www.excelforum.com/member.php...fo&userid=2968
View this thread: http://www.excelforum.com/showthread.php?threadid=49628