Search results

  1. Vader

    Help with compacting & optimization

    Sub Vader_Extract_Tel_Bills() Application.ScreenUpdating = False Range("C:C,D:D,E:E,F:F,G:G").Delete Shift:=xlToLeft Columns("A:A").SpecialCells(xlCellTypeBlanks).EntireRow.Delete Dim rng As Range Dim Mime1, Mime2, Mime3, Mime4 As String Mime1 = "/200" Mime2 = "Vkupno:" Mime3...
  2. Vader

    I really need this done!!!

    Hi everyone! I need a code that will copy a particular cell (let`s say every second cell in column B) in every second row of the used range and copy/paste it in a column of my choosing (first empty column).Thanks in advance!
  3. Vader

    Cut/Paste VBA

    Hi, i need to find rows that match a certain criteria (the rows may not be consecutive, and the criteria may be text or a number), then select/cut the rows and paste them in another sheet? Thanks in advance!
  4. Vader

    Give it a try!

    Simple question = Can you arrange Sheet1 so it can look like Sheet2 trough VBA? Sample data is by random choice!
  5. Vader

    Excel VBA - Need some attention

    Hello to everyone who reads or is a member of this Forum! I was only reading and searching this forum, which I must say that is one of the best, if not "THE BEST" of it`s kind, until today - I have a problem with Excel VBA code! First of all, I`m not satisfied with the speed of my code, second...
Back
Top Bottom