Hi,
I need some help. I am copying data from one excel workbook to another. I only want a part of what is on a field but it doesnt seem to be working. I was hoping you can help me.
Please see below:
Range("D" & Rows.Count).End(xlUp).Offset(1).Select
Set x = Workbooks.Open("C:\Santa US Final.xls")
x.Sheets("NivelSer Critical Information").Range(Right("D12", 8)).Copy
Windows("Load Times - Cumbre v1 4.xlsm").Activate
ActiveCell.PasteSpecial
Selection.NumberFormat = "hh:mm:ss"
The field D12 has date and time in it but I only want the date. I am getting the date as well even though I have only the right side of the field. Any help would be greatly appreciated.
I need some help. I am copying data from one excel workbook to another. I only want a part of what is on a field but it doesnt seem to be working. I was hoping you can help me.
Please see below:
Range("D" & Rows.Count).End(xlUp).Offset(1).Select
Set x = Workbooks.Open("C:\Santa US Final.xls")
x.Sheets("NivelSer Critical Information").Range(Right("D12", 8)).Copy
Windows("Load Times - Cumbre v1 4.xlsm").Activate
ActiveCell.PasteSpecial
Selection.NumberFormat = "hh:mm:ss"
The field D12 has date and time in it but I only want the date. I am getting the date as well even though I have only the right side of the field. Any help would be greatly appreciated.