CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nil.kul007

Search: Search took 0.02 seconds.

  1. Adding filtered items from excel column to listbox

    I am very new to VB. I want to load number of different items in a excel column to list box, Can anyone let me know how we can do it ?

    Example
    Sl No Name No. of Visit
    1 anand 10
    2 naveen 12...
  2. Re: Is it possible to use other applications tools in vb 6.0

    Thanks sir it help a lot...
  3. Replies
    0
    Views
    4,464

    Split excel files using vb6.0

    Hello Friends,

    I used below code for merging excel file from path in visual basic 6.0. Now I'm thinking to split using particular cell reference from the merged excel file in separate sheets ......
  4. Replies
    1
    Views
    1,388

    Run time error 13

    but showing run-time error 13


    'The process for Removing duplicates rows in excel files using vb 6.0


    Mrg_Row = wsN.UsedRange.Rows.Count
    Mrg_Col =...
  5. Is it possible to use other applications tools in vb 6.0

    Hello sir,

    I would like to call plotoshop tools erase, blur, crop..etc tools to my program is possible to call like that tools, if possible then plz give one example.

    thank you...:wave:
  6. Replies
    11
    Views
    4,547

    Re: Excel and VB 6

    sorry next time I am using
  7. Replies
    11
    Views
    4,547

    Re: Excel and VB 6

    Hello sir,


    In this program all the excel files are merging in one sheet but after merging all the source files are in red only form and also after merging all the source files are not closing...
  8. Replies
    11
    Views
    4,547

    Re: Excel and VB 6

    Sir I changed but same error was showing. and also it is not asking user to save this please check sir


    Private Sub Merge_Click()
    Dim fso As New FileSystemObject
    Dim fol As Folder
    Dim i, j As...
  9. Replies
    11
    Views
    4,547

    Re: Excel and VB 6

    The Error message is : ActiveX component cannot be create object errorActualy it is a VBA code I modified to use in VB 6.0
    is it able to modify like after merging it ask to user to save plz sir

    ...
  10. Replies
    11
    Views
    4,547

    Multiple Excel files merged in to one sheet

    I biginner to VB Devoloper and I got first project only confusion so please help me friends
    This is a Excel merging program but it gives some Activex error plz anybody help me fast
    this is my...
  11. Replies
    11
    Views
    4,547

    Excel and VB 6

    Hello code guru It is a program to merge all excel sheets to one sheet but I wrote this code on the base of VBA right now giving Activex error plzzzz check and conform me back


    Private Sub...
Results 1 to 11 of 12





Click Here to Expand Forum to Full Width

Featured