Re: help with network script...

Tech-Archive recommends: Speed Up your PC by fixing your registry



So now my goal is to fully understand this code and when I look at it a
lot of it makes sense right away to me, I have some BASIC knowhow and
ANSI C, but that's from like 8 years ago, and if u don't practice, you
forget.

So:

If testRange Is Nothing Then
MsgBox "Pick_UPs wasn't found!"
Else
testRange.Copy _
Destination:=ThisWorkbook.Worksheets("Import") _
..Range("A65536").End(xlUp).Offset(1, 0)
End If


Offset(1, 0) < ------ what does the (1, 0) do ?


Also from the "import" file over the network, how can I make it so to
instruct to ignore the first row, that has the column names, I want to
only get the raw data ? since I have the headers already...

Thank you.

.


Quantcast