View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
colofnature[_70_] colofnature[_70_] is offline
external usenet poster
 
Posts: 1
Default Faster way to code this


You could use a find, eg:

[a2:a5000].find(what:=textboxNumber.value, lookat:=xlwhole).select

in place of the 'Do...Loop until'.

Col


--
colofnature
------------------------------------------------------------------------
colofnature's Profile: http://www.excelforum.com/member.php...o&userid=34356
View this thread: http://www.excelforum.com/showthread...hreadid=558940