TheSwamp

Code Red => VB(A) => Topic started by: Humbertogo on July 17, 2007, 03:59:12 PM

Title: add columns in a textbox
Post by: Humbertogo on July 17, 2007, 03:59:12 PM
is there a way to add columns in a textbox
Title: Re: add columns in a textbox
Post by: Keith™ on July 17, 2007, 04:07:43 PM
There is if you use API calls, but it is much easier to simply use a listbox ...

To create a textbox with columns (tab delimited) see this (http://www.freevbcode.com/ShowCode.Asp?ID=136) for an example of doing it in VB. The process is essentially the same for VBA