S
SpeeD
Hi.
I need to switch between worobooks, but i never know the name of one of them.
Dim Nome As Workbook
Set Nome = ActiveWorkbook.FullName
Range("A2").Select
Selection.CurrentRegion.Select
Selection.Copy
Windows("ordenação para folha final.xls").Activate
Sheets("Original 1").Select
Range("A1").Select
Selection.PasteSpecial Paste:=xlPasteColumnWidths, Operation:=xlNone, _
SkipBlanks:=False, Transpose:=False
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=False
Range("A1").Select
Windows("Nome").Activate
Range("A1").Select
Can anyone help me with this? i can ´t get this to work...
one more thing the code is in another book that is open...
Thansk a lot!!!!!!!!!!!!
SpeeD
I need to switch between worobooks, but i never know the name of one of them.
Dim Nome As Workbook
Set Nome = ActiveWorkbook.FullName
Range("A2").Select
Selection.CurrentRegion.Select
Selection.Copy
Windows("ordenação para folha final.xls").Activate
Sheets("Original 1").Select
Range("A1").Select
Selection.PasteSpecial Paste:=xlPasteColumnWidths, Operation:=xlNone, _
SkipBlanks:=False, Transpose:=False
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=False
Range("A1").Select
Windows("Nome").Activate
Range("A1").Select
Can anyone help me with this? i can ´t get this to work...
one more thing the code is in another book that is open...
Thansk a lot!!!!!!!!!!!!
SpeeD