Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Joep1972
  • Content: Threads
  • Order by date
  1. Joep1972

    PROCEDURE VBA EXCELL TO BIG !? : ( ...........

    Hi, Who can help me with the following, I'm making my first program in excell VBA, Because I'm not familar with al the codes I made a procedure with if and then, This was a lot of work and now i've tried to run it the procedure is to big !!!!!!!!! You can imagin the words that came out of my...
  2. Joep1972

    PROCEDURE VBA EXCELL TO BIG !? : ( ...........

    Hi, Who can help me with the following, I'm making my first program in excell VBA, Because I'm not familar with al the codes I made a procedure with if and then, This was a lot of work and now i've tried to run it the procedure is to big !!!!!!!!! You can imagin the words that came out of my...
  3. Joep1972

    "some" calculation in VBA excell

    Hi, I've got the following code(only a part), Worksheets("test").Cells(15, 8).Value = Som("Worksheets("test").Cells(15, 8): Me.TextBox1.Text") What I want to do is, put the value of textbox1 in cell H15 BUT in this cell is already a number. Now I want a code...
  4. Joep1972

    Hi, I've got the following probl

    Hi, I've got the following problem, when I chose in the calendar of my userform a date in november it doesn't work can somebody have look what is the problem. HELP I'm getting mad. Private Sub CommandButton3_Click() If Me.Calendar1.Day <= Day(&quot;301102&quot;) And Me.Calendar1.Day >=...
  5. Joep1972

    the If command for a date

    Hello can somebody help me with the following, I'm trying in a userform to get a difference in a date especially for the month, if in the calender the date is 1-11-02 then it has to right the information to the cell (H14 and i14) but if the date is in december then it has to write the info to 2...
  6. Joep1972

    export text from a textbox to a worksheet

    Hi Guys, can somebody help me with the following I've checked the previous questions on the forum and also some books and the help menu but nothing so far, I hope you can help me, I've created a userform in this userform i've got a calender and a text box How can I get this information...
  7. Joep1972

    How can I rceive the information in my listbox

    Hi, Can somebody help me with linking a range of cells out of my worksheet &quot;test&quot; to my listbox1 in my userform1. thx Joep
  8. Joep1972

    To activate Userform in Excell via VBA

    Hi, I'm creating a new project and I want to activate a userform that I've created in Visual Basic but how can I get this userform activated when I use a button in Excell. can somebody hel me. Many thanks Joep

Part and Inventory Search

Back
Top