+ Reply to Thread
Results 1 to 2 of 2

Setting a column to Text datatype

  1. #1

    Setting a column to Text datatype

    I'm sure this is deathly simple but for whatever reason, I can't seem
    to discover (either on my own or through other Google posts) how to set
    an entire column to the Text datatype through VB6.
    Any help would be appreciated.


  2. #2
    JE McGimpsey
    Guest

    Re: Setting a column to Text datatype

    one way:

    ActiveSheet.Columns(1).Cells.NumberFormat = "@"


    In article <[email protected]>,
    [email protected] wrote:

    > I'm sure this is deathly simple but for whatever reason, I can't seem
    > to discover (either on my own or through other Google posts) how to set
    > an entire column to the Text datatype through VB6.
    > Any help would be appreciated.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1