View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
dominicb[_54_] dominicb[_54_] is offline
external usenet poster
 
Posts: 1
Default last cell plus one


Hi Clare

No need to do that. Change your third line thus:

Label1.Caption = "P0" & a + 1

or

TextBox1.Value = "P0" & a + 1

HTH

DominicB


--
dominicb
------------------------------------------------------------------------
dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932
View this thread: http://www.excelforum.com/showthread...hreadid=384541