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!

Recent content by raptorius

  1. raptorius

    variable in for next loop

    thx for your reply but that was not the solution
  2. raptorius

    variable in for next loop

    I m using checkboxes on a userform If the checkbox is true A target workbook must be opened and some data from a source workbook has to be copied and pasted into the target workbook I used a for next loop to check how many checkboxes are true: For Each Ctl In UserForm2.Controls If...
  3. raptorius

    copy values from a row to a column

    thx this gives me a good start
  4. raptorius

    copy values from a row to a column

    Hi, I want to copy some values from a row and paste them into a column. It will be used for a monthly report. After pressing a button the values of the row from the monthly report must be selected and pasted into a column of another workbook for further analysis
  5. raptorius

    Selection of active cell and non-contiguous variable cells

    Lo, I m new here and just found this great site. My problem I want to make a selection of non-contiguous cells The selection varies daily So m i m using a active cell for the selection proces i want to select the activecell + the range of (the cell starting 2 cells next of the active cell)...

Part and Inventory Search

Back
Top