Search:

Type: Posts; User: jvdub22

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,176

    Re: Check box in MSFlex Grid

    Thanks this worked perfectly.
  2. Replies
    6
    Views
    1,176

    Re: Check box in MSFlex Grid

    can you give me an example of how to do this? I am trying to put a checkbox in each row of my grid. my grid has both horizontal and vertical scrolling.
  3. Replies
    6
    Views
    1,176

    Check box in MSFlex Grid

    Is there a way to put a check box into the cells of a MSFlex Grid control?
  4. Replies
    7
    Views
    94,914

    Re: Insert New row into Excel Using VB

    When i use:


    lMaxRowNumber = oWB.Sheets("Sheet1").Cells.SpecialCells(xlCellTypeLastCell).Row

    i get back the value of the last row on the entire sheet. how can i get the last row in a...
  5. Replies
    1
    Views
    503

    finding last rows in excel

    How do i find the last row for each column in my spreadsheet? like if my spreadsheet had several columns of data, and i wanted to know what row the last value in column 5 was, how can i do that?
  6. Thread: mouse over

    by jvdub22
    Replies
    2
    Views
    415

    Re: mouse over

    Ahhh... I didnt see that. Thanks.
  7. Thread: mouse over

    by jvdub22
    Replies
    2
    Views
    415

    mouse over

    I have a toolbar in my application and i want it to display a caption when the user holds the mouse pointer over it, just like in windows applications. Can this be done using vb6?
  8. Replies
    2
    Views
    443

    custominzing forms

    Where can I find info on how to customize my application to look more original. I want to add a 'skin' or 'wallpaper' or 'graphics' to my forms to make them look nicer.
  9. Replies
    5
    Views
    734

    Re: Display a table on a form

    Thanks for the help, I have two more quick question. How do i specify the column width and row height in a MSFlexGrid? and can i make columns different colors?
  10. Replies
    5
    Views
    734

    Re: Display a table on a form

    These controls require a connection to an ado object or database, is there a way i can just draw a table and input numbers into it?
  11. Replies
    5
    Views
    734

    Display a table on a form

    How could I draw a table on a vb form? Like a MS word table for example. Ive tried using labels but this takes a long time when you have many rows and column, also im not able to print the table this...
  12. Replies
    7
    Views
    94,914

    How do I start at the first value in the column...

    How do I start at the first value in the column and compare it the value in my recordset and continue moving down the column until i find where to insert. Also how do i know when there are no more...
  13. Replies
    7
    Views
    94,914

    Insert New row into Excel Using VB

    I have a spreadsheet with columns full of values that are sorted ascending. In my vb program I have recordsets with values that need to be inserted into the spreadsheet columns in order. How do I...
  14. Replies
    1
    Views
    573

    line up columns in Excel

    Im writing a program that takes 2 or more recordsets and dumps them into columns in Excel. Im dumping the recordsets one at a time. Once in Excel I need to line up the matching cells and shift non...
Results 1 to 14 of 14



Click Here to Expand Forum to Full Width