Moderatori: Anthony47, Flash30005
In modo tale che vengano copiati insieme, uno dietro l'altro in ordine, in blocco da tre celle.
... devo creare un database con 100 mila righe per la mia tesi magistrale ...
Option Explicit
Sub Elabora()
Dim UR As Long, I As Long, X As Long
Application.ScreenUpdating = False
X = 19
UR = Range("O2").End(xlDown).Row
For I = 3 To UR
Range(Cells(2, X).Address, Cells(2, X + 3).Address).Value = Range("O" & I & ":R" & I).Value
X = X + 4
Next I
Range("O3:R" & UR).ClearContents
Application.ScreenUpdating = True
MsgBox "La opia dei dati è stata effettuata"
End Sub
Sub MoveBlk()
Dim TRow As Long, TCol As Long, I As Long
'
With Selection
If .Count < 8 Then
MsgBox ("La selezione sembra troppo limitata, operazione abortita")
Exit Sub
End If
TRow = .Range("A1").Row - 1
For I = 1 To .Rows.Count
TCol = Cells(TRow, Columns.Count).End(xlToLeft).Column + 1
.Offset(I - 1, 0).Resize(1).Cut Cells(TRow, TCol)
Next I
End With
End Sub
DESCRIPTIONS
Session start time : 9-Jan-2014 14.14.45
User name : Motion
Computer name : MOTION-PC
Software key ID : 798436601
Subject ID : STUD04
Date of birth : 11-Dec-1990
Gender : Male
Subject notes :
Age : 23
NART :
Session notes :
Session # : 1
Battery : Battteria Studenti B
Test : (IST) Information Sampling Task
Mode : decreasing win-fixed win
Testing language : italiano
Test start time : 9-Jan-2014 14.34.44
Test duration : 792348
Test outcome : test completed
Press pad type : Camcog Serial Press Pad
Test notes :
Torna a Applicazioni Office Windows
Eliminare righe diverse dalla prima data del mese Autore: dipdip |
Forum: Applicazioni Office Windows Risposte: 4 |
Spostare files tramite la barra delle applicazioni Autore: nippon |
Forum: Sistemi Operativi Windows Risposte: 4 |
confrontare e evidenziare 2 fogli excel Autore: niccia |
Forum: Applicazioni Office Windows Risposte: 5 |
inserisci valore in celle a seguito di condizione Autore: ucame |
Forum: Applicazioni Office Windows Risposte: 10 |
Visitano il forum: Nessuno e 17 ospiti