L
Louis
Hello
i need help to finalyse the vba code. the vba code is working but i need to
find the first empty line and paste the data from the (excel base.xls).
can someone help me
Thanks
Dim Wk As Workbook
Set Wk = Workbooks.Open(Filename:="C:\Databasere_validierung.xls")
Windows("excel base.xls").Activate
Range("B1:B75").Select
Selection.Copy
Windows("Databasere_validierung.xls").Activate
Range("A4").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=True
'Wk.Close True'
End Sub
i need help to finalyse the vba code. the vba code is working but i need to
find the first empty line and paste the data from the (excel base.xls).
can someone help me
Thanks
Dim Wk As Workbook
Set Wk = Workbooks.Open(Filename:="C:\Databasere_validierung.xls")
Windows("excel base.xls").Activate
Range("B1:B75").Select
Selection.Copy
Windows("Databasere_validierung.xls").Activate
Range("A4").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=True
'Wk.Close True'
End Sub