Search:

Type: Posts; User: paralinx

Page 1 of 13 1 2 3 4

Search: Search took 0.20 seconds.

  1. Re: Opening excel from specified location

    Ah! Bravo! This is what ended up working for me:


    objApp = CreateObject("Excel.Application")
    Dim objBooks As Excel.Workbooks
    Dim objSheets As Excel.Sheets
    Dim...
  2. Re: Opening excel from specified location

    I definitely have the correct path to the file, and have data in the file. I did a check to see if it was "nothing"


    Dim objBooks As Excel.Workbooks
    Dim objSheets As Excel.Sheets
    ...
  3. Re: Opening excel from specified location

    I'm trying to open the exisiting instance of the excel file to read/write to it

    I figured out that I was using the wrong slashes: (/) instead of (\). But I am still getting that error.
  4. Re: Opening excel from specified location

    Okay so now I have:


    Dim objBooks As Excel.Workbooks
    Dim objSheets As Excel.Sheets
    Dim objSheet As Excel._Worksheet
    Dim range As Excel.Range

    objBooks =...
  5. [RESOLVED] Opening excel from specified location

    Hello everyone,

    I've been trying to figure this out myself, but have just run into an issue I can't resolve with searching and examples. I'm trying to open an excel file to read from it, and I've...
  6. Replies
    6
    Views
    726

    Random problems for fun?

    I'm bored so I want to post some random physics or math problems to see how smart you guys are.

    Won't this be fun? haha ok I'll only post one problem until it's solved, and if no one responds i'll...
  7. Thread: b

    by paralinx
    Replies
    6
    Views
    680

    Re: b

    im going to die Sunday, November 11, 2063 : :cry:
  8. Thread: Exe

    by paralinx
    Replies
    4
    Views
    575

    Re: Exe

    Yeah, you just go to File > Make Project1.exe or whatever your project name is... and that'll be able to run by just opening it
  9. Thread: Hi

    by paralinx
    Replies
    7
    Views
    631

    Re: Hi

    well...








    Hi..
  10. Thread: Hi

    by paralinx
    Replies
    7
    Views
    631

    Re: Hi

    It's 50% off :D
  11. Thread: Hi

    by paralinx
    Replies
    7
    Views
    631

    Hi

    Hello....

    again
  12. Replies
    11
    Views
    878

    Re: Random decision

    You can make these phrases randomly go into your label, but I don't think you have control over how likely each of the phrases are going to be put in there.
  13. Replies
    5
    Views
    807

    Re: Writing to text files adding extra space

    Oh... so the list boxes list count starts at 1?

    Ok thanks randem.
  14. Replies
    5
    Views
    807

    Writing to text files adding extra space

    Hey all,

    When I try to write to a file putting data from two list boxes it is adding an extra space in between the two list boxes data that is messing up my order when putting them back into the...
  15. Replies
    4
    Views
    644

    Re: ASCii problem

    Private Sub Text1_KeyPress(KeyAscii As Integer)
    If ((KeyAscii >= 57) Or (KeyAscii <= 48) And (KeyAscii <> 8) And (KeyAscii <> 46)) Then '57-48
    KeyAscii = 0
    End If
    End Sub
  16. Replies
    4
    Views
    1,649

    Re: Using command prompt and Notepad

    I do have that.
  17. Replies
    4
    Views
    1,649

    Re: Using command prompt and Notepad

    search what? command prompt java?
  18. Replies
    4
    Views
    1,649

    Using command prompt and Notepad

    Hey all,

    I have a book that tells you how to use the command prompt and notepad to run java code. But, when it tells me to run this line in the command prompt it says that its not a found...
  19. Replies
    4
    Views
    765

    Re: Creating a database to store scores?

    thanks that helped a lot,

    however I have one question.

    Is there a way to clear all of the data of the fields, so I can rewrite them?
  20. Replies
    4
    Views
    897

    Aligning text in a listbox

    Hi all,

    Is there anyway that I could align the text in my listbox to the right justification?
  21. Replies
    4
    Views
    766

    Re: vb backspaces

    replace the text1's with what your textbox is named
  22. Replies
    4
    Views
    766

    Re: vb backspaces

    Something Like this

    If Len(text1.text) > 0 then
    text1.text = Mid(text1.text, 1, Len(text1.text) - 1)
    End If
  23. Replies
    4
    Views
    765

    Creating a database to store scores?

    Hey all,

    I have created a game for 1st grade kids and I need a way to store the kid's highscores after they finish the game, so the other kids have something to shoot for when they play the game. ...
  24. Replies
    3
    Views
    745

    Re: ShellExecute HELP !@!@!@!@!@

    Private Declare Function ShellEx Lib "shell32.dll" _ Alias "ShellExecuteA"
    (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal _ lpParameters As Any, ByVal lpDirectory As...
  25. Re: [RESOLVED] Not allowing new number to be same as last

    No, I only used the two random functions for just the subtraction.

    thanks again. :thumb:
  26. Re: Not allowing new number to be same as last

    Great! Thanks jcis, this problem was driving me insane. Since this was an actual program that about 1000 elementary kids are going to use I figured I needed to get that problem fixed.

    Sorry I can...
  27. Re: Not allowing new number to be same as last

    The sequence does not matter, keep running the program until you get one equation (the equation can be any numbers) say 8-5, and if the program puts 8-5 again, it will think the eight is zero, say...
  28. Re: Not allowing new number to be same as last

    I saved the form that I uploaded in the above post and it should work fine if you put this into the form load event

    With lstSelectOp
    .AddItem ("Addition")
    .AddItem...
  29. Re: Not allowing new number to be same as last

    I usually zip up the form and project, then send it. But I'm on the limited school computer right now.

    When I tried to upload the project into vbf, it says Invalid file for .vbp :confused:
  30. Re: Not allowing new number to be same as last

    It still doesn't work, let me load up my form so you can see my problem.
  31. Re: Not allowing new number to be same as last

    did you just change the function for the random numbers?
  32. [RESOLVED] Not allowing new number to be same as last

    Hello,

    Right now I'm making a program for little kids that will shoot out simple math equations dealing with adding, subtracting, dividing, and multiplying. Everything is working fine except for...
  33. Replies
    3
    Views
    981

    Re: What is .getposition ?

    getposition of what object?
  34. Replies
    44
    Views
    1,994

    Re: Show your first post at VBF

    http://www.vbforums.com/showthread.php?t=343041
  35. Replies
    7
    Views
    819

    Re: [RESOLVED] spaces in name display

    Instead of all that code why not do this

    If optMale.Value = True And optMarried.Value = True Then
    Me.txtdisplay.Text = "Mr. " & firstname & " " & middlename & ". " & lastname

    ElseIf...
  36. Replies
    8
    Views
    776

    Re: How to get just the date

    Private Sub Command1_Click()
    Msgbox Date
    End Sub
  37. Thread: Eye Test

    by paralinx
    Replies
    22
    Views
    1,172

    Re: Eye Test

    I don't see any F's at all
  38. Replies
    11
    Views
    862

    Re: I made it in the papers in my area

    Oh, I just had a good idea. I'll put a new tab in and if someone tells me what song the tab is from i'll give them a prize.
  39. Replies
    11
    Views
    862

    Re: I made it in the papers in my area

    I forgot what song it was, im going to change it every month or so to a new one
  40. Replies
    11
    Views
    862

    I made it in the papers in my area

    http://www.grandhaventribune.com/paid/308968908781742.bsp

    I am, of course, Nick Miller :D
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width