View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
blacktour[_5_] blacktour[_5_] is offline
external usenet poster
 
Posts: 1
Default Userform Textbox Sorting


This is the code I'm using to put one box after another but I can'
figure out how to sort them.


Code
-------------------
For AllBoxes = 1 To 6
If CCpmt.Controls("feebox" & AllBoxes).Visible = True Then
CCpmt.Controls("feebox" & frmAskCollection.Tag).Left = CCpmt.Controls("feebox" & frmAskCollection.Tag).Left + 84
End If
Next AllBoxe
-------------------

--
blacktou
-----------------------------------------------------------------------
blacktour's Profile: http://www.excelforum.com/member.php...fo&userid=2536
View this thread: http://www.excelforum.com/showthread.php?threadid=39095