D
dreamz
a vba-excel-based application i created for a client has been suffering
from a bug, the runtime 1004 error.
i can't figure out what the problem is, as i've tried it on two
different computers and i can't reproduce it on either of them.
Code:
--------------------
shOppFit.Range(Range("Y4:Z4"), Range("Y4:Z4").End(xlDown)).Copy
With shTemp
.Activate
.Range("Q1").PasteSpecial Paste:=xlPasteValuesAndNumberFormats
End With
from a bug, the runtime 1004 error.
i can't figure out what the problem is, as i've tried it on two
different computers and i can't reproduce it on either of them.
Code:
--------------------
shOppFit.Range(Range("Y4:Z4"), Range("Y4:Z4").End(xlDown)).Copy
With shTemp
.Activate
.Range("Q1").PasteSpecial Paste:=xlPasteValuesAndNumberFormats
End With