B
BodiKlamph
Hi,
I have a weird problem. I've created a workbook that dozens of sales
people use. One laptop, which is the exact same configuration as all
of the others, is having a problem running my code.
With Sheets("Order")
.Range("A2:V200").Delete
Sheets("OrderPrep").Range("B3:U29").Copy
.Range("B1").PasteSpecial xlPasteValues
.Range("B1").PasteSpecial xlPasteFormats
End With
It's not this specific piece of code; it happens with EVERY
pastespecial that this laptop runs. I can't figure it out!
any suggestions?
thx
I have a weird problem. I've created a workbook that dozens of sales
people use. One laptop, which is the exact same configuration as all
of the others, is having a problem running my code.
With Sheets("Order")
.Range("A2:V200").Delete
Sheets("OrderPrep").Range("B3:U29").Copy
.Range("B1").PasteSpecial xlPasteValues
.Range("B1").PasteSpecial xlPasteFormats
End With
It's not this specific piece of code; it happens with EVERY
pastespecial that this laptop runs. I can't figure it out!
any suggestions?
thx