Re: help with network script...
- From: "RompStar" <rmiecznik@xxxxxxxxxxx>
- Date: 6 Apr 2005 08:37:21 -0700
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.
.
- Follow-Ups:
- Re: help with network script...
- From: Dave Peterson
- Re: help with network script...
- References:
- help with network script...
- From: RompStar
- Re: help with network script...
- From: Dave Peterson
- Re: help with network script...
- From: raymond m.
- Re: help with network script...
- From: Dave Peterson
- help with network script...
- Prev by Date: Wanted - help with generating INDIRECT("A1") from INDIRECT (A1)
- Next by Date: Re: Go to certain sheets based on cell value
- Previous by thread: Re: help with network script...
- Next by thread: Re: help with network script...
- Index(es):