S 
		
								
				
				
			
		Simon
MyWBAccRep.Sheets("Volumes").Cells.Find("latest").Copy.Offset(0,
1).PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks:=False, Transpose:=False
Thanks (I've put it all on one line).
It works as
MyWBAccRep.Sheets("Volumes").Cells.Find("latest").Copy
ActiveCell.Offset(0, 1).PasteSpecial Paste:=xlPasteValues,
Operation:=xlNone, SkipBlanks:=False, Transpose:=False
				
			1).PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks:=False, Transpose:=False
Thanks (I've put it all on one line).
It works as
MyWBAccRep.Sheets("Volumes").Cells.Find("latest").Copy
ActiveCell.Offset(0, 1).PasteSpecial Paste:=xlPasteValues,
Operation:=xlNone, SkipBlanks:=False, Transpose:=False
