Results 1 to 8 of 8

Thread: No one knows about my last Thread?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    México, D.F.
    Posts
    64

    Unhappy

    Hy, everybody. I´m trying to show on my Standard form the format cells of Excel(locate into an Excel cell and then push Ctrl+1), I'm using an ole from VB to Excel like this:


    '********** I M P O R T A N T
    '********** U must have to go to the project references and select the Microsoft Excel 9.0 or 8.0 Object Library

    '----------- VB code
    Option Explicit
    Dim xlsApp As Excel.Application

    Private Sub Command1_Click()

    Hy, everyone. I´m trying to show on my Standard form the format cells of Excel(locate into an Excel cell and then push Ctrl+1), I'm using an ole from VB to Excel like this:


    '********** I M P O R T A N T
    '********** U must have to go to the project references and select the Microsoft Excel 9.0 or 8.0 Object Library

    '----------- VB code
    Option Explicit
    Dim xlsApp As Excel.Application

    Private Sub Command1_Click()

    Set xlsApp = Excel.Application
    With xlsApp
    'Show Excel
    .Visible = True
    'Create a new workbook
    .Workbooks.Add
    'Put text in to the cell that is selected
    .ActiveCell.Value = "123"

    'Put text into A3 regardless of the selected cell
    .Range("A3").Value = "456"
    '----------- VB code

    My question is: How can i show the format cells that appears in Excell


    Thanx everyone for reply


  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986

    Talking Patience my boy...

    *wow* you don't have any patience huh? you only post it less than an hour after your first post huh?

    I'm sorry but I can't help you, at least this post is back on top again
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  3. #3
    Lively Member
    Join Date
    Jul 2000
    Posts
    94

    Exclamation

    Its been all of a half hour since your last post! What happened to patience? Many of the people who would be able to help you are at work (I know I am) and can only check the posts periodically. If somebody can help you I'm sure they will as soon as they can.

  4. #4
    Lively Member
    Join Date
    Jul 2000
    Posts
    94

    Talking

    Oops Jop beat me to the reply.

  5. #5
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    hehe
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    México, D.F.
    Posts
    64

    Talking

    Now I wait about 3 hours, but thanx everybody for reply. I'm still working with it. If could finish that **** i will share it.






    See u later


  7. #7

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    México, D.F.
    Posts
    64
    Ok, i understand, what i'm trying to do is difficult






    See u

  8. #8
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    A few tips for future posts.

    - Never say you're a Guru in the Subject of your post
    - When posting code type [ code ] Your code here [ /code ]

    (Remove the spaces between the brackets and you'll get this)
    Code:
    '********** I M P O R T A N T 
    '********** U must have to go to the project references and select the Microsoft Excel 9.0 or 8.0 Object Library 
    
    '----------- VB code 
    Option Explicit 
    Dim xlsApp As Excel.Application 
    
    Private Sub Command1_Click() 
    
    Hy, everyone. I´m trying to show on my Standard form the format cells of Excel(locate into an Excel cell and then push Ctrl+1), I'm using an ole from VB to Excel like this: 
    
    
    '********** I M P O R T A N T 
    '********** U must have to go to the project references and select the Microsoft Excel 9.0 or 8.0 Object Library 
    
    '----------- VB code 
    Option Explicit 
    Dim xlsApp As Excel.Application 
    
    Private Sub Command1_Click() 
    
    Set xlsApp = Excel.Application 
    With xlsApp 
    'Show Excel 
    .Visible = True 
    'Create a new workbook 
    .Workbooks.Add 
    'Put text in to the cell that is selected 
    .ActiveCell.Value = "123" 
    
    'Put text into A3 regardless of the selected cell 
    .Range("A3").Value = "456" 
    '----------- VB code
    Hey it's on top again, goodluck
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

Posting Permissions

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



Click Here to Expand Forum to Full Width