Recent content by areddy

  1. A

    How to add data Range property at runtime to excel sheet

    Hi All, In excel sheet i have a chart and table for which I am setting data range property at design time.based on the data i want to set it at run time. select in chart menu---> Source data --> Data range property we are setting at design time. How to set this property at runtime. Please...
  2. A

    changing printer.papersize=vbPRPSLetter

    Dear All, Iam opening an excel file through visualbasic6.0 code with some data iam filling in the excel file.everything is ok but i want to change the printer papersize A4 to Letter. iam setting to Printer.papersize=vbPRPSLetter for Letter in the visual basic code. but it is not setting...
  3. A

    Using Hash algorithms like SHA-1 for one way password encryption in VB6

    Hi, I am working on a VB project and to store the passwords in the database (SQL Server), the client wants us to use hash algorithms like SHA-1 to perform a one way encryption of the password and save only the hash value in the database. I currently have very little knowledge on how this...
  4. A

    How to know which user is having permissions on the different system folder.

    Hi All, In my visual basic project iam generating excel report and without opening iam placing into some other machine folder which iam having the permission on that folder in the other folder. example Network admin will gives test1 (folder name) folder permissions on system1(system name) and...
  5. A

    I want to place excel file in some other domain.

    Hi All, Below code is to save the excel file in specified path. -------------------------------------------------------------------------- Dim strExcelSave As String strExcelSave = "\\WKS0010(some other machine with in the network)\test\Working...
Top Bottom