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 derfloh 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: garrbel
  • Content: Threads
  • Order by date
  1. garrbel

    How select cells?

    Hi We can select cells. I do like this: Cells(i, 2).Select Selection.Copy Can I select cells (i,2) (i,3) (i,5) in one statement?(non adjacent cells) cells (i,2) (i,3) (i,5). select Selection.copy thanks
  2. garrbel

    AutoFill - help with thid

    Hi I have this code: Range(Cells(i - 1, 1), Cells(i - 1, 42)).AutoFill Destination:=Range(Cells(i - 1, 1), Cells(i, 42)), Type:=xlFillDefault With this code I would like to copy but it makes a list. I mean I have in a cell 0,25 . When I run a code it fills 1,25 --- 2,25 and I would like to...

Part and Inventory Search

Back
Top